Skip to content

Commit 3515bba

Browse files
authored
Merge pull request #880 from ThomasLandauer/patch-2
Update modules.yml: Adding Mailpit
2 parents 13aa696 + f5012d2 commit 3515bba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: _data/modules.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,15 @@
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.
93-
color: "#FFF5C4"
9499

95100
- name: MailSMTP
96101
link: https://github.com/AhmedSamy/codeception-smtp-mail

0 commit comments

Comments
 (0)