Socket
Socket
Sign inDemoInstall

parse-server-mandrill-adapter

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    parse-server-mandrill-adapter

Used to send Parse Server password reset and email verification emails through Mandrill


Version published
Weekly downloads
908
increased by1.79%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

parse-server-mandrill-adapter

Used to send Parse Server password reset and email verification emails through Mandrill

How to install:

$ npm install parse-server-mandrill-adapter --save

How to use:

var server = ParseServer({
  ...
  emailAdapter: {
    module: 'parse-server-mandrill-adapter',
    options: {
      // API key from Mandrill account
      apiKey: 'API-KEY',
      // Reply-to email address
      replyTo: 'no-reply@yourdomain.com',
      // Display name
      displayName: 'no-reply@yourdomain.com',
      // Verification email subject
      verificationSubject: 'Please verify your e-mail for *|appname|*',
      // Verification email body
      verificationBody: 'Hi,\n\nYou are being asked to confirm the e-mail address *|email|* with *|appname|*\n\nClick here to confirm it:\n*|link|*',
      // Password reset email subject
      passwordResetSubject: 'Password Reset Request for *|appname|*',
      // Password reset email body
      passwordResetBody: 'Hi,\n\nYou requested a password reset for *|appname|*.\n\nClick here to reset it:\n*|link|*'
    }
  }
  ...
});

Developers groups: https://groups.google.com/forum/#!forum/back4app

Parse hosting: https://www.back4app.com

Keywords

FAQs

Last updated on 16 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc