Proxy emails and proxy email exceptions configuration
Proxy email is used to send all outbound emails from the system to a single email address. This is useful in a non-production environment whose users share email addresses with a production environment. By setting up a proxy email address in the non-production environment, you can prevent production users from receiving unnecessary emails. This feature also includes the ability to set up exceptions so that some emails still go to their usual email address. The outbound emails that go to the proxy email include those from Async and Infor Process Automation.
You can use these configuration parameters in the email category to enable this feature. You can turn off this feature by removing the values from the parameters.
You can set the parameters in the application data area or in the tenant environment data area. Settings in application data areas override a setting in the tenant environment data area.
Component | Parameter Name (Key) | Description |
---|---|---|
mail.proxy | Specify a proxy email address for all outbound emails. If this parameter is not set, emails are sent to their usual destinations. | |
mail.proxy.exceptions |
Specify a regular expression for non-proxy email addresses to determine if a specific email address is exempt from being sent to the proxy email address. To set up a regular expression, consult standard resources onJava regular expression syntax. |
|
mail.from.proxy | Specify a proxy from email address to override the from email address for all outbound emails. | |
mail.from.proxy.exceptions |
Specify a regular expression that applies to non-proxy from email addresses to determine if a specific from email address is exempt from replacement by the proxy from email address. To set up a regular expression, consult standard resources on Java regular expression syntax. |