This project is no longer maintained and contains security vulnerabilities. Please use as a reference only.
This project uses Feathers. An open source web framework for building modern real-time applications.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/feathers-verification-emails; npm install
-
Start your app
To start the app you need three environment variables.
process.env.FROM_EMAIL
the email adress where you want your notifications to come from
process.env.SMTP_USER
the user from your Amazon SES smtp account
process.env.SMTP_PASS
the password from your Amazon SES smtp account
```
npm start
```
For more information on all the things you can do with Feathers visit docs.feathersjs.com.