Secret Santa Local Email Sender is a program for those who want to organise a secret santa but do not want to leak a list of email addresses to an online tool.
The program connects to your SMTP TLS server and send the emails for you, from your email address.
- Fill the
SMTP_HOST
,LOGIN_ACCOUNT
andSENDER_ACCOUNT
variables inemail_sender.py
- Create a
password.py
file that containsPASSWORD='your_email_password'
- Create a
participants.txt
file that contains the list of your participants in format:
Michael Scott,michael.scott@dundermifflin.com
Dwight Schrute,dwight-schrute@bearbeetsbattlestargalactica.us
Ryan Howard,ryan@dm-infinity.io
- Run
secret_santa.py