In mailer 1.0 / and mailer 1.1 I recieve these sending errors with tomcat 4.1.18(sometimes works sometimes doesn't?) I had no problem with tomcat 4.0.4.... ---------- 2003-01-06 10:22:11 Could not send the e-mail sent to wleacho@yahoo.co.uk: Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) 2003-01-06 10:22:11 Could not send the e-mail sent to r_snider@yahoo.com: Sending failed; nested exception is: javax.mail.SendFailedException: Invalid Addresses; nested exception is: javax.mail.SendFailedException: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1) ---------- I am sure the email address is correct, and I am sure the host mail.performancehosting.net is not down.... any mail I send to myself always works, but any mail that has to go offsite does not get sent?
The Exception message: "553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)" is most likely coming from your SMTP host. The mailer taglib works fine, the problem most likely is in your SMTP host.