Change sender mail

This commit is contained in:
Oliver Falk
2018-06-15 13:13:24 +02:00
parent ed0e720c2b
commit 93c7552a29

View File

@@ -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