SKILL-092 Emails and notifications Locked skill

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?"

01

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?"

02

Inside this skill

The full skill expands these implementation areas with decisions, edge cases, prompts, tests, and framework-specific code.

Emails and notifications
What this helps you build

A dependable path for the emails your product must deliver — password resets, magic links, receipts, team invites, "your export is ready". One mailer module sends them all, a swapp

🔒
Emails and notifications
When to use this

Use this the moment your app sends email that a user is waiting on — anything where a silent failure turns into a support ticket or a locked out customer. Concretely, reach for thi

🔒
Emails and notifications
The core idea

Every email leaves through one mailer , which delegates to a provider adapter behind a stable interface, and the result is written to a delivery log . Three moving parts, each with

🔒
03

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.