dcoraboeuf/iteach-0

Make the mail session name independent from the environment

Closed this issue · 6 comments

The current mail session is named mail/SendGrid in service-impl.xml. This works well in Cloudbees.

This must be more flexible in order to allow for deployment of different environments (like EC2).

Required for #57

Use mail/Session and perform the mapping in the cloudbees.xml configuration file?

Use SMTP definition for the Tomcat context definition for the mail/Session resource. See how to define the user name and password.

See the Wiki for the configuration documentation.

Won't fix: just using mail/SendGrid in all environments.