Skip to content

emericcolombe/secret-santa-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎅 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,[email protected]
Dwight Schrute,[email protected]
Ryan Howard,[email protected]
  • Run secret_santa.py
  • Each participant will receive an email with the name of their lucky colleague
  • A assignations.txt file will be generated, containing the assignations
  • The next year, you can rename that file to previous_assignations.txt and the script will make sure that the same gifter-giftee combination does not happen again

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages