What problem does it solve? Sending transactional emails (welcome messages, order confirmations, password resets, receipts) reliably requires handling idempotency, rate limits, retries, deliverability, and webhook verification—details that are easy to get wrong and costly when they fail. ## Core Features & Use Cases - Single & Batch Sending: Send individual emails with attachments and scheduling, or up to 100 distinct emails per batch request via the Resend API. - Production Best Practices: Built-in guidance for idempotency keys, exponential backoff retries, error-code handling, and pre-send batch validation. - Deliverability & Webhooks: Covers domain warm-up schedules, suppression lists, tracking configuration, and signature-verified webhook handling for delivery events. - Use Case: A developer needs to send order confirmation emails after checkout. The skill provides SDK installation steps, a minimal send call with an idempotency key like order-confirmation/order-456, and retry logic for rate limits. ## Quick Start Ask the AI to send a transactional email with Resend, for example: "Send a welcome email to new users using Resend with an idempotency key."