Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Relaying denied. IP name lookup failed[xxxx.xxxx.xxxx.xxxx]

843830Feb 19 2003 — edited Feb 19 2003
Hi,
I am facing following Exception when I try to Send Email by using our Email Component built in Java using Java Mail API.May I know any clue regarding this...

SendFailedException at Tue Feb 18 10:36:34 EST 2003
sending email [1] <MS File for Journal of Clinical Microbiology (JCM)
JCM00001-02 Version 2 on FTP site> [To: joshuasunil@yahoo.com] [Cc: ] [From:
tthomasian@asmusa.org] Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 5.7.1 <joshuasunil@yahoo.com>...
Relaying denied. IP name lookup failed [xx.xx.x.xxx]

main: javax.mail.SendFailedException: Sending failed;
nested exception is:
javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
javax.mail.SendFailedException: 550 5.7.1 <joshuasunil@yahoo.com>...
Relaying denied. IP name lookup failed [10.36.2.201]

main: at javax.mail.Transport.send0(Transport.java:219)
main: at javax.mail.Transport.send(Transport.java:81)
main: at mypackage.EmailMessage.send(Unknown Source)
main: at EmailSample.sendEmails(EmailSample.java:90)
main: at EmailSample.main(EmailSample.java:41)


Thanks & Regards
Ashok Kumar
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2003
Added on Feb 19 2003
1 comment
3,464 views