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

Add User report email head

parent 073f1e37
No related branches found
No related tags found
6 merge requests!147Merge previous default branch feat-cod-rmq into main,!85kill nginx process running under user from login node,!78Feat cod rmq,!62Feat notify user errmsg,!63Feat db handle,!55task manager fail handling
...@@ -28,3 +28,9 @@ Cheers, ...@@ -28,3 +28,9 @@ Cheers,
""" """
Whole_mail = Head + Body Whole_mail = Head + Body
UserReportHead = f"""From: {Sender_alias} <{Sender}>
To: <{Admin_email}>
Subject: User Creation Report:
"""
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