0.1.1 • Published 3 years ago

moralis-server-simple-nodemailer-adapter v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Installation

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

Usage

Configuartion in moralis-server:

  verifyUserEmails: true,
  appName: 'MyAppName',
  emailAdapter: {
    module: 'moralis-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.