Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 601 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 601 Bytes

Secret Santa

Secret Santa to play with your friends.

The script will randomly give each of the players the name of another player and send it via email.

Just include your names and emails in a the emails.txt file.

You will also need to add a SMTP server (try gmail: smtp.gmail.com) in the credentials.json file, as well as your email account and password. If you want to change the message to be displayed in the emails, change the message.txt file. In order to change the subject of the emails that are going to be sent, replace the value of the variable MESSAGE_SUBJECT at the top of the code.