Skip to main content

What’s the difference?

Transactional emails are triggered by a user’s action and contain information they expect to receive. They’re one-to-one and time-sensitive. Marketing emails are sent to a group of recipients to promote something. They’re one-to-many and not triggered by a specific user action. The distinction matters for deliverability, compliance, and how you should handle each type.

Transactional emails

Transactional emails are sent in response to something the user did. The recipient expects them — they’re part of the product experience. Examples:
  • Password reset emails
  • Email verification / confirmation
  • Order confirmations and receipts
  • Shipping notifications
  • Account activity alerts (login from new device, payment failed)
  • Two-factor authentication codes
  • Invoice and billing emails
  • Invitation emails (team invites, shared documents)
Key characteristics:
  • Triggered by user action
  • Sent to one recipient at a time
  • Time-sensitive (a password reset link that arrives 2 hours late is useless)
  • Expected by the recipient
  • Don’t require an unsubscribe link (but compliance varies by jurisdiction)
  • Typically have very high open rates (60–80%)

Marketing emails

Marketing emails are sent proactively by the business to a list of recipients. The goal is to inform, engage, or sell. Examples:
  • Newsletters
  • Product announcements
  • Promotional offers and discounts
  • Event invitations
  • Re-engagement campaigns (“We miss you!”)
  • Educational content / drip campaigns
Key characteristics:
  • Sent to a group of recipients
  • Not triggered by a specific user action
  • Require explicit opt-in consent
  • Must include an unsubscribe link (legally required)
  • Typically have lower open rates (15–30%)
  • Subject to stricter spam filtering

Why you should separate them

Sending transactional and marketing emails from the same domain and infrastructure creates a risk: if your marketing emails generate complaints or bounces (which is more likely), the reputation damage spills over to your transactional emails. A password reset email going to spam because your last newsletter had a high complaint rate is a bad user experience.

Use separate subdomains

The most common approach is to use different subdomains:
TypeSubdomainExample
Transactionalsend.acme.comPassword resets, receipts
Marketingmail.acme.comNewsletters, promotions
Each subdomain has its own sender reputation. If marketing reputation degrades, transactional emails are unaffected.

Use separate senders

Within SendKit, create different senders for each type:
SenderUse
noreply@send.acme.comTransactional (password resets, alerts)
hello@send.acme.comTransactional (welcome emails, receipts)
news@mail.acme.comMarketing (newsletters)
offers@mail.acme.comMarketing (promotions)

Deliverability differences

Email providers treat these types differently:
FactorTransactionalMarketing
Spam filteringMore lenient — providers know users expect theseStricter — higher scrutiny
Gmail tabsUsually lands in PrimaryOften lands in Promotions
Engagement expectationsHigh opens expectedLower opens tolerated
Complaint toleranceVery low — any complaints are a red flagSlightly higher tolerance
Delivery priorityHigher — time-sensitiveLower — not urgent

Compliance differences

Unsubscribe requirements

  • Transactional: Generally exempt from unsubscribe requirements in CAN-SPAM and GDPR, because they’re necessary for the service the user signed up for
  • Marketing: Must include a working unsubscribe link. This is legally required in CAN-SPAM, GDPR, LGPD, and most other jurisdictions
  • Transactional: Implied consent — the user signed up for your service and expects operational emails
  • Marketing: Explicit consent required — the user must actively opt in to receive marketing emails
Don’t abuse the transactional exemption by adding marketing content to transactional emails. A password reset email with a promotional banner at the bottom is still a marketing email in the eyes of regulators and spam filters.

The gray area

Some emails don’t fit neatly into either category:
EmailType?Reasoning
Welcome email after signupTransactionalTriggered by user action, expected
Onboarding series (tips, tutorials)Gray areaRelated to user action but promotional in nature
Usage report / weekly summaryTransactionalUser-specific, informational
”Your trial is expiring”TransactionalAccount-related, time-sensitive
”Check out our new feature”MarketingNot triggered by user action, promotional
Review/feedback requestGray areaRelated to a purchase but not transactional in nature
When in doubt, treat it as marketing. It’s safer from both a compliance and deliverability perspective.

FAQ

Yes. SendKit handles both transactional and marketing emails. We recommend using separate subdomains and senders for each type to protect your transactional deliverability.
Transactional emails should have open rates of 60%+ (often higher). If yours are low, check: (1) Are they landing in spam? Check authentication. (2) Are they actually transactional? If they’re disguised marketing, recipients may ignore them. (3) Are your subject lines clear and descriptive?