ES

Verify domain

To send emails from your own domain, add it in the dashboard and configure the DNS records MoSend generates for you.

Steps

  1. In the dashboard, open Domains and click Add domain.
  2. Copy the DNS records (SPF, DKIM, DMARC) MoSend generates.
  3. Add them in your DNS provider (Cloudflare, Route53, etc.).
  4. Return to the dashboard and click Verify. Propagation usually takes 5 to 30 minutes.

SPF

SPF authorizes MoSend to send emails on behalf of your domain.

Type: TXT
Name: @
Value: "v=spf1 include:mosend.dev ~all"

DKIM

DKIM cryptographically signs every message to prove its origin.

Type: TXT
Name: ms._domainkey
Value: "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4..."

DMARC

DMARC defines what to do with emails that fail SPF or DKIM. We recommend starting with a none policy.

Type: TXT
Name: _dmarc
Value: "v=DMARC1; p=none; rua=mailto:dmarc@tudominio.com"