Skip to content

Commit 3877cc8

Browse files
Update modules.yml: Adding Mailpit
1 parent 615c865 commit 3877cc8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/modules.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@
8787
description: Codeception module to test email using MailCare.io (Free, Open Source or paid services).
8888
color: "#e65722"
8989

90+
- name: Mailpit
91+
image: https://mailpit.axllent.org/images/mailpit.svg
92+
link: https://github.com/koehnlein/codeception-email-mailpit
93+
description: Mailpit is a standalone local SMTP server to test email deliveries. The Codeception module provides assertions such as `$I->haveUnreadEmails();` or `$I->seeInOpenedEmailHtmlBody()`.
94+
color: "#2C3E50"
95+
9096
- name: MailCatcher
9197
link: https://github.com/captbaritone/codeception-mailcatcher-module
9298
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.

0 commit comments

Comments
 (0)