Unable to send email confirmation

Top  Previous  Next

If unable to send email confirmations, check there is a valid email entry in your

ROOT.xml configuration file.

(/usr/ngasi/conf/Catalina/localhost/ROOT.xml)

 

If SMTP Authentication is required edit the Mail entry to look like:

       <Resource

               name="mail/MailSession"

               auth="Container"

               type="javax.mail.Session"

               mail.transport.protocol="smtp"

               mail.smtp.host="localhost"

               mail.smtp.auth="true"

               mail.smtp.user="me@joe.com"

               mail.smtp.password="tiger"

       />