•Configuring Separate Email Servers
Information The following information is only applicable to self-hosted clients. |
It is recommended that two separate email servers be configured, one for sending transaction emails (tickets, invoices) and the other for sending marketing related emails. That way, should abuse or overuse of marketing email messages get your organization blacklisted, which at the worst could disable all email flow to and from your organization, you will still be able to send and your customers will still be able to receive emailed tickets and invoices.
Warning Separate email servers should be configured during the initial set-up. It is not recommended that the global.asa and AVscheduler.exe.config files be altered, and if they are, they should only be altered by a system administrator. Contact Support for help. |
To configure separate email servers, the avSchedulerInputParameters.json file needs to be altered:
1.Locate and open the avSchedulerInputParameters.json file in your Libs\AVScheduler folder (C:\AudienceView\Libs\AVScheduler).
The following code appears:
{ |
2.Set the "localhost" value in the marketingMailHost key to the email marketing server's IP address (in quotations).
3.Close the file.