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
|
@ -124,6 +124,12 @@ Glossary
|
|||
In practice this generally refers to a
|
||||
:class:`~wuttjamaican.db.sess.Session` instance.
|
||||
|
||||
email handler
|
||||
The :term:`handler` responsible for sending email on behalf of
|
||||
the :term:`app`.
|
||||
|
||||
Default is :class:`~wuttjamaican.email.handler.EmailHandler`.
|
||||
|
||||
entry point
|
||||
This refers to a "setuptools-style" entry point specifically,
|
||||
which is a mechanism used to register "plugins" and the like.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue