add libraries doc for #120

This commit is contained in:
Ian Kent 2016-11-14 22:53:35 +00:00
parent e4fa51f6ae
commit 3032a2304d
No known key found for this signature in database
GPG key ID: 8E877B590FA10569
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,8 @@ MailHog is an email testing tool for developers:
### Features
See [MailHog libraries](docs/LIBRARIES.md) for a list of MailHog client libraries.
* ESMTP server implementing RFC5321
* Support for SMTP AUTH (RFC4954) and PIPELINING (RFC2920)
* Web interface to view messages (plain text, HTML or source)

6
docs/LIBRARIES.md Normal file
View file

@ -0,0 +1,6 @@
MailHog libraries
=================
If you've created a MailHog client library, open a pull request and add it!
* [APIv2 library for NodeJS](https://github.com/blueimp/mailhog-node)