summaryrefslogtreecommitdiffstats
path: root/README.md
blob: c3d361ab84c91cbd419960741077382c3b1bad3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# mail

This repository contains the rust mail crates.

They provides ways to represent, generate and
send mails.

The generation can be done with custom code or
using a template library. Bindings for `handlebars`
are included but binding other libraries isn't
hard either.

The sending is done over `SMTP` it is currently
focused on sending the mails to a
Message Submission Agent (MSA) through it could
be used in other contexts, too.

Currently there is no mail parsing implemented.

The readme of the `mail` crate which acts as
a facade exposing all this features can be
fund under [`mail/README.md`](mail/README.md)