0.1.2 • Published 11 years ago
maild v0.1.2
maild
Stuff for working with email - incoming, outgoing, APIs, etc.
Getting Started
Install the module with: npm install maild
var maild = require('maild');Documentation
Initial release of a general toolkit for dealing with email in Node.js. For now it includes:
incoming- listen for incoming messages on anIMAPserver, emitting events when mail is received, including parsed email messagesoutgoing- basic interface for sending outgoing email usingSESas transport andEJSfor templating email messagesmarketing- simple API for email marketing, uses Mailchimp for now, but will be expanded as needed for other providers
License
Copyright (c) 2014 Ben Sack Licensed under the MIT license.