Skip to main content

How to connect your domain in myflow

myflow lets you connect your own domain as a site address, an email sender, or both. Once connected, your website and emails go out under your brand instead of a myflow address.

Updated over 3 weeks ago

Step 1: Add your domain

  1. Go to My Company in the left sidebar.

  2. Click Domains.

  3. Click Add domain in the top right corner.

  4. Enter your domain (e.g. yourdomain.com).

  5. Check Use as site address, Use as email sender, or both - depending on how you want to use the domain.

  6. Click Add.

myflow will now display the DNS records you need to add, based on your selection.


Step 2: Add the DNS records at your domain registrar

Log in to your domain registrar (e.g. GoDaddy, Namecheap, Cloudflare) and open your DNS settings. Add all the records myflow shows you.

The verification record is always required:

  • your domain → TXT → myflow_verify. string shown in myflow

If you selected site address, also add:

  • your domain → A → 13.248.196.86

  • www. + your domain → A → 13.248.196.86

If you selected Use as email sender, also add:

  • _dmarc. + your domain → TXT → v=DMARC1; p=none

  • your domain → TXT → v=spf1 include:spf.mandrillapp.com ~all

  • your domain → TXT → mandrill_verify. string shown in myflow

  • mte1._domainkey. + your domain → CNAME → dkim1.mandrillapp.com

  • mte2._domainkey. + your domain → CNAME → dkim2.mandrillapp.com

💡 Note: If an SPF record already exists on your domain, don't add a new one. Instead, add include:spf.mandrillapp.com to your existing record before the final ~all, -all, or ?all.


Step 3: Verify your domain

  1. Return to myflow once you've added all the records.

  2. Click the refresh icon next to your domain to check the status.

Each record will show as Valid once detected, or Missing if it hasn't propagated yet.

⚠️ Important: DNS changes can take up to 48 hours to propagate. If a record still shows as Missing, wait a little while and try again.

You're all set — once your records show as valid, your domain is connected and ready to use in myflow.

Did this answer your question?