fix(doc): Update doc and specify the target version
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
<pubDate>Sun, 21 May 2017 23:46:17 +0200</pubDate>
|
||||
|
||||
<guid>https://lettre.github.io/lettre/getting-started/intro/</guid>
|
||||
<description>Lettre is an email library that allows creating and sending messages. It provides:
|
||||
<description>This documentation is written for lettre 0.7, wich has not been released yet. Please use https://docs.rs/lettre/0.6.2/lettre/ for lettre 0.6.
|
||||
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) </description>
|
||||
</item>
|
||||
|
||||
|
||||
@@ -268,6 +268,11 @@
|
||||
<h1>Introduction</h1>
|
||||
|
||||
|
||||
<div class="notices note" ><p>This documentation is written for lettre 0.7, wich has not been released yet.
|
||||
Please use <a href="https://docs.rs/lettre/0.6.2/lettre/">https://docs.rs/lettre/0.6.2/lettre/</a> for lettre 0.6.</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p>Lettre is an email library that allows creating and sending messages. It provides:</p>
|
||||
|
||||
<ul>
|
||||
|
||||
Reference in New Issue
Block a user