Changes to configuration

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

Validation
The OutboundEmail.xml configuration file can now be validated against XML Schemas. The Schemas are available on the SDL Tridion installation media in the Outbound E-Mail\XML Schemas folder.
<DefaultSenderAddress>
A new setting has been added in the <Mail> section of the OutboundEmail.xml configuration file that allows you to specify the default value added to the E-mail sender address field when a user creates a new Mailing.
<BounceProcessing>
Several changes have been made to the <BounceProcessing><Forwarding> section of the OutboundEmail.xml configuration file:
  • the <Server> and <Port> elements have been removed as these were not being used.
  • the elements <SuccessSubject>, <SuccessAddress>, and <SuccessMessage> have been renamed <Subject>, <EmailAddress>, and <Message> and have been moved into a new subsection called <BouncedEmails>.
  • the elements <FailedSubject>, <FailedAddress>, and <FailedMessage> have been renamed <Subject>, <EmailAddress>, and <Message> and have been moved into a new subsection called <RepliesFromContacts>.
The new sections <BouncedEmails> and <RepliesFromContacts> have been added to clarify the difference between success and failure.
<CoreServiceUrl
The CoreServiceUrl binding has changed:
  • If you are using NetTcpBinding:
    <CoreServiceUrl>net.tcp://ServerName.Domain:2660/CoreService/2011/netTcp</CoreServiceUrl>
  • If you are using wsHttpBinding with the new Core Service endpoint:
    <CoreServiceUrl>https://ServerName.Domain/webservices/CoreService2011.svc/wsHttp</CoreServiceUrl>
  • If you are using wsHttpBinding with the SDL Tridion 2011-compatible Core Service endpoint:
    <CoreServiceUrl>https://ServerName.Domain/webservices/CoreService.svc/wsHttp</CoreServiceUrl>