summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates/template_a/template.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mail/example_resources/templates/template_a/template.toml')
-rw-r--r--mail/example_resources/templates/template_a/template.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/example_resources/templates/template_a/template.toml b/mail/example_resources/templates/template_a/template.toml
new file mode 100644
index 0000000..4da0f10
--- /dev/null
+++ b/mail/example_resources/templates/template_a/template.toml
@@ -0,0 +1,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"
+