Sending Rails Multipart/alternative eMails with attachments in Rails
July 16, 2009 • Ruby on Rails • Comments
The Rails-doc currently shows the wrong way how to deliver multipart/alternative emails w/ attachments.
In order to send some multiparts with attachments and have them readable, just cascade the parts like this: [More]