jvgreenaway / keystone-nodemailer

Nodemailer support for Keystone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keystone-nodemailer

Implements the keystone.Email.prototype.send method using Nodemailer.

Configuration

Require the module after keystone in your configuration:

var keystone = require('keystone');
require('keystone-nodemailer');

Set your options for Nodemailer using the keystone option email nodemailer:

keystone.set('email nodemailer', {
    // Nodemailer configuration
});

About

Nodemailer support for Keystone


Languages

Language:JavaScript 100.0%