Domain of sender address does not exist
746591Aug 22 2008 — edited Aug 22 2008hi,
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,