From 12edc160df0ead9ac1ae4e62a44d49582e063021 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 13 Aug 2024 11:22:36 -0500 Subject: Emails: Make "From" address configurable We are running GeneNetwork in different environments. Each environment could have it's own separate domain, and need a different sender email to allow the underlying services to allow the emails through. --- gn_auth/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gn_auth/settings.py') diff --git a/gn_auth/settings.py b/gn_auth/settings.py index 6015560..2a78be3 100644 --- a/gn_auth/settings.py +++ b/gn_auth/settings.py @@ -42,3 +42,4 @@ SMTP_PORT = 587 SMTP_TIMEOUT = 200 # seconds SMTP_USER = "no-reply@genenetwork.org" SMTP_PASSWORD = "asecrettoken" +EMAIL_ADDRESS = "no-reply@uthsc.edu" -- cgit v1.2.3