This is a script I wrote to organize a secret santa that would ensure nobody picks themselves. To run this script, please do the following:
- Install nodejs
- Install the dependancy node mailer
- Go into the script and remove the sample name for the people list and add another object containing a name and an email for each person participating
- In the declaration of the emailClient variable, replace the login information with yours
- In the sendEmail function, update the sample email.
- In order for the email to be sent, you will need to turn off "less secure app blocked" in Gmail.