use-email-envelope
SMTP envelope identity and path primitives for RustUse.
Experimental
use-email-envelope is experimental while use-email remains below 0.3.0.
Example
use ;
let envelope = new
.with_recipient;
assert_eq!;
assert_eq!;
# Ok::
Scope
- Reverse-path, forward-path, MAIL FROM, RCPT TO, envelope sender, recipient, and envelope containers.
- SMTP envelope identity modeled separately from visible message headers.
Non-goals
- SMTP client behavior.
- Bounce processing.
- Delivery tracking.
License
Licensed under either Apache-2.0 or MIT.