mails all students on the exported csv list, except for empty LV (~Anmeldeverfahren Dummy) and all students that were assigned a 'Fixplatz'
instructions:
-
use windows, have outlook open
-
python csv_mailer.py /path/to/recipients.csv /path/to/content.txt
recipients.csv: standard tumonline export
content.txt: string only, salutation will be added automatically
dummy run:
python csv_mailer.py .\csv_test.csv .\txt_test.txt
to preview who will be mailed, enter t (test) when prompted (e for execution when ready)