diff --git a/README.md b/README.md index 6bc77d2..d089252 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # lettre + [![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) [![Build status](https://ci.appveyor.com/api/projects/status/mpwglemugjtkps2d/branch/master?svg=true)](https://ci.appveyor.com/project/amousset/lettre/branch/master) [![Crate](https://img.shields.io/crates/v/lettre.svg)](https://crates.io/crates/lettre) @@ -61,6 +62,7 @@ fn main() { Released versions: * [latest](https://docs.rs/lettre/) +* [v0.8.0](https://docs.rs/lettre/0.8.0/lettre/) * [v0.7.0](https://docs.rs/lettre/0.7.0/lettre/) * [v0.6.2](https://docs.rs/lettre/0.6.2/lettre/) * [v0.6.1](https://docs.rs/lettre/0.6.1/lettre/) @@ -74,12 +76,13 @@ To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] -lettre = "0.7" +lettre = "0.8" +lettre_email = "0.8" ``` ## Testing -The tests require an open mail server listening locally on port 2525 and the `sendmail` command. +The `lettre` tests require an open mail server listening locally on port 2525 and the `sendmail` command. ## Code of conduct diff --git a/docs/404.html b/docs/404.html index 6488c03..ca07d29 100644 --- a/docs/404.html +++ b/docs/404.html @@ -9,14 +9,14 @@ 404 Page not found - - - - - - - - + + + + + + + + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+ + + +
+ +

Categories

+ + + + + + + +
+ +
+ + +
+
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/docs/creating-messages/email/index.html b/docs/creating-messages/email/index.html index 742b997..88c2588 100644 --- a/docs/creating-messages/email/index.html +++ b/docs/creating-messages/email/index.html @@ -3,7 +3,7 @@ - + @@ -12,17 +12,17 @@ Email creation :: Lettre site - - - - - - - - + + + + + + + + - + + + + + + + + + + +
+
+
+ +
+
+ + + + +
+
+ +
+
+ + +
+
+ + + +
+ +

Tags

+ + + + + + + +
+ +
+ + +
+
+ + + +
+ +
+
+
+ + + + + + + + + + + + + + + + + + + diff --git a/website/content/getting-started/intro.md b/website/content/getting-started/intro.md index b0c776c..8db4379 100644 --- a/website/content/getting-started/intro.md +++ b/website/content/getting-started/intro.md @@ -7,8 +7,8 @@ weight = 1 +++ {{% notice note %}} -This documentation is written for lettre 0.7. -Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6. +This documentation is written for lettre 0.8. +Please use https://docs.rs/lettre/0.7.0/lettre/ for lettre 0.7. {{% /notice%}} Lettre is an email library that allows creating and sending messages. It provides: