Resend Mail Provider
This provider adds the official Resend SDK, validates RESEND_API_KEY with Zod, and exports a ready-to-use resend client.
Installation Guide
npx servercn-cli add pr resend-mailBasic Implementation
1. Env Configuration
2. Resend client
Usage
Use a verified domain or Resend's test sender for from.
To default the sender from env, add something like EMAIL_FROM: z.string() to envSchema alongside the API key (same pattern as the Nodemailer provider).