Skip to content
Snippets Groups Projects

Add Support email variable

Merged Bo-Chun Chen requested to merge github/fork/diedpigs/fix-support-email into feat-cod-rmq
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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 }}}}>
Loading