Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 441 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 441 Bytes

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