Hi Guys,
I am using
java mail Api to send mails.
I m using my proxy server's settings for that.
I can send mails.
but let us say my domain name is abcd.com
i can send mails to only where email id ends with abcd.com
but if i change it to anyother like my hotmail id the following exception is thrown
Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 5.7.1 <
sunilkbansal@hotmail.com>... we do not relay <
info@abcd.com>
but could be the reason and what is the solution.
Thanks in Advance..
Sunil Bansal