From 93c7552a2914c4628512e5b555cc9ac0c296e18a Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 15 Jun 2018 13:13:24 +0200 Subject: [PATCH] Change sender mail --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index 6b3a645..45ac71b 100644 --- a/config.py +++ b/config.py @@ -56,7 +56,7 @@ IVATAR_VERSION = '0.1' LOGIN_REDIRECT_URL = reverse_lazy('profile') MAX_LENGTH_EMAIL = 254 # http://stackoverflow.com/questions/386294 -SERVER_EMAIL = 'accounts@ivatar.io' +SERVER_EMAIL = 'accounts@mg.linux-kernel.at' DEFAULT_FROM_EMAIL = SERVER_EMAIL MAX_NUM_PHOTOS = 5