Skip to content

Home Topics Email Marketing Transactional vs marketing email

Email Marketing · Transactional vs marketing email

Transactional email not working? Troubleshooting guide

Short answer

When transactional email fails, check in this order: the DNS or platform configuration is published and resolves; the sending system is actually using it; the domain in headers aligns with what you published; and the receiver's verdict in Authentication-Results or bounce messages.

Symptoms#

  • Messages landing in spam despite previously good placement
  • Bounces mentioning policy, authentication, or reputation
  • Provider dashboards showing a drop in reputation or authentication pass rate

Diagnosis steps#

  1. Confirm the configuration is live: query DNS from an external resolver and check the sending platform's settings page.
  2. Send to a seed mailbox and read the full headers, especially Authentication-Results.
  3. Compare the domains in From, Return-Path, and DKIM d= for alignment.
  4. Check provider dashboards (Google Postmaster Tools, Microsoft SNDS) for reputation and error rates.
  5. Review recent changes: new vendors, DNS edits, list imports, volume spikes.

Likely causes#

  • Adding upsell banners to receipts, which reclassifies them as marketing under many laws.
  • Using one shared IP pool for both streams.

Fix and re-verify#

  1. Send transactional mail from a dedicated subdomain (for example mail.yourdomain.com) or separate stream.
  2. Send marketing from a different subdomain (news.yourdomain.com).
  3. Keep promotional content out of transactional messages to preserve their exemption.
  4. Apply DMARC to the organizational domain so both subdomains are covered.

Frequently asked questions#

Do transactional emails need an unsubscribe link?

Not under CAN-SPAM if purely transactional. Gmail's bulk-sender rules still expect one-click unsubscribe for anything sent at volume, so many senders include it anyway.

Keep reading on Transactional vs marketing email