mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
add libraries doc for #120
This commit is contained in:
parent
e4fa51f6ae
commit
3032a2304d
2 changed files with 8 additions and 0 deletions
|
@ -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
6
docs/LIBRARIES.md
Normal 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)
|
Loading…
Reference in a new issue