mail 0.6.0

mail, facade for a number of mail related crates for creating and sending mails
Documentation
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
    <!-- NOTE THAT THIS IS JUST AN EXAMPLE FOR THE TEMPLATE ENGINE NOT FOR MAIL ON ITSELF -->
    <meta charset="utf-8">
</head>
<body>
    <img src="cid:{{cids.logo}}"> <br>
    <h1> Hy {{data.name}},</h1>
</body>
</html>