secret-santa-emails
v1.0.3
Published
A module for mixing presents and sending Secret Santa emails
Readme
Secret Santa shuffler and email sender
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:

Installation
git clone https://github.com/toxik/SecretSanta.gitcd SecretSanta && npm install(for thenodemailerdependency)
Usage
- clone the
settings.json.sampleintosettings.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
Credits
Alexandru Georoceanu
License
MIT
