Module email

Source
Expand description

Constructs and sends emails from different providers.

Modules§

email_provider
An email provider abstraction to allow for multiple backends.
error
mail_cmd
Implementation for default mail command in linux.
resend
EmailProvider implementation using Resend.
sendgrid
EmailProvider implementation using SendGrid.

Structs§

EnvLoader
Holds all environment variables that are required by any email provider.