Hi, I have a requirement where I am sending an email when there is a error in
our billing system.

I have the route like this.

<route>
        <from
uri="smtp://${col_username}@${col_host}.com:${port}?password=${col_password}&amp;filter=#errorBillingResponseEmailing"/>
        <to
uri=&quot;smtp://${col_username}@${col_host}.com:${port}?password=${col_password}&amp;amp;&lt;b>subject*=${subject}&amp;*contentType*=text/plain&amp;folderName=INBOX&amp;filter=#errorBillingResponseEmailing"/>
</route>


I want to set a body of the email and also when the email is sent, the email
must move to sent folder when it is successfully sent.

I have a "subject" attribute, not sure if I can provide the body for that.

Please let me know.

Thanks

--
View this message in context: 
http://camel.465427.n5.nabble.com/Need-help-in-Camel-to-send-emails-tp5541960p5541960.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to