The mail alternate header is included in the mail -------------------------------------------------
Key: CAMEL-1732 URL: https://issues.apache.org/activemq/browse/CAMEL-1732 Project: Apache Camel Issue Type: Bug Components: camel-mail Affects Versions: 2.0-M2, 1.6.1 Reporter: Jörn Kottmann Priority: Minor The camel mail component has a feature to send a mail in text/plain and text/html. To do that the text/html content is placed in the message body, the text/plain content in the header mail_alternateBody (camel 1.6.1) and the message is send via smtp with the content type set to text/html. The message is displayed as expected in a mail reader but contains also the mail_alternateBody header field with the text/plain part, which means that the text/plain part is included twice in the mail once mime encoded and once in the mail header. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.