Hi, I am able to send mail using gmail server to any server using camel-mail client. But using any other server like yahoo i am getting java.net.SocketException: Permission denied: connect.
Final URI used for gmail is(it works): smtps://smtp.gmail.com:465?username=a...@gmail.com&password=**********&to=x...@gmail.com&subject=subject for yahoo is: smtps://smtp.mail.yahoo.com:587?mail.smtps.auth=true&username=a...@yahoo.com&password=**********&to=x...@yahoo.com&subject=subject what extra configuration i need to set up for sending mail from yahoo or any other server. Thanks for reply. Thanks, Rupa -- View this message in context: http://camel.465427.n5.nabble.com/sending-mail-using-camel-tp5738845.html Sent from the Camel - Users mailing list archive at Nabble.com.