Crate vsmtp_delivery
Expand description
vSMTP delivery system
Macros
- A macro to define serde/deser method for a field
type
Structs
- the email will be sent to another mail exchanger via mx record resolution & smtp.
- the email will be directly delivered to the server, without mx lookup.
- resolver use to write emails on the system following the application/mbox Media Type. (see rfc4155)
- Parameters to send a message.