send-transactional-email

Configure SPF, DKIM, and DMARC alignment for transactional email delivery.

9|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/Sir-chawakorn/sanook-cli --skill send-transactional-email
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-transactional-email
Source: https://github.com/Sir-chawakorn/sanook-cli/tree/main/skills/send-transactional-email
Command: npx skills add https://github.com/Sir-chawakorn/sanook-cli --skill send-transactional-email

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the complex challenge of ensuring transactional emails like password resets and receipts actually reach the user's inbox instead of being flagged as spam or lost entirely.

Core Features & Use Cases

  • Deliverability Optimization: Configures SPF, DKIM, and DMARC to ensure domain alignment and sender reputation.
  • Feedback Loop Management: Automates the processing of bounce and complaint webhooks to maintain a clean suppression list.
  • Use Case: If your password reset emails are landing in spam folders, use this skill to audit your domain authentication and implement a robust bounce-handling strategy.

Quick Start

Use the send-transactional-email skill to audit my current domain authentication records and set up a suppression list for bounce handling.

Frequently Asked Questions about send-transactional-email

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

FAQPage Schema
Why are my transactional emails landing in spam and how do I fix domain authentication?

Transactional emails land in spam due to missing or misaligned domain authentication. You must configure SPF, DKIM, and DMARC records to verify sender identity, ensure domain alignment, and build the reputation needed for reliable inbox placement.

How do I automate bounce and complaint handling for transactional email delivery?

Automate bounce and complaint handling by processing provider webhooks to maintain a real-time suppression list. This prevents sending to invalid or complaining addresses, protecting your sender reputation and ensuring future transactional emails reach the inbox.

What's the best way to ensure password reset and verification emails reach the user's inbox?

The best way to ensure password reset and verification emails reach the inbox is by implementing strict SPF, DKIM, and DMARC alignment, idempotent sending logic to prevent duplicates, and automated suppression of bounced addresses to maintain high deliverability.

Do I need DMARC alignment for system-generated receipts and verification alerts?

Yes, DMARC alignment is required for system-generated receipts and verification alerts. It ensures the sending domain matches the authenticated domain, preventing spoofing and improving deliverability for critical transactional communications like password resets.

How does idempotent sending logic improve transactional email reliability?

Idempotent sending logic improves transactional email reliability by ensuring that repeated system triggers for the same event, such as a password reset request, do not result in duplicate emails being sent to the user, maintaining a clean and predictable delivery behavior.