CtrlK
BlogDocsLog inGet started
Tessl Logo

postmark-email-best-practices

Use when asking about email deliverability, compliance (CAN-SPAM, GDPR, CASL), transactional email design patterns, list management, testing safely, or general email best practices — provider-agnostic knowledge with Postmark-specific guidance.

80

1.08x
Quality

73%

Does it follow best practices?

Impact

87%

1.08x

Average score across 3 eval scenarios

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./postmark-email-best-practices/SKILL.md
SKILL.md
Quality
Evals
Security

Email Best Practices

Postmark has delivered billions of transactional emails over 15+ years. This skill distills that expertise into actionable guidelines for building reliable, compliant, high-deliverability email systems.

Quick Reference

TopicUse When
DeliverabilitySetting up SPF/DKIM/DMARC, warming a new domain, diagnosing delivery issues
ComplianceBuilding unsubscribe flows, handling GDPR/CAN-SPAM/CASL requirements
Transactional DesignDesigning welcome emails, password resets, receipts, alerts
List ManagementHandling bounces, suppressions, list hygiene
TestingTesting safely without hurting sender reputation
Sending ReliabilityIdempotency, retry logic, rate limits

Deliverability Fundamentals

The three authentication records every sending domain must have:

RecordPurposePriority
SPFAuthorizes servers to send as your domainRequired
DKIMCryptographically signs emails to prove authenticityRequired
DMARCPolicy for handling SPF/DKIM failuresRequired

With Postmark, DKIM is configured automatically when you verify a sender domain. SPF and DMARC must be set up in your DNS.

See references/deliverability.md for DNS setup, reputation factors, and domain warm-up guidance.

Transactional vs. Broadcast Email

Never mix transactional and broadcast email in the same sending stream. They have different delivery characteristics, compliance requirements, and reputation profiles.

TypeExamplesComplianceUnsubscribe Required
TransactionalPassword resets, receipts, alerts, notificationsCAN-SPAM exemption possibleNo (but good practice)
BroadcastNewsletters, promotions, announcementsCAN-SPAM, GDPR, CASL applyYes — legally required

Postmark enforces this separation with Message Streams — use outbound for transactional, broadcast for marketing.

See references/compliance.md for CAN-SPAM, GDPR, and CASL requirements.

Transactional Email Design

Good transactional emails are:

  • Expected — The recipient triggered this email
  • Timely — Sent immediately after the triggering event
  • Actionable — One clear call to action
  • Plain — Minimal design; content over decoration

Common transactional email types and their essential elements:

Email TypeMust IncludeAvoid
WelcomeProduct name, next step CTA, support contactMarketing upsell on day 1
Password resetExpiry time, ignore-if-not-you notice, support linkLong copy
Receipt / InvoiceLine items, total, billing address, supportPromotional content
Shipping notificationTracking link, estimated delivery, itemsUnrelated promotions
Security alertWhat happened, when, action required, how to securePanic-inducing language

See references/transactional-design.md for design patterns, copy guidelines, and HTML email best practices.

List Health

Sending to invalid, inactive, or unengaged addresses is the leading cause of deliverability problems.

Key rules:

  • Remove hard bounces immediately and permanently
  • Suppress spam complaints immediately — never re-add
  • Re-permission lists older than 12–18 months before mailing
  • Never purchase or rent email lists
  • Validate addresses at the point of collection

See references/list-management.md for suppression strategies, list hygiene schedules, and re-engagement workflows.

Testing Safely

Never test with real addresses at consumer providers (gmail.com, yahoo.com, etc.) — it damages sender reputation.

MethodHowUse For
API test tokenUse POSTMARK_API_TEST as your server tokenValidating API calls in CI/development
Black holeSend to test@blackhole.postmarkapp.comFunctional testing — appears in activity
Sandbox serverCreate a dedicated sandbox server in dashboardFull send pipeline without delivery
Bounce testinghardbounce@bounce-testing.postmarkapp.comTesting bounce webhook handlers

See references/testing.md for full testing setup and domain warm-up schedules.

Sending Reliability

Production email systems need idempotency keys, retry logic, and rate limit handling to avoid duplicate sends and silent failures.

See references/sending-reliability.md for idempotency patterns, retry strategies, and rate limit handling.

Notes

  • Postmark is purpose-built for transactional email — use it for triggered 1:1 emails, not bulk marketing
  • Deliverability is not just about authentication — it's about sending wanted email to engaged recipients
  • A single spam complaint from a real user is more damaging than 1,000 hard bounces
  • Monitor your bounce rate (keep below 2%) and spam complaint rate (keep below 0.04%)
Repository
ActiveCampaign/postmark-skills
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.