Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 743 Bytes

🎅 Secret Santa Local Email Sender

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.

Usage

  • Fill the SMTP_HOST, LOGIN_ACCOUNT and SENDER_ACCOUNT variables in email_sender.py
  • Create a password.py file that contains PASSWORD='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