From 3032a2304d9a9d6fe4d424ccde0f12372a8775f8 Mon Sep 17 00:00:00 2001 From: Ian Kent Date: Mon, 14 Nov 2016 22:53:35 +0000 Subject: [PATCH] add libraries doc for #120 --- README.md | 2 ++ docs/LIBRARIES.md | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 docs/LIBRARIES.md 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)