mrt:meteor-nodemailer

v0.2.0Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-nodemailer

Meteor wrapper for Nodemailer

Install

Use meteorite:

Then add via:

mrt add meteor-nodemailer

Usage

This is how it's used in regular node

var nodemailer = required("nodemailer");

To use in Meteor with this package

var nodemailer = Nodemailer;