basic mailer implementation
This commit is contained in:
6
templates/dev/emails.html
Normal file
6
templates/dev/emails.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% for msg in messages %}
|
||||
<div style="white-space: pre-wrap">
|
||||
{{ msg }}
|
||||
</div>
|
||||
<hr>
|
||||
{% endfor %}
|
Reference in New Issue
Block a user