parse-server-simple-nodemailer-adapter
v1.0.6
Published
Used to send Parse Server password reset and email verification emails though Nodemailer
Maintainers
Readme
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: '[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.
