waigo-plugin-mailgun

2.0.1 • Public • Published

waigo-plugin-mailgun

This waigo plugin provides:

  • mailgun - mailer implementation to allow emails to be sent through Mailgun.

Installation

$ npm install waigo-plugin-mailgun

Usage

Enable it inside your Waigo configuration file:

module.exports = function(config) {
  ...
  config.mailer = {
    ...
    type: 'mailgun',
    mailgun: {
      apiKey: 'key-124bc480ae14cd600d545a60367a7e33',
      domain: 'sandbox9e581fe43f2244ca868905be6d1f53c1.mailgun.org',
    },
    ...
  };
  ...
}

License

MIT - see LICENSE.md

Package Sidebar

Install

npm i waigo-plugin-mailgun

Weekly Downloads

0

Version

2.0.1

License

MIT

Last publish

Collaborators

  • hiddentao