Hi,
I send the mails to other counts belows the server of my company. When I send the mails using JavaMail to my count in other host (
[email protected]) I recieve this eeror message:
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.SendFailedException: Invalid Addresses;
nested exception is:
class javax.mail.SendFailedException: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)
at javax.mail.Transport.send0(Transport.java:218)
at javax.mail.Transport.send(Transport.java:80)
at net.upaid.mail.MailSender.execute(MailSender.java:80)
at net.upaid.mail.MailSender.main(MailSender.java:130)
What I forget. Where is the error ?
Thanks.