Secret santa sends email message to everyone using AWS SES
- Node 12.x
- Gulp (
npm install -g gulp
)
Run npm install
- Run
cp config.json.sample config.json
and edit the config.json file - Create the AWS credentials file (~/.aws/credentials). More information here.
Execute gulp
Execute node dist/run.js
Please note that if you want to send email to email addresses that are not verified for your account, you should request AWS to increase the limit for your account. More information here.