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 usingResend
.- sendgrid
EmailProvider
implementation usingSendGrid
.
Structs§
- EnvLoader
- Holds all environment variables that are required by any email provider.