Browse Source

cleaned up the email addresses

master
Holger Frey 2 days ago
parent
commit
09a0fa3f58
  1. 6
      work_helpers/ics2table.py

6
work_helpers/ics2table.py

@ -24,14 +24,18 @@ TABLE_COLUMN_ORDER = ("date", "location", "presenter") @@ -24,14 +24,18 @@ TABLE_COLUMN_ORDER = ("date", "location", "presenter")
MAIL_RECIPIENTS = ",".join(
[
"cpistaff@imtek.de",
"andrealayedra@hotmail.com",
"jaro.homburger@biologie.uni-freiburg.de",
"kubilay.acar@continental.com",
"Mario.diehlmann@basf.com",
"paul.fernandez@fmf.uni-freiburg.de",
"sunil.shetty@uniklinik-freiburg.de",
"andrealayedra@hotmail.com",
"sofia.genoves94@gmail.com",
"sofia.genoves@yahoo.com.ar",
"yashmistry1001@gmail.com",
"lonee.borah@gmail.com",
]
)
MAIL_SUBJECT = "Updated Group Meeting Schedule"

Loading…
Cancel
Save