We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a02030 commit 198d80dCopy full SHA for 198d80d
doc/configuration.rst
@@ -24,6 +24,7 @@ Pytition specific settings
24
25
.. autodata:: pytition.settings.base.USE_MAIL_QUEUE
26
.. autodata:: pytition.settings.base.ALLOW_REGISTER
27
+.. autodata:: pytition.settings.base.DEFAULT_NOREPLY_MAIL
28
29
Django settings
30
---------------
pytition/pytition/settings/base.py
@@ -265,4 +265,5 @@
265
#:| Only superusers will be allowed to
266
RESTRICT_ORG_CREATION = False
267
268
+#:| Default address for 'Reply to' field in mail sent on account creation
269
DEFAULT_NOREPLY_MAIL = "[email protected]"
0 commit comments