Posted By:
ada_to
Posted On:
Wednesday, December 4, 2002 07:54 PM
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class javax.mail.SendFailedException: 550
... Relaying denied
I have a problem in sending mail via a lotus notes server to a yahoo mail account by using javamail.
The above exception is what I've got during the running of the program.
Can anyone tell me what is the reason??