Why
The local mailer lets you develop and test all email flows — including the full template render — without a SendGrid API key or an email inbox. Everysend() and queue() call runs through the same template pipeline as production, so you catch template bugs early.
Setup
This is the default fordevelopment.ts and requires no extra dependencies or environment variables:
EMAIL queue consumer — you’ll see the rendered output in the consumer’s log stream.
What’s next?
- Twilio SendGrid — the production provider, including the full template list and send vs queue comparison.