Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 7e34f08

Browse files
authored
Change email receivers (#44)
1. Changing it to ppd-auto-bkg-machine@cernNOSPAM.ch
1 parent ba6afe0 commit 7e34f08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/email_sender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def send(self, subject, body, recipients, files=None):
4949
body += "\n\nSincerely,\nGridpack Extravaganza Machine"
5050
ccs = [
5151
"PdmV Service Account <pdmvserv@cern.ch>",
52-
"CMS Automatic Background Production <ppd-auto-bkg@cern.ch>",
52+
"CMS Automatic Background Production <ppd-auto-bkg-machine@cern.ch>",
5353
]
5454
# Create a fancy email message
5555
message = MIMEMultipart()

0 commit comments

Comments
 (0)