summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates/template_a/template.toml
blob: 25ff85a17d49f9b50a97a5020253b777c4b626c4 (plain)
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"