Skip to content

Used to send Parse Server password reset and email verification emails with generic accounts like Gmail. This module uses the nodemailer library.

Notifications You must be signed in to change notification settings

abuharis/parse-server-genericemail-adapter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

npm version

Parse Server Generic email Adapter

Join the chat at https://gitter.im/parse-server-genericemail-adapter/Lobby Used to send Parse Server password reset and email verification emails with generic accounts like Gmail. This module uses the nodemailer library.

Read more here: https://github.com/ParsePlatform/parse-server.

Compatibility

Tested with Parse Server v2.2.13.

Install

$ npm install parse-server-genericemail-adapter  -S

Usage

Replace the config with your info.

var parse=new ParseServer({
   //...
   emailAdapter: {
      module: "parse-server-genericemail-adapter",
      options: {
         service: "Gmail" // Could be anything like yahoo, hotmail, etc, Full list - https://github.com/nodemailer/nodemailer-wellknown 
         email: "[email protected]",
         password: "Your password"  //Hmm right now no other way
      }
   }
});

Credits

https://github.com/collinbrewer/parse-server-amazon-ses-adapter https://github.com/nodemailer/nodemailer https://github.com/ParsePlatform/parse-server

About

Used to send Parse Server password reset and email verification emails with generic accounts like Gmail. This module uses the nodemailer library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%