Configuring proxy emails and proxy email exceptions

The purpose of a proxy email is to enable you 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 could 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 use two configuration parameters in the email category to enable this feature. The are EMailProxy and EMailProxyException. You can turn off this feature by removing the values from the parameters.

Category Parameter Name Description
email EMailProxy 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.
email EMailProxyException

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.