I'm using camel 2.13.1 version. the case is the following:Mail configuration is pre-configured in exchange header before reaching SMTP endpoint. i did a simple test in a separate environnement to reproduce the issue.-----------------------------------------------------------------------------------------------------------------------in the processor addEmailConfiguration i added "to", "from", "subject", "contentType", and i put in the exchange body the content of the email: HTML table(50 rows). I sent the email , the mail is recieved with no issue. Now let's do the following: add the table content to the header exchange and then map header table to the body before executing SMTP endpoint. As a result we will recieve:TablecontentType: text/html TableAs can be seen, the recieved mail content is not correct, it does not reflect the exchange body which has been sent. similaire issue was raised and fixed CAMEL-1727 <https://issues.apache.org/jira/browse/CAMEL-1727> and CAMEL-1732 <https://issues.apache.org/jira/browse/CAMEL-1732> .Any comment ?ThanksSabri
-- View this message in context: http://camel.465427.n5.nabble.com/Mail-Component-HTML-body-is-sent-twice-tp5761124.html Sent from the Camel - Users mailing list archive at Nabble.com.