Files
lettre/website/src/README.md
Alexis Mousset 245c600c82 Update dependencies (#386)
Update dependencies and set MSRV to 1.40
2019-12-23 11:02:43 +00:00

450 B

Introduction

Lettre is an email library that allows creating and sending messages. It provides:

  • An easy to use email builder
  • Pluggable email transports
  • Unicode support (for emails and transports, including for sender et recipient addresses when compatible)
  • Secure defaults (emails are only sent encrypted by default)

Lettre requires Rust 1.40 or newer. Add the following to your Cargo.toml:

[dependencies]
lettre = "0.10"