Hi I am trying to send mail using the below code , the JAMES mail server is
running locally ,
The code is not throwing any Exception but the mail is not being sent nor
recieved.
ProducerTemplate template3 = exchange.getContext()
.createProducerTemplate();
template3.sendBody("smtp://[email protected]?password=sagar&[email protected]",ExchangePattern.InOut,"Hi...");
--
View this message in context:
http://camel.465427.n5.nabble.com/Sending-mail-using-JAMES-Server-tp5753941.html
Sent from the Camel - Users mailing list archive at Nabble.com.