Comment on page
📮

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.

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 from the domain: comms.hubble.vote.
Field
Value
Type
TXT
Host
@
Value
v=spf1 include:comms.hubble.vote ~all
Time to Live (TTL)
3600

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.