a082da6ea4208068db5150a1de2f0446366d3bce
fix(all): Fix documentation issues
lettre
This is an email library written in Rust.
Features
Lettre provides the following features:
- Multiple transport methods
- Unicode support (for email content and addresses)
- Secure delivery with SMTP using encryption and authentication
- Easy email builders
Example
See https://github.com/lettre/lettre/blob/master/lettre_email/examples/smtp.rs for a simple example of how to build and send an email.
Documentation
Released versions:
Install
This library requires rust 1.18 or newer.
To use this library, add the following to your Cargo.toml:
[dependencies]
lettre = "0.7"
Testing
The tests require an open mail server listening locally on port 2525 and the sendmail command.
Code of conduct
Anyone who interacts with Lettre in any space, including but not limited to this GitHub repository, must follow our code of conduct.
License
This program is distributed under the terms of the MIT license.
See LICENSE for details.
Description
Languages
Rust
100%