moralis-server-simple-nodemailer-adapter

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i moralis-server-simple-nodemailer-adapter

Weekly Downloads

1

Version

0.1.1

License

ISC

Unpacked Size

2.8 kB

Total Files

3

Last publish

Collaborators

  • rphansen91
  • ivanontech