diff --git a/README.md b/README.md index 9159e46..cc58d88 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/LIBRARIES.md b/docs/LIBRARIES.md new file mode 100644 index 0000000..a722ed1 --- /dev/null +++ b/docs/LIBRARIES.md @@ -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)