Sending DKIM signed e-mail messages over SMTP in Rust
Building and sending e-mails securely does not have to be complicated. Today the mail-send crate was released including the following features:
Building and sending e-mails securely does not have to be complicated. Today the mail-send crate was released including the following features:
Back in November we released mail-parser, a Rust library to parse MIME e-mail messages of any complexity. Today we are proud to announce the release of mail-builder, a simple yet powerful library to build RFC5322 e-mail messages with MIME support.
Today we released mail-parser, an e-mail parsing library written in Rust that fully conforms to the Internet Message Format standard (RFC 5322), the Multipurpose Internet Mail Extensions (MIME; RFC 2045–2049) as well as other internet messaging RFCs.