mirror of
https://github.com/quantum5/qlinks.git
synced 2025-04-24 10:41:57 -04:00
Fix email examples
This commit is contained in:
parent
44d5e64739
commit
f289efd676
|
@ -25,7 +25,10 @@ STATIC_ROOT = '/srv/example'
|
|||
# Email
|
||||
# https://docs.djangoproject.com/en/4.0/topics/email/#email-backends
|
||||
# The email all broken links notifications will come from, among other things.
|
||||
# DEFAULT_FROM_MAIL = 'qlinks@example.com'
|
||||
# DEFAULT_FROM_EMAIL = 'qlinks@example.com'
|
||||
|
||||
# Emails that Django errors will come from.
|
||||
# SERVER_EMAIL = 'qlinks@example.com'
|
||||
|
||||
# A tuple of (name, email) pairs that specifies those who will be mailed
|
||||
# when the server experiences an error when DEBUG = False.
|
||||
|
|
Loading…
Reference in a new issue