feat: add basic email handler support
still no way to define "profiles" for admin in web app yet
This commit is contained in:
parent
b401fac04f
commit
131ad88a16
17 changed files with 1163 additions and 2 deletions
1
tests/email/templates/test_foo.html.mako
Normal file
1
tests/email/templates/test_foo.html.mako
Normal file
|
@ -0,0 +1 @@
|
|||
<p>hello from foo html template</p>
|
1
tests/email/templates/test_foo.txt.mako
Normal file
1
tests/email/templates/test_foo.txt.mako
Normal file
|
@ -0,0 +1 @@
|
|||
hello from foo txt template
|
Loading…
Add table
Add a link
Reference in a new issue