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 ensuring that certain 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.
Proxy emails are used for the main recipient (TO:) and additional recipients (CC: or BCC:).
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.
Component | Parameter name | Description |
---|---|---|
mail.proxy | Specify a proxy email address to which to send all outbound emails. If this parameter is not set, then emails go to their usual destinations. | |
mail.proxy.exceptions |
Specify a regular expression to be applied to non-proxy email addresses to determine whether or not a particular email address is exempt from being sent to the proxy email address. To set up a regular expression, consult standard resources on Java regular expression syntax. |