Skip to content

Commit

Permalink
change email receiver
Browse files Browse the repository at this point in the history
Changing it to [email protected]
  • Loading branch information
sihyunjeon authored Mar 8, 2024
1 parent ba6afe0 commit e2e1004
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 e2e1004

Please sign in to comment.