Expand description
A library for sending notifications via email. If you need a quick and dirty way to send out notifications (and you have access to an email server), this crate is for you!
Structs§
- Client
TlsParameters - Parameters to use for secure clients
- Destination
- A phone number and mobile carrier pair for sending a text message
- Sender
- Sender
Builder - A builder for easily
creating a
Sender - Smtp
Client - Contains client configuration
Enums§
- Carrier
- A cell phone carrier
- Client
Security - How to apply TLS to a client connection
- Error