Skip to content

Shopify Dude Fix

Why Are Shopify Emails Coming From store+numbers@shopifyemail.com?

Shopify emails showing store+numbers@shopifyemail.com? Authenticate the sender domain with Shopify’s CNAME records and one valid DMARC record.

Quick answer: Shopify rewrites sender addresses to shopifyemail.com when the branded sender domain is not fully authenticated. Add the Shopify-provided CNAME records and make sure the domain has exactly one valid DMARC record.

The real symptom

Order confirmations or shipping notices arrive from a Shopify-generated address even though the sender email field contains a branded address.

Likely causes

  • Sender domain is not authenticated.
  • Shopify CNAME records are missing or wrong.
  • DNS host duplicated the domain name in the host value.
  • CNAME records are proxied.
  • DMARC is missing or duplicated.
  • Sender uses a public mailbox domain.
  • DNS has not propagated.

Confirmed Community fix

Community threads resolve this by authenticating the domain from Notifications and adding the DNS records Shopify displays. Working mailbox hosting is separate from Shopify sender authentication.

Exact admin path

  1. Go to Settings → Notifications.
  2. Scroll to Sender email.
  3. Confirm the sender uses a controlled domain.
  4. Open Email domain authentication.
  5. Copy each Shopify CNAME host and value.
  6. Add records in DNS.
  7. Add one valid DMARC TXT record if needed.
  8. Return to Shopify and wait for authentication.

Simple checks

nslookup -type=CNAME shopify-record-host.example.com
nslookup -type=TXT _dmarc.example.com

Do not delete MX records; they control receiving mail, not Shopify sender authorization.

Do not do this

Do not keep changing the sender email while DNS is propagating. Make one correct configuration and wait up to 48 hours.

Sources