From 3ff5468e13799e6d307bc23734d048c417654d25 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 23 Sep 2023 22:07:09 +0000 Subject: [PATCH] Remove Mailhog (unmaintained since August 2022) - ref. #1 - vulnerabilities in Docker image --- software/mailhog.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 software/mailhog.yml diff --git a/software/mailhog.yml b/software/mailhog.yml deleted file mode 100644 index 66bd78cc65..0000000000 --- a/software/mailhog.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: MailHog -website_url: https://github.com/mailhog/MailHog -description: Small Golang executable which runs an SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. -licenses: - - MIT -platforms: - - Go - - Docker -tags: - - Communication - Email - Mail Transfer Agents -source_code_url: https://github.com/mailhog/MailHog -stargazers_count: 12571 -updated_at: '2022-08-02' -archived: false