email-best-practices

Configure SPF, DKIM, and DMARC for email deliverability and compliance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/SeniduRavihara/construction.lk --skill email-best-practices-seniduravihara
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-best-practices
Source: https://github.com/SeniduRavihara/construction.lk/tree/main/.agents/skills/email-best-practices
Command: npx skills add https://github.com/SeniduRavihara/construction.lk --skill email-best-practices-seniduravihara

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps engineering teams reduce email deliverability problems and ensure regulatory compliance by guiding DNS authentication, sending reliability, and proper handling of email events.

Core Features & Use Cases

  • DNS authentication setup (SPF, DKIM, DMARC) with rollout strategy.
  • Production-ready sending with idempotency and exponential backoff.
  • Webhook processing and list hygiene for suppression and bounces.
  • Use cases include transactional emails (password resets, order confirmations) and marketing campaigns with compliance controls.

Quick Start

Configure SPF/DKIM/DMARC for your domain and run a test transactional email to verify end-to-end delivery.

Frequently Asked Questions about email-best-practices

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up DNS authentication for transactional emails?

DNS authentication for transactional emails requires configuring SPF, DKIM, and DMARC records for your sending domain, followed by a structured DMARC rollout strategy to verify end-to-end delivery and establish domain compliance.

What is the best way to handle email webhook processing and bounces?

Email webhook processing and bounces are handled through list hygiene practices, actively managing suppression lists to remove invalid addresses and maintain high deliverability for future sends.

How do I implement idempotent sending and exponential backoff retries?

Idempotent sending and exponential backoff retries are implemented via a production-ready email workflow that prevents duplicate delivery during network failures, automatically resending failed messages with increasing delays.

Does this email compliance approach support cross-region marketing campaigns?

Yes, this email compliance approach supports cross-region marketing campaigns and newsletters by enforcing regulatory compliance controls alongside standard DNS authentication and list hygiene practices.

Why do my password reset emails fail deliverability checks?

Password reset emails fail deliverability checks when SPF, DKIM, or DMARC DNS records are misconfigured or missing, which this email workflow resolves by guiding proper authentication setup and suppression hygiene.