📮Mailbox Configuration

This feature requires the Communication Hub.

You’ve designed eye-catching emails in Hubble, and you want to make sure that everyone in your network is seeing them. With 10 minutes of work, you can guarantee emails are delivered to inboxes, not spam folders.

Overview

Hubble uses Amazon Web Services to deliver emails and must register each domain used to send emails. After you create a Mailbox in the Admin Hub, Hubble Support is alerted, and the process is kicked off.

MX

Mail Exchange (MX) DNS records help direct emails to a mail server.

We'll use the values below to create a record for hubble.yoursite.com.

FieldValue

Type

MX

Name/Host

hubble

Content/Value

feedback-smtp.us-east-2.amazonses.com

Priority

10

Time to Live (TTL)

3600 or Auto

SPF

Sender Policy Framework (SPF) DNS records are a type of DNS TXT record commonly used for email authentication. SPF records include IP addresses and domains authorized to send emails from that domain.

In our case, we are authorizing all emails sent by hubble.yoursite.com to originate from IP addresses owned by amazonses.com.

FieldValue

Type

TXT

Name/Host

hubble

Content/Value

v=spf1 include:amazonses.com ~all

Time to Live (TTL)

3600 or Auto

DKIM

DomainKeys Identified Mail (DKIM) DNS records are specialized DNS TXT records that store the public key to verify an email’s authenticity.

When Hubble Support registers your domain with AWS, they will be given three (3) CNAME records that must be created (by you) before DKIM is enabled.

DMARC

Domain-based Message Authentication Reporting and Conformance (DMARC) DNS records are used to when authenticating email messages. A DMARC policy tells a receiving email server what to do after checking a domain's SPF and DKIM records.

FieldValue

Type

TXT

Name/Host

_dmarc

Content/Value

v=DMARC1; p=reject;

Time to Live (TTL)

3600 or Auto

Last updated