basic mailer implementation

This commit is contained in:
dandds
2018-10-10 11:28:03 -04:00
parent 5dd55dea55
commit 18bb5b24fd
5 changed files with 108 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{% for msg in messages %}
<div style="white-space: pre-wrap">
{{ msg }}
</div>
<hr>
{% endfor %}