From 7be694177c3f264fa552822cc6f937047d61616e Mon Sep 17 00:00:00 2001 From: Philipp Korber Date: Mon, 3 Dec 2018 17:53:58 +0100 Subject: doc(README) added minimal readme to repository - each crate had a readme but the repo on itself does not --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c3d361a --- /dev/null +++ b/README.md @@ -0,0 +1,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) \ No newline at end of file -- cgit v1.2.3