diff --git a/feo_homepage/settings/prod.py b/feo_homepage/settings/prod.py index 0170aef..024c082 100644 --- a/feo_homepage/settings/prod.py +++ b/feo_homepage/settings/prod.py @@ -16,7 +16,7 @@ SERVER_EMAIL = "server@feo.gmbh" EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_HOST = 'mail.asw.io' -EMAIL_HOST_PASSWORD = 'e6166f289851034304ba7d2e2269bdd0' +EMAIL_HOST_PASSWORD = '409ce4f17e2447e1b0a5879e55d6c04a' EMAIL_HOST_USER = 'service@feo.gmbh' EMAIL_PORT = 993 EMAIL_SUBJECT_PREFIX = '[FEO GmbH] '