parse-server-simple-nodemailer-adapter

1.0.6 • Public • Published

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.

Package Sidebar

Install

npm i parse-server-simple-nodemailer-adapter

Weekly Downloads

3

Version

1.0.6

License

ISC

Last publish

Collaborators

  • zhouhao27