Details
Description
I set SMTP host like this:
----------------------------------------------------------------------------------
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="some.smtp.host"/>
----------------------------------------------------------------------------------
smtp server is not localhost.
When I register new archiva user, error occured like this;
----------------------------------------------------------------------------------
javax.servlet.ServletException: org.springframework.mail.MailSendException; nested exceptions (1) are:
Failed message 1: com.sun.mail.smtp.SMTPSendFailedException: 553 5.1.8 Requested action not taken: mail box name <VIPER$@localhost> not allowed.
----------------------------------------------------------------------------------
VIPER is my local PC's computer name. (Windows Vista)
Does not work external SMTP on Tomcat WebApp?