Audience Manager and Outbound E-mail require licenses to work. The exact functionality available is determined by the contents of the specific license file. To obtain a license file, contact SDL Tridion Customer Support. Configure the location of the license file in the <System> section of the configuration file OutboundEmail.xml.
Procedure
- Open
OutboundEmail.xml located by default in the config subdirectory of your Content Manager root location in a plain-text editor or XML editor.
- Locate the
<System> section, for example:
<System>
<LicenseFile />
<CoreServiceUrl>http://localhost/webservices/CoreService2012.svc/wsHttp</CoreServiceUrl>
<MonitoringAgentPort>20131</MonitoringAgentPort>
</System>
- Specify the following settings:
<LicenseFile>C:/Program Files (x86)/Tridion/config/license.xml</LicenseFile>
- Save and close
OutboundEmail.xml.