Skip to content
Snippets Groups Projects
Commit ad9aa65a authored by Ravi Tripathi's avatar Ravi Tripathi
Browse files

Merge branch 'fix-var-name' into 'master'

Support_email variable

See merge request !2
parents 14c3b11e 748bf454
No related branches found
No related tags found
1 merge request!2Support_email variable
...@@ -7,12 +7,13 @@ Queuewiki_url = 'https://docs.uabgrid.uab.edu/wiki/Slurm' ...@@ -7,12 +7,13 @@ Queuewiki_url = 'https://docs.uabgrid.uab.edu/wiki/Slurm'
Portal_url = 'https://rc.uab.edu' Portal_url = 'https://rc.uab.edu'
Hpcannounce_email = 'HPC-ANNOUNCE@LISTSERV.UAB.EDU' Hpcannounce_email = 'HPC-ANNOUNCE@LISTSERV.UAB.EDU'
Hpcusers_email = 'HPC-USERS@LISTSERV.UAB.EDU' Hpcusers_email = 'HPC-USERS@LISTSERV.UAB.EDU'
Support_email = 'support@listserv.uab.edu'
Signature = 'UAB IT Research Computing' Signature = 'UAB IT Research Computing'
Helpdesk_url = 'https://uabprod.service-now.com/ess_portal/' # Once we get a real helpdesk, change to URL instead of email Helpdesk_url = 'https://uabprod.service-now.com/ess_portal/' # Once we get a real helpdesk, change to URL instead of email
Head = f"""From: {rcfg.Sender_alias} <{rcfg.Sender}> Head = f"""From: {rcfg.Sender_alias} <{rcfg.Sender}>
To: <{{{{ to }}}}> To: <{{{{ to }}}}>
Reply-to: {rcfg.Support_email} Reply-to: {Support_email}
BCC: {rcfg.Admin_email} BCC: {rcfg.Admin_email}
Subject: {rcfg.Subject} Subject: {rcfg.Subject}
""" """
......
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