Module rss2email_lib::email
source · Expand description
Constructs and sends emails from different providers.
Modules§
- An email provider abstraction to allow for multiple backends.
- Implementation for default
mail
command in linux. EmailProvider
implementation usingResend
.EmailProvider
implementation usingSendGrid
.
Structs§
- Holds all environment variables that are required by any email provider.