summaryrefslogtreecommitdiffstats
path: root/mail/example_resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'mail/example_resources/templates')
-rw-r--r--mail/example_resources/templates/template_a/html/logo.pngbin0 -> 343 bytes
-rw-r--r--mail/example_resources/templates/template_a/html/mail.html5
-rw-r--r--mail/example_resources/templates/template_a/portfolio.pdfbin0 -> 31571 bytes
-rw-r--r--mail/example_resources/templates/template_a/text/mail.txt1
4 files changed, 6 insertions, 0 deletions
diff --git a/mail/example_resources/templates/template_a/html/logo.png b/mail/example_resources/templates/template_a/html/logo.png
new file mode 100644
index 0000000..f58bea6
--- /dev/null
+++ b/mail/example_resources/templates/template_a/html/logo.png
Binary files differ
diff --git a/mail/example_resources/templates/template_a/html/mail.html b/mail/example_resources/templates/template_a/html/mail.html
new file mode 100644
index 0000000..a377e53
--- /dev/null
+++ b/mail/example_resources/templates/template_a/html/mail.html
@@ -0,0 +1,5 @@
+{% extends "base_mail.html" %}
+
+{% block head %}<meta charset="utf-8">{% endblock head %}
+
+{% block body %}logo: <img src="cid:{{cids.logo}}"> Hy {{data.name}}.{% endblock body %}
diff --git a/mail/example_resources/templates/template_a/portfolio.pdf b/mail/example_resources/templates/template_a/portfolio.pdf
new file mode 100644
index 0000000..3748b05
--- /dev/null
+++ b/mail/example_resources/templates/template_a/portfolio.pdf
Binary files differ
diff --git a/mail/example_resources/templates/template_a/text/mail.txt b/mail/example_resources/templates/template_a/text/mail.txt
new file mode 100644
index 0000000..903c8ce
--- /dev/null
+++ b/mail/example_resources/templates/template_a/text/mail.txt
@@ -0,0 +1 @@
+Hy {{data.name}}. \ No newline at end of file