fix: add fallback_key support for email settings
sometimes (e.g. for "import/export warning") we need some common template and/or config
This commit is contained in:
parent
cca34bca1f
commit
2a9ace2a38
4 changed files with 250 additions and 47 deletions
|
|
@ -10,8 +10,8 @@ Basics
|
|||
|
||||
To send an email you (usually) need 3 things:
|
||||
|
||||
* key - unique key identifying the type of email
|
||||
* template - template file to render message body
|
||||
* key - unique key identifying the :term:`email type`
|
||||
* template - :term:`email template` file to render message body
|
||||
* context - context dict for template file rendering
|
||||
|
||||
And actually the template just needs to exist somewhere it can be
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue