Email delivery uses Resend as the transactional provider. Templates are built with React Email, which means email markup is written as React components with full TypeScript support — no separate templating language or HTML string concatenation.
Delivery status is tracked via Resend webhooks, providing visibility into bounces, complaints, and successful deliveries. A local preview route renders email templates in the browser during development, so layout and content can be iterated without sending actual messages.