Skip to content

bgag/keystone-nodemailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

keystone-nodemailer

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

Configuration

Require the module after keystone in your configuration and call it with your keystone instance:

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

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

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

About

Nodemailer support for Keystone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published