Use the Sitecore Email Cloud service

Abstract

Use the Sitecore Email Cloud service for email delivery.

In the Email Experience Manager, you can choose between using the Sitecore Email Cloud or the Custom SMTP to send your email campaigns.

The Sitecore Email Cloud handles the complexity of email delivery for you and ensures that your email campaigns avoid getting blocked by your recipients’ Junk, SPAM, and Clutter folders but instead arrive quickly in their inbox.

Note

For configuration support and email dispatch troubleshooting, refer to the standard Sitecore support channels. We also provide reactive support to all subscription holders focusing on any misconfigured accounts and high bounce- or spam-rate email campaigns.

Note

For information on how to configure Sitecore Email Cloud to use geo-specific servers to comply with EU GDPR, see the following Knowledge Base article: Configure Sitecore Email Cloud to use geo-specific servers to comply with EU GDPR.

Before you can use Sitecore Email Cloud:

  • Contact your local Sitecore representative to get a subscription to Sitecore Email Cloud.

  • Make sure the firewall on your server does not block the following URL's:

    • https://apps.sitecore.net

    • smtp.sitecore.sparkpostelite.com

    • https://sparkpost.cloud.sitecore.net

    • https://sitecore.sparkpostelite.com/

  • Open the ports 587 (alternatively, port 2525 - see below) for the following URL::

    • sitecore.smtp.e.sparkpost.com

  • And, open port 443 for the following URL:

    • https://sitecore.api.e.sparkpost.com

  • Open port 587 to support the Transport Layer Security (TLS). TLS is required by Sitecore Email Cloud to send email messages.

Then, you can switch to Sitecore Email Cloud by disabling the CustomSmtp configurations and then enabling the Sparkpost configurations.

To switch to Sitecore Email Cloud:

  1. In the Website\App_Config\Include\EmailExperience folder, add the suffix .disabled to the following files:

    • Sitecore.EDS.Providers.CustomSmtp.config 

    • Sitecore.EDS.Providers.CustomSmtp.Sync.config

  2. In the Website\App_Config\Include\EmailExperience folder, remove the suffix .disabled from the following files:

    • Sitecore.EDS.Providers.Sparkpost.config.disabled

    • Sitecore.EDS.Providers.Sparkpost.Sync.config.disabled

    • Sitecore.EDS.SparkPost.Client.config.disabled

Alternatively, you can also use the SMTP port 2525:

  1. Open the port 2525 for the following URL:

    • sitecore.smtp.e.sparkpost.com

  2. Update the Sitecore.EDS.Providers.SparkPost.config file:

    <smtpSettings type="Sitecore.EDS.Providers.SparkPost.Smtp.SmtpSettings, Sitecore.EDS.Providers.SparkPost" singleInstance="true">
        <server>sitecore.smtp.e.sparkpost.com</server>
        <port>2525</port>
        <userName>sitecore</userName>
        <startTls>true</startTls>
        <proxySettings ref="exm/eds/proxySettings" />
    </smtpSettings>