Transactional email setup
Send through one mailer behind a provider adapter, off the request path, and log every delivery so you can answer "did this email actually go out?"
What this skill helps you build
Send password resets, receipts, and invites reliably — a provider abstraction with background sending, retries, and a delivery log you can debug from.
The production takeaway
Send through one mailer behind a provider adapter, off the request path, and log every delivery so you can answer "did this email actually go out?"
Inside this skill
The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.
Unlock the full implementation
Paid access includes the complete skill body, implementation prompt, common mistakes, production checklist, and code examples where this skill includes them.