maild
v0.1.2
Published
Stuff for working with email
Downloads
9
Readme
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 anIMAP
server, emitting events when mail is received, including parsed email messagesoutgoing
- basic interface for sending outgoing email usingSES
as transport andEJS
for 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.