From cd3a5a7b2a52a1e7b82d3f714f39c57a1e7449d4 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 28 Mar 2013 18:46:16 +0000 Subject: [PATCH] settings: Use example.com in DEFAULT_FROM_EMAIL Signed-off-by: Paul Eggleton --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 44a825c..481d918 100644 --- a/settings.py +++ b/settings.py @@ -171,7 +171,7 @@ LOGGING = { # Registration settings ACCOUNT_ACTIVATION_DAYS = 2 EMAIL_HOST = 'smtp.example.com' -DEFAULT_FROM_EMAIL = 'noreply@layers.openembedded.org' +DEFAULT_FROM_EMAIL = 'noreply@example.com' LOGIN_REDIRECT_URL = '/layerindex' # Full path to directory where layers should be fetched into by the update script