Hello,
I have an issue with Camel Mail in Camel 2.13.
It sends the email twice.
The DSL is bellow:
<setHeader headerName="to">
<simple>[email protected]</simple>
</setHeader>
<setHeader headerName="bcc">
<simple>[email protected]</simple>
</setHeader>
<setHeader headerName="subject">
<simple>Test</simple>
</setHeader>
<setBody>
<simple>Test</simple>
</setBody>
<removeHeaders pattern="*" excludePattern="to|from|bcc|subject"/>
<to uri="smtps://
smtp.example.com:[email protected]&password=pass&[email protected]
"/>
What can it be? The fact that I have 2 attachments? Does the fact that
there is a to and a BCC have any influence?
Thanks for reading!
Regards,
Laurentiu