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!

Domain of sender address does not exist

746591Aug 22 2008 — edited Aug 22 2008
hi,
I get the following exception when I try to send a mail.l'm doing TDD, the code works perfectly fine through Dumbster for unit testing. But, it fails when deployed, I get tha following Exception

Domain of sender address Company@abcdef123 does not exist

I'm not sure if I'm missing out on anything... here is the exception

nested exception is: com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.8 ... Domain of sender address Company@abcdef123 does not exist at com.nationwide.selfservice.domain.service.Email.sendMail(Unknown Source) ... 156 more Caused by: com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.8 ... Domain of sender address Company@abcdef123 does not exist at com.sun.mail.smtp.SMTPTransport.issueSendCommand(SMTPTransport.java:1388) at com.sun.mail.smtp.SMTPTransport.mailFrom(SMTPTransport.java:959) at com.sun.mail.smtp.SMTPTransport.sendMessage(SMTPTransport.java:583) at javax.mail.Transport.send0(Transport.java:169)


Any help is appreciated!!

TIA,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 19 2008
Added on Aug 22 2008
4 comments
2,755 views