Skip to content
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.

waigo/mailgun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Mailgun mailer support for waigo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published