You either need to use (Mailgun)[http://mailgun.com] or an email provider that supports SMTP and NodeJS v6.5.0.
git clone git@github.com:MystK/apple-reservations-checker.git
cd apple-reservations-checker
npm install
Edit the code in .env
and set either your Mailgun API key or your SMTP credentials as well as your email notification settings (TO_EMAIL, FROM_EMAIL, etc).
If you use SMTP, change MAIL_DRIVER
to "smtp".
npm start