Changes to configuration

This section describes changes to the OutboundEmail.xml configuration file in 2011.

<CoreServiceUrl>
In 2011, Audience Manager and Outbound E-mail connect to the Content Manager through the Core Service. To enable this, an additional configuration setting has been added to the OutboundEmail.xml configuration file; configure Audience Manager and Outbound E-mail to use the default bindings available to communicate with the Core Service in the <System><CoreServiceURL> element in the OutboundEmail.xml configuration file. You can connect to the Core Service using the default NetTcpBinding or wsHttpBinding bindings:
<System>
	<CoreServiceUrl>net.tcp://localhost:2660/CoreService/netTcp</CoreServiceUrl>
	<!--CoreServiceUrl>http://localhost/webservices/CoreService2012.svc/wsHttp</CoreServiceUrl-->
</System>