summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates/template_a/template.toml
blob: 4da0f1046d66c8ce4aedaea201046ea45cd5d4f0 (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"