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!

Inquiry on javax.mail.SendFailedException: Invalid Addresses error

Kong Wei LimAug 29 2013 — edited Sep 1 2013

Hi,

Anyone does have any idea why the following is being encountered during the email authentication process? We are using PeopleSoft application and we have notification functionality which will send a notification email to the users but email not being sent due to an invalid email address but actually the email is active and valid. Below are the logs from SMTP

Log Start:

DEBUG SMTP: Sending failed because of invalid destination addresses

Wed Jul 31 09:38:14 GMT+08:00 2013 RSET

Wed Jul 31 09:38:14 GMT+08:00 2013 250 2.0.0 Resetting

Wed Jul 31 09:38:20 GMT+08:00 2013 javax.mail.SendFailedException: Invalid Addresses;

nested exception is:

class com.sun.mail.smtp.SMTPAddressFailedException: 550 5.1.1 User unknown

Wed Jul 31 09:38:20 GMT+08:00 2013 at com.sun.mail.smtp.SMTPTransport.rcptTo(SMTPTransport.java:1141)

Wed Jul 31 09:38:20 GMT+08:00 2013 at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:536)

Wed Jul 31 09:38:20 GMT+08:00 2013 at com.peoplesoft.pt.mcf.mail.MCFOutboundEmail.send(MCFOutboundEmail.java:686)

Wed Jul 31 09:38:20 GMT+08:00 2013 at com.peoplesoft.pt.mcf.mail.MCFOutboundEmail.send(MCFOutboundEmail.java:854)

Log End:


Kindly let us know your thoughts on this.

Thanks.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2013
Added on Aug 29 2013
3 comments
4,435 views