Tag mailer

4 votes

3 comments

7665 views

Use multipart/alternative as content_type of email

Rails uses plain/text as the default content_type for sending email, you should change it to multipart/alternative that email clients can display html formatted email if they support and display plain text email if they don't support html format.

implemented
flyerhzm
Fork me on GitHub