/keystone-nodemailer

Nodemailer support for Keystone

Primary LanguageJavaScript

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
});