projects
/
oweals
/
karmaworld.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
081adac
)
Address to send emails from
author
Charles Connell
<charles@connells.org>
Tue, 14 Jan 2014 03:34:41 +0000
(22:34 -0500)
committer
Charles Connell
<charles@connells.org>
Tue, 14 Jan 2014 03:34:41 +0000
(22:34 -0500)
karmaworld/settings/prod.py
patch
|
blob
|
history
diff --git
a/karmaworld/settings/prod.py
b/karmaworld/settings/prod.py
index d9cf868efb6ddb7486823864e5d1ffbb2831259c..88f2ca53403f334942f63024d29cd8266166cb9f 100644
(file)
--- a/
karmaworld/settings/prod.py
+++ b/
karmaworld/settings/prod.py
@@
-47,6
+47,8
@@
EMAIL_SUBJECT_PREFIX = 'KarmaNotes '
# See: https://docs.djangoproject.com/en/dev/ref/settings/#email-use-tls
EMAIL_USE_TLS = True
+DEFAULT_FROM_EMAIL = 'info@karmanotes.org'
+
# See: https://docs.djangoproject.com/en/dev/ref/settings/#server-email
SERVER_EMAIL = EMAIL_HOST_USER
########## END EMAIL CONFIGURATION