OpenBuildings / postmark

Postmark transport for Swift Mailer
https://github.com/OpenBuildings/postmark
BSD 3-Clause "New" or "Revised" License
16 stars 8 forks source link

Adding multipart/mixed as an html content type. #35

Open jxmallett opened 8 years ago

jxmallett commented 8 years ago

In some cases the Swift content type changes to multipart/mixed. I believe the message should be treated as html rather than text.

Unfortunately I can't find any clear documentation on exactly when the content type changes. In my case I noticed it when creating an html email which includes inline images and/or document attachments.

hkdobrev commented 7 years ago

@jxmallett Could you please look into the failing tests? Thanks!