Changes to configuration
This section describes changes to the OutboundEmail.xml configuration file in 2011 SP1.
- Validation
-
The
OutboundEmail.xmlconfiguration file can now be validated against XML Schemas. The Schemas are available on the SDL Tridion installation media in theOutbound E-Mail\XML Schemasfolder. <DefaultSenderAddress>-
A new setting has been added in the
<Mail>section of theOutboundEmail.xmlconfiguration 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 theOutboundEmail.xmlconfiguration 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
<CoreServiceUrl-
The
CoreServiceUrlbinding has changed:- If you are using
NetTcpBinding:<CoreServiceUrl>net.tcp://ServerName.Domain:2660/CoreService/2011/netTcp</CoreServiceUrl> - If you are using
wsHttpBindingwith the new Core Service endpoint:<CoreServiceUrl>https://ServerName.Domain/webservices/CoreService2011.svc/wsHttp</CoreServiceUrl> - If you are using
wsHttpBindingwith the SDL Tridion 2011-compatible Core Service endpoint:<CoreServiceUrl>https://ServerName.Domain/webservices/CoreService.svc/wsHttp</CoreServiceUrl>
- If you are using