Skip to content
Snippets Groups Projects
Commit b6cf4534 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Add Support email variable

parent 101659dc
No related branches found
No related tags found
3 merge requests!147Merge previous default branch feat-cod-rmq into main,!94WIP: Merge feat_prod_rmq with feat_cod_rmq,!87Add Support email variable
...@@ -24,6 +24,7 @@ Subject = 'New User Account' ...@@ -24,6 +24,7 @@ Subject = 'New User Account'
Info_url = 'https://www.google.com' Info_url = 'https://www.google.com'
Mail_list = 'root@localhost' Mail_list = 'root@localhost'
Mail_list_bcc = 'cmsupport@localhost' Mail_list_bcc = 'cmsupport@localhost'
Support_email = 'support@listserv.uab.edu'
Head = f"""From: {Sender_alias} <{Sender}> Head = f"""From: {Sender_alias} <{Sender}>
To: <{{{{ to }}}}> To: <{{{{ to }}}}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment