moralis-server-simple-nodemailer-adapter

v0.1.1
Used to send Moralis Server password reset and email verification emails though Nodemailer
moralis moralis-server email-adapter

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: '[email protected]',
      user: '[email protected]',        
      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.

npm i moralis-server-simple-nodemailer-adapter

Metadata

  • ISC
  • Whatever
  • Ryan P. Hansen
  • released 3/16/2021

Downloads

Maintainers