juriansluiman / Soflomo-Mail

Module to to ease the use of sending e-mail messages in Zend Framework 2
Other
5 stars 8 forks source link

Force multipart/alternative Content-Type header when both text/plain … #8

Closed BnitoBzh closed 2 years ago

BnitoBzh commented 7 years ago

…and text/html parts are used

This update is necessary because the function MailService:addCustomHeaders adds a second Content-Type header instead of replace the default Content-Type header (multipart/mixed)