Expand description
Email sending for What projects.
Supports SMTP (via lettre) and API providers (Resend via reqwest).
Email templates live in the project’s emails/ directory and are rendered
through the same #variable# engine used for pages.
Structs§
- Email
Message - An email message ready to send.
Functions§
- render_
email_ template - Render an email template from the
emails/directory. - send_
email - Send an email using the configured transport.