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
The HTML and plain text parts of an email should be sub parts of a part with content type "multipart/alternative" and the main message content type should be "multipart/mixed". Attachments should be siblings of the "multipart/alternative" and not on the same level as the HTML or plain text parts.
This problem presents itself when some recipients say they are not able to see the attachments to the message.
You can also replicate this issue by downloading a sent message within the Postal UI. If you open the EML file in Outlook 2016, you will not be able to see the attachment.
The HTML and plain text parts of an email should be sub parts of a part with content type "multipart/alternative" and the main message content type should be "multipart/mixed". Attachments should be siblings of the "multipart/alternative" and not on the same level as the HTML or plain text parts.
This problem presents itself when some recipients say they are not able to see the attachments to the message.
You can also replicate this issue by downloading a sent message within the Postal UI. If you open the EML file in Outlook 2016, you will not be able to see the attachment.
Ruby reference: mikel/mail#522 (comment)
Comparable Stack Overflow question: https://stackoverflow.com/questions/3902455/mail-multipart-alternative-vs-multipart-mixed
I will fix this as a pull request shortly...
The text was updated successfully, but these errors were encountered: