Before you start:
To avoid sending accidental emails from testing environments, email services will be turned off in all non-production environments. If you need to enable email in these environments, please reach out to the dev team with your request.
Once testing is complete, please inform the dev team so they can disable the email service again to prevent any unintended emails.
The following parameters can be used to determine how email notifications should behave in non-production environments. Email notifications can either be sent to a support email, logged or sent as if the environment was production.
Non-Production Email Notification Parameters
| Parameter Name | Parameter Description |
|---|---|
| DEFAULT_FROM_EMAIL_ADDRESS | The from address for emails sent from the system for messages that do not have a specific address identified. |
| DEFAULT_TO_EMAIL_ADDRESS | The to address for emails sent from the system for messages that do not have specific recipients. |
| NON_PRODUCTION_EMAIL_MODE |
The mode used for sending email in non-production environments.
When this parameter is set to L, the body of the email will be included in the log. |
| NON_PRODUCTION_TO_EMAIL_ADDRESS | The to address for all emails sent from the system if the system is not production and the NON_PRODUCTION_EMAIL_MODE is set to T. |
| SEND_EMAIL_IND | Set to Y, if testing Action List Emails. Refer to Action List Emails - non-prod environments. |
Comments
0 comments
Please sign in to leave a comment.