You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Marcin Tomiak (JIRA)" <ji...@apache.org> on 2014/07/28 20:14:38 UTC

[jira] [Created] (EMAIL-142) HtmlEmail with both html and text provided has invalid content-type

Marcin Tomiak created EMAIL-142:
-----------------------------------

             Summary: HtmlEmail with both html and text provided has invalid content-type 
                 Key: EMAIL-142
                 URL: https://issues.apache.org/jira/browse/EMAIL-142
             Project: Commons Email
          Issue Type: Bug
    Affects Versions: 1.3.2
            Reporter: Marcin Tomiak
             Fix For: 1.3.3


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;




--
This message was sent by Atlassian JIRA
(v6.2#6252)