From 3877cc81600e3c0af9aaf36db631f3e79af16555 Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sat, 14 Dec 2024 15:19:56 +0100 Subject: [PATCH 1/2] Update modules.yml: Adding Mailpit --- _data/modules.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/modules.yml b/_data/modules.yml index 6b8b770e..a927d5d4 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -87,6 +87,12 @@ description: Codeception module to test email using MailCare.io (Free, Open Source or paid services). color: "#e65722" +- name: Mailpit + image: https://mailpit.axllent.org/images/mailpit.svg + link: https://github.com/koehnlein/codeception-email-mailpit + description: Mailpit is a standalone local SMTP server to test email deliveries. The Codeception module provides assertions such as `$I->haveUnreadEmails();` or `$I->seeInOpenedEmailHtmlBody()`. + color: "#2C3E50" + - name: MailCatcher link: https://github.com/captbaritone/codeception-mailcatcher-module description: MailCatcher is a standalone software which can be configured to catch *any* email sent by your development server, and display it on a webpage. The MailCatcher Module allows you to test the contents of those emails in an acceptance test. From f5012d2b6c6a2a7e833db42aa3a2ca27597ada4f Mon Sep 17 00:00:00 2001 From: Thomas Landauer Date: Sat, 14 Dec 2024 15:21:05 +0100 Subject: [PATCH 2/2] Update modules.yml --- _data/modules.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/_data/modules.yml b/_data/modules.yml index a927d5d4..71f0a80d 100644 --- a/_data/modules.yml +++ b/_data/modules.yml @@ -96,7 +96,6 @@ - name: MailCatcher link: https://github.com/captbaritone/codeception-mailcatcher-module description: MailCatcher is a standalone software which can be configured to catch *any* email sent by your development server, and display it on a webpage. The MailCatcher Module allows you to test the contents of those emails in an acceptance test. - color: "#FFF5C4" - name: MailSMTP link: https://github.com/AhmedSamy/codeception-smtp-mail