Skip to content

Commit

Permalink
Change email receivers (#44)
Browse files Browse the repository at this point in the history
1. Changing it to [email protected]
  • Loading branch information
sihyunjeon authored Mar 11, 2024
1 parent ba6afe0 commit 7e34f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/email_sender.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def send(self, subject, body, recipients, files=None):
body += "\n\nSincerely,\nGridpack Extravaganza Machine"
ccs = [
"PdmV Service Account <[email protected]>",
"CMS Automatic Background Production <[email protected]>",
"CMS Automatic Background Production <ppd-auto-bkg-machine@cern.ch>",
]
# Create a fancy email message
message = MIMEMultipart()
Expand Down

0 comments on commit 7e34f08

Please sign in to comment.