add sample email sender setting - needs to be valid so user registration activation mails get through
This commit is contained in:
parent
b45ae25b0a
commit
a15804429a
@ -15,6 +15,9 @@ ADMINS = (
|
||||
# ('Your Name', 'your_email@example.com'),
|
||||
)
|
||||
|
||||
# sender address for e.g. user activation emails
|
||||
DEFAULT_FROM_EMAIL = "your_email@example.com"
|
||||
|
||||
MANAGERS = ADMINS
|
||||
|
||||
DATABASES = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user