Skip to content
Snippets Groups Projects
Commit 8ad6b7cc authored by wupo's avatar wupo
Browse files

Changed recipients from wupo to prod mailing lists.

parent 7fda4959
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,8 @@ async def main(): ...@@ -41,7 +41,8 @@ async def main():
if plenum_date: if plenum_date:
smtp_connection = mail_utils.get_smtp_connection(MAIL_SERVER, MAIL_USER, MAIL_PASSWORD) smtp_connection = mail_utils.get_smtp_connection(MAIL_SERVER, MAIL_USER, MAIL_PASSWORD)
mail_utils.send_plenum_message(smtp_connection, mail_utils.send_plenum_message(smtp_connection,
['wupo@chaotikum.org'], ['mitglieder@chaotikum.org',
'talk@chaotikum.org'],
plenum_date, plenum_date,
MAIL_USER, MAIL_USER,
f'Plenum am {plenum_date.isoformat()} um 19 Uhr', f'Plenum am {plenum_date.isoformat()} um 19 Uhr',
......
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