Is there a difference between plain text emails, and multipart emails with only plain text?
- by Brian Armstrong
I'm using Rails to send emails and I just want to send a plain text email (there is no corresponding HTML part).
I've noticed that if I just have one file named email.text.plain.erb it actually generates a multipart email with one part (the plain text part) like this:
Content-Type: multipart/alternative;…