Configuring the Email Server

For Optimizely to send out email notifications, configure your email server with a server endpoint that is reachable from the site, and can send emails using a specified from-address.

DXP provides access to a cloud-based email service for automated sending of transactional emails for website communication. This configuration is not automatically applied by Optimizely through the standard configuration transforms, so add this manually.

📘

Note

If you want to explore more use cases beyond using DXP as an SMTP server, for example using custom HTML templates in SendGrid, you will need to subscribe to your own SendGrid account (or another SMTP provider).

To get an SMTP user setup, go to the DXP project in the management portal. Under the API tab, there is an option to generate an API key for SendGrid. This API key, together with username and hostname, should be used to populate the section in web.config; see the Adding the SMTP email configuration section. After generating a new key, save it because you can see it only directly after creation.

Add the following section to the appSettings.json of your website; userName and Password is generated through the management portal. See also:  Authentication (SendGrid article).

To send emails from a custom domain, you should configure a Sender Policy Framework (SPF), which is a type of Domain Name Service (DNS) record that identifies mail servers that are permitted to send emails on behalf of your domain. Contact Optimizely with the sending domain to assist you with configuration and activating Sender Authentication

If you want to use SendGrid to send mail from your domain, add an SPF record to your  DNS zones as shown in the following examples.

Single entry

Multiple entries

https://docs.developers.optimizely.com/digital-experience-platform/docs/configuring-the-email-server

Related Posts