premailer / actionmailer_inline_css

Seamlessly integrate Alex Dunae's premailer with ActionMailer.
http://madebynathan.com
MIT License
75 stars 25 forks source link

ActionMailer::InlineCssHook.delivering_email trashes attachments #6

Closed leehambley closed 12 years ago

leehambley commented 12 years ago

The line message.body = nil trashes all message attachments, which is a problem!

I'd propose that in the same way that one maintain the exiting_text_part, one aught to preserve attachments too.

Id I find the time, I'll submit a pull request shortly.