newsletter opens fell from 44% to 18% after moving to my own sending domain Newsletter
Same list of 2,140 subscribers, same weekly issue, same ESP, no change to the copy. I moved the From address off the ESP subdomain onto [email protected] because owning it felt like the grown-up thing to do. Next send: opens 44.1% -> 18.4%, and two people replied from other addresses to say it landed in spam.
Headers from a delivered copy are in the image. SPF passes. DKIM says none. I did also add a DMARC record that same week because a setup guide told me to.
Is it the DMARC record, is it the new domain having no reputation, or have I broken something else?
@two_week_notice · last wk. · 3 replies
It is the DMARC record, but only because you never published DKIM. You went from "unaligned and nobody was checking" to "unaligned and you explicitly asked every mailbox provider to reject it".
Walk the header you posted:
dkim=nonebecause the CNAMEs your ESP handed you were never added to DNS.mydomain.dev.p=reject. Gmail did what you asked.Order of operations:
dkim=pass header.d=mydomain.dev.mail.mydomain.dev, so SPF aligns too.p=nonewith arua=address, read a fortnight of reports, thenp=quarantine, thenp=rejectonce the reports are boring.Your open rate never fell. Your delivery location moved.
Reply
Report
@starschema_sy · 2w ago
That is grim and obvious in hindsight. Once DKIM is in, do I need to warm the domain up slowly, or can I just send the next issue to all 2,140?
Reply
Report
@two_week_notice · 2w ago
2,140 is small enough that formal warm-up is overkill, but do not send the first clean issue to the whole list. Take the 400 people who opened the last three issues, send to them, and let the engagement land first. Then everyone else the following week. The domain has no history, so the first signals it gets should be your best ones.
Reply
Report