mail 0.7.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
12
13
14
15
16
name = "template_a"
subject = "Hy dear {{name}}"

[[bodies]]
path = "mail.txt"

[[bodies]]
path = "mail.html"

  [bodies.embeddings]
  logo = "logo.png"

[[attachments]]
iri = "path:portfolio.pdf"
media_type = "application/pdf"