Make the mail session name independent from the environment
Closed this issue · 6 comments
dcoraboeuf commented
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).
dcoraboeuf commented
Required for #57
dcoraboeuf commented
Use mail/Session
and perform the mapping in the cloudbees.xml
configuration file?
dcoraboeuf commented
Use SMTP
definition for the Tomcat context definition for the mail/Session
resource. See how to define the user name and password.
dcoraboeuf commented
dcoraboeuf commented
See the Wiki for the configuration documentation.
dcoraboeuf commented
Won't fix: just using mail/SendGrid
in all environments.