Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 472 Bytes

smtp-client Build Status

A SMTP client module written in node, running in the browser. Exposes a high-level API wrapping an SMTP client.

Getting started

Run the following commands to get started

npm install && grunt

Then open chrome -> extentions, check developer mode, and add the root folder as packaged app and see the integration tests fly!