1.0.6 • Published 7 years ago

parse-server-simple-nodemailer-adapter v1.0.6

Weekly downloads
39
License
ISC
Repository
github
Last release
7 years ago

Installation

npm i parse-server-simple-nodemailer-adapter -S

Usage

Configuartion in parse-server:

  verifyUserEmails: true,
  publicServerURL: `http://${SERVER_HOST}:${SERVER_PORT}/parse`, 
  appName: 'MyAppName',
  emailAdapter: {
    module: 'parse-server-simple-nodemailer-adapter',
    options: {
      fromAddress: 'no-reply@email.com',
      user: 'youremail@gmail.com',        
      password: 'yourpassword'
    }      
  }      

This is for testing purpose only. Please don't use it in a production environment yet.

The first version is only support Gmail.

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago