email-best-practices

Design compliant email infrastructure with SPF, DKIM, and DMARC configuration.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/involvex/aetheris --skill email-best-practices-involvex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: email-best-practices
Source: https://github.com/involvex/aetheris/tree/main/.agents/skills/email-best-practices
Command: npx skills add https://github.com/involvex/aetheris --skill email-best-practices-involvex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guides engineers on building reliable, compliant email systems that deliver messages and handle events without errors.

Core Features & Use Cases

  • Deliverability and authentication guidance (SPF, DKIM, DMARC) to ensure inbox delivery
  • Compliance and data retention guidance across regions (CAN-SPAM, GDPR, CASL)
  • Reliability features including idempotency keys, exponential backoff, and webhook processing
  • Use case: plan and implement transactional and marketing emails for a SaaS app with proper list management

Quick Start

Load the SKILL and follow the routing to begin implementing the recommended workflow.

Frequently Asked Questions about email-best-practices

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

FAQPage Schema
How do I configure SPF, DKIM, and DMARC to improve email deliverability?

To improve email deliverability, configure SPF, DKIM, and DMARC authentication protocols. This skill guides you through setting up these DNS records to ensure your transactional and marketing emails successfully reach the inbox.

What's the best way to handle email webhooks and ensure they are secure?

The best way to handle secure email webhooks is to implement signature verification. This skill enforces signature-verified webhook processing to securely manage email events and prevent unauthorized incoming requests.

How do I implement idempotent email sending and retry backoff policies?

To implement idempotent email sending and retry backoff policies, use idempotency keys and exponential backoff. This skill enforces these reliability features to prevent duplicate emails during network failures and ensure successful delivery.

Does this email infrastructure guidance cover GDPR, CAN-SPAM, and CASL compliance?

Yes, this email infrastructure guidance covers GDPR, CAN-SPAM, and CASL compliance. It provides a practical roadmap aligned with GDPR as a global standard, addressing data retention and international compliance scenarios for your application.

How do I manage suppression lists and differentiate transactional vs marketing emails?

To manage suppression lists and differentiate transactional vs marketing emails, apply specific suppression rules based on email type. This skill helps you plan and implement list management for your SaaS app to maintain compliance.