Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
Description
If I set both html and plain text for HtmlEmail i.e.:
email.setHtmlMsg(htmlMessage);
email.setTextMsg(plainTextMessage);
then message which is sent has Content-type: multipart/mixed;
This content type is recognized for example by Mozilla Thunderbird as a message with attachment.
Correct content-type for this kind of email is Content-type: multipart/alternative;