Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

ImreC/feathers-verification-emails

Repository files navigation

feathers-verification-emails

This project is no longer maintained and contains security vulnerabilities. Please use as a reference only.

About

This project uses Feathers. An open source web framework for building modern real-time applications.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/feathers-verification-emails; npm install
    
  3. 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
```

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published