Hi Yogesh, can you tell me the example for the smtp uri.
Is there any way that we can specify the body of the email in the smtp "to"
uri.
I want to keep this as a simple emailing application. We have decided not to
write beans for emailing rather do it in the spring format, it is said my
our team here. So I should go with that.
This works fine, but I need to know just the "body" part of the email in
this route for spring xml file
<route>
<from
uri="smtp://${col_username}@${col_host}.com:${port}?password=${col_password}&filter=#errorBillingResponseEmailing"/>
<to
uri="smtp://${col_username}@${col_host}.com:${port}?password=${col_password}&amp;<b>subject=${subject}&contentType=text/plain&folderName=INBOX&filter=#errorBillingResponseEmailing"/>
</route>
Because we are writing a bean for the error billing response that we are
calling in this route for email, so we need to make this email stuff in the
spring xml only.
Thanks.
--
View this message in context:
http://camel.465427.n5.nabble.com/Need-help-in-Camel-to-send-emails-tp5541960p5547703.html
Sent from the Camel - Users mailing list archive at Nabble.com.