backend-transactional-email

backend-transactional-email is a skill for Claude Code, Codex from j4flmao/agent-skills. It costs 66 tokens per session (4,796 once invoked), scanned A, original, MIT.

A guide for building transactional email systems. Transactional emails are automatic messages triggered by actions such as account creation, password resets, or purchases, rather than newsletters or marketing campaigns.

In plain words
What is it for?
Use it to configure SMTP, SES, SendGrid, or Resend; create MJML templates; set up SPF, DKIM, and DMARC; process webhooks; and add rate limits.
Why use it?
It helps ensure these emails are responsive, delivered reliably, handled safely, and operated in line with privacy requirements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument; mentions Codex.

Good fit Use it to configure SMTP, SES, SendGrid, or Resend; create MJML templates; set up SPF, DKIM, and DMARC; process webhooks; and add rate limits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/j4flmao/agent-skills/transactional-email
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add j4flmao/agent-skills --skill transactional-email
Clone the repo
git clone --depth 1 https://github.com/j4flmao/agent-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for backend-transactional-email

README.md
[![agentmods](https://agentmods.dev/badge/skills/j4flmao/agent-skills/transactional-email/github.svg)](https://agentmods.dev/skills/j4flmao/agent-skills/transactional-email)
Your own site
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/transactional-email"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/transactional-email/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for backend-transactional-email

Your own site · 80×15
<a href="https://agentmods.dev/skills/j4flmao/agent-skills/transactional-email"><img src="https://agentmods.dev/badge/skills/j4flmao/agent-skills/transactional-email.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,796 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.04796
Opus 5 $0.00033 $0.02398
Sonnet 5 $0.00013 $0.00959
Haiku 4.5 $0.00007 $0.00480

Measured 12d ago against content hash 3b2ef093fb5d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

backend-transactional-email scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/backend/transactional-email/SKILL.md · 529 lines

How it starts

The opening of the file, as written. The whole thing — 529 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Transactional Email Skill

Purpose

Build reliable, deliverable, and compliant transactional email systems using proven provider integrations, responsive MJML templates, and deliverability best practices.

Architecture Decision Trees

Provider Selection

Criterion Amazon SES SendGrid Resend Postmark SMTP (self)
Volume pricing $0.10/1K (62K free) $19.95/50K Free tier: 3K/mo $10/10K Infrastructure cost
Deliverability Good (reputation shared) Good Excellent (dedicated IP) Excellent Depends on setup
Template engine Custom HTML Dynamic templates React Email / MJML Custom HTML Any
Webhooks SNS + SQS Event Webhook Webhooks (built-in) Webhooks Custom
Open/click tracking SES Config Set Built-in Built-in Built-in Custom
Dedicated IP Yes (paid) Yes (paid) Yes Yes Yes
API style AWS SDK / SMTP REST / SMTP REST (simple) REST / SMTP SMTP
Best for High volume, AWS shops Mid-volume marketing Modern DX, dev teams Transactional only Full control

Decision: Resend for modern apps with great DX. SES for cost-sensitive high volume. Postmark for transactional-only where deliverability is critical.

Template Rendering Strategy

Strategy Pros Cons Best For
MJML → HTML (build-time) Fast, no runtime dep Rebuild to change templates Static templates
MJML → HTML (runtime) Dynamic per-user CPU cost per send Personalized templates
React Email (JSX) Component reuse, type-safe Node.js only, build step React codebases
Handlebars + HTML Universal, simple No responsive guarantees Mixed stacks
Provider templates (SendGrid, SES) No rendering code Vendor lock-in, less flexible Simple notifications

Decision: MJML compiled at build-time with runtime variable injection via Handlebars. React Email for all-React codebases.

Read the full file on GitHub · 529 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 529 lines · 66 tokens per session scan A 3b2ef093fb5d

Subscribe to this mod's changes

backend-transactional-email is a skill published in the GitHub repository j4flmao/agent-skills (23 stars, last pushed 5d ago), licensed MIT. It adds 66 tokens to every session and 4,796 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

novu-manage-subscribers

Create, update, search, and delete subscribers in Novu. Manage topics for group-based notification targeting. Set subscriber credentials for push and chat channels. Use when managing notification recipients, creating subscriber records, organizing subscribers into topics, or configuring channel-specific credentials.

novuhq/novu · 60 tokens

novu-trigger-notification

Trigger Novu notification workflows to send messages across email, SMS, push, chat, and in-app channels. Supports single triggers, bulk triggers, broadcast to all subscribers, topic-based targeting, and cancellation. Use when sending transactional notifications, alerts, or any event-driven messages.

novuhq/novu · 61 tokens

novu-framework-integration

Build code-first notification workflows with @novu/framework. Use when defining workflows in TypeScript (Zod / JSON Schema / Class Validator), composing channel steps (email, SMS, push, chat, in-app) with action steps (delay, digest, custom), exposing Step Controls for non-technical teammates, rendering…

novuhq/novu · 144 tokens

inbox-zero-api

Use the Inbox Zero API CLI to inspect the live API schema, list and manage automation rules, and read inbox analytics through the public API. Use this when a task involves Inbox Zero rules, stats, or API-driven automation and can be solved through the CLI instead of browser interaction.

elie222/inbox-zero · 61 tokens

billionmail

Use when setting up self-hosted email marketing and transactional email — SMTP relay, newsletter campaigns, bounce handling, delivery analytics. BillionMail: self-hosted email marketing platform with multi-tenant support.

znlgis/opengis-skills · 44 tokens

e2a-doctor

Use when an existing e2a MCP connection, inbox, custom domain, protection policy, webhook, or message delivery is failing or unclear. Diagnoses read-only through MCP first, ranks evidence-backed causes, and offers individually confirmed repairs; uses the CLI doctor only when CLI or self-hosted diagnostics are…

tokencanopy/e2a · 69 tokens