This little project takes a list of persons, shuffles everybody without showing the pairs and then sends every one an
email with their present receiver.
It is currently translated into English and Romanian.
There's an HTML template (in the templ
folder) which is used to give a nice winter-y form to the emails.
Here's a screenshot from a Gmail received message:
git clone https://github.com/toxik/SecretSanta.git
cd SecretSanta && npm install
(for thenodemailer
dependency)
- clone the
settings.json.sample
intosettings.json
- add the details for the persons you want shuffled: name, email, sex
- configure your email provider (smtp/gmail etc. see the nodemailer project for all available settings)
npm start
Alexandru Georoceanu
MIT