Update EMAIL_HOST_PASSWORD in production settings

The EMAIL_HOST_PASSWORD was updated to a new value in the production configuration. This change ensures secure and up-to-date credentials are used for the email backend. No other settings were modified.
main
Arne Schauf 2 weeks ago
parent 0d8e5eccbf
commit bac5416cac
  1. 2
      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] '

Loading…
Cancel
Save