This waigo plugin provides:
mailgun
- mailer implementation to allow emails to be sent through Mailgun.
$ npm install waigo-plugin-mailgun
Enable it inside your Waigo configuration file:
module.exports = function(config) {
...
config.mailer = {
...
type: 'mailgun',
mailgun: {
apiKey: 'key-124bc480ae14cd600d545a60367a7e33',
domain: 'sandbox9e581fe43f2244ca868905be6d1f53c1.mailgun.org',
},
...
};
...
}
MIT - see LICENSE.md