Skip to main content

Connect Servercore email service

  1. Create an email resource.
  2. Create a TXT record to verify domain ownership.
  3. Add a domain to the resource.
  4. Create a DKIM record.
  5. Configure a DMARC record.
  6. Configure an SPF record.
  7. Configure SMTP sending.

1. Create an email resource

  1. In the Control panel, on the top menu, click Products and select Email service.
  2. Click Create resource.
  3. Enter the resource name. The name does not affect resource settings and is used only for work in the Control panel.
  4. Click Create.

2. Create a TXT record

To add a domain to a resource, you must first verify ownership by creating a TXT record for the domain with a unique resource key. Propagation of the record to caching servers may take up to 72 hours.

  1. In the Control panel, on the top menu, click Products and select Email service.
  2. Open the resource page → Information tab.
  3. Copy the value in the Domain ownership verification key field.
  4. Go to the domain registrar panel where your domain's resource records are stored.
  5. Create a new resource record for the domain.
  6. Specify the record type as TXT.
  7. Specify the record name as your domain name, for example example.com.
  8. Paste the record value, for example 74f878e2-dia4-477a-ccc5-989f428173f9, that you copied in step 3.

3. Add a domain to a resource

You can add up to three domains to a resource.

  1. In the Control panel, on the top menu, click Products and select Email service.
  2. Open the resource page → Information tab.
  3. In the Linked domains block, click Add.
  4. Enter the domain name for which you created a TXT record, without specifying a protocol.
  5. Click Add.

4. Create a DKIM record

After changes, DNS records may take up to 72 hours to update.

  1. Go to the domain registrar panel that manages your domain.

  2. Create a new resource record.

  3. Specify the record type as TXT.

  4. Specify the record name:

    srvcr._domainkey.example.com

    Here example.com is the name of the domain you added to the resource.

  5. Specify the record value; you can copy it in the Control panel: on the top menu, click ProductsEmail service → page of the resource the domain is linked to → Information tab → domain card → row DKIM.

5. Configure a DMARC record

After changes, DNS records may take up to 72 hours to update.

  1. Go to the domain registrar panel that manages your domain.

  2. If you already have a DMARC record, change the p parameter value to quarantine, for example:

    v=DMARC1; p=quarantine;
  3. If you do not have a DMARC record, create one:

    • record type — TXT;
    • record name — _dmarc.example.com, where example.com is the domain name you added to the resource;
    • value — v=DMARC1; p=quarantine;.

6. Configure an SPF record

After changes, DNS records may take up to 72 hours to update. A domain can have only one SPF record.

  1. Go to the domain registrar panel that manages your domain.

  2. If you already have an SPF record, add the include:spf.servercore-smtp.com block to it, for example:

    v=spf1 include:spf.servercore-smtp.com include:domain2.com ?all

    Where:

    • include:spf.servercore-smtp.com — added block;
    • include:domain2.com — an example of the rest of the record content.
  3. If you do not have an SPF record, create one:

    • record type — TXT;
    • record name — example.com, where example.com is your domain name;
    • record value — v=spf1 include:spf.servercore-smtp.com ?all.

7. Configure SMTP sending

You can use any email address on the domain for which you enabled the email service as the sender address.

In the settings of the utility used on your server to send emails, enter the sending details:

  • hostname (hostname) — smtp.servercore-smtp.com;

  • port (port):

    • port 1126 — if you need to establish a no SSL / STARTTLS connection;
    • port 1127 — if you need to establish a TLS (SSL) connection.
  • login (login) and password (password), which you can view in the Control panel: on the top menu, click ProductsEmail serviceEmail service section → page of the resource to which the domain is added → Information.

To configure bulk email from a Linux server using the sSMTP utility, refer to the Configure email sending via sSMTP on Linux guide.

Pay attention to possible errors in the SMTP dialogue.