From 7fb9e8007f5c741c8d775dff1912b446c22e7b4e Mon Sep 17 00:00:00 2001 From: Jonas Pardon Date: Wed, 2 Oct 2019 23:00:11 +0200 Subject: [PATCH] Add Mailhog to utility resources --- CONTRIBUTORS.md | 3 ++- resources/utility.json | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index e72c2f0..8a012a8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -5,4 +5,5 @@ These are lovely people who have helped this project: * twitter: @lostdesign - [Kevin](https://github.com/S3B4S) :dog: - [jacobparis](https://github.com/jacobparis) : Team Devcord - * twitter: @jacobmparis \ No newline at end of file + * twitter: @jacobmparis +- [JonasPardon](https://github.com/JonasPardon) diff --git a/resources/utility.json b/resources/utility.json index 079e184..bb1d032 100644 --- a/resources/utility.json +++ b/resources/utility.json @@ -163,6 +163,12 @@ "desc": "Let's Encrypt is a free, automated, and open certificate authority brought to you by the non-profit Internet Security Research Group (ISRG).", "url": "https://letsencrypt.org/", "tags": [] + }, + { + "title": "Mailhog", + "desc": "Web and API based SMTP testing.", + "url": "https://github.com/mailhog/MailHog", + "tags": [] } ] -} \ No newline at end of file +}