You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mails with PDF attachments sent with Mailer causes problems in lots of mail clients. It seems to be due to the "multipart/related" header. Changing to "multipart/mixed" makes the problem go away. Maybe we need a way for clients to control this header and while at it it would be nice to do real mixed content (inline attachments). At the moment Mailer puts all attachments at the end but "inline".
Mails with PDF attachments sent with Mailer causes problems in lots of mail clients. It seems to be due to the "multipart/related" header. Changing to "multipart/mixed" makes the problem go away. Maybe we need a way for clients to control this header and while at it it would be nice to do real mixed content (inline attachments). At the moment Mailer puts all attachments at the end but "inline".
https://groups.google.com/forum/?fromgroups#!topic/liftweb/xIPg2be17Fg
The text was updated successfully, but these errors were encountered: