forked from kennethkalmer/node-smtp
-
Notifications
You must be signed in to change notification settings - Fork 1
An SMTP module for Node.js - updated for node trunk and server substantially improved. Added a chunk based interface for DATA in both client and server
License
pilif/node-smtp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An SMTP/ESMTP Client module for Node.js (maybe one day in a far off gallaxy I might write the server) Features: - Very basic protocol implementation - Very basic wrapper around the protocol to provide a bit of a nice interface for use in applications. Issues: - Cannot implement ssl/tls connections yet, hence mailservers like Google Mail which require STARTTLS and ssl/tls connections cannot be used yet. - Experimental, I'm no genius when it comes to figuring out an RFC that was originally older then me. Use at your own risk, If you encounter problems, add them as an issue on the github project.
About
An SMTP module for Node.js - updated for node trunk and server substantially improved. Added a chunk based interface for DATA in both client and server
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 50.6%
- Ruby 49.4%