Skip to content

Update modules.yml: Adding Mailpit #880

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 23, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion _data/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,15 @@
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.
color: "#FFF5C4"

- name: MailSMTP
link: https://github.com/AhmedSamy/codeception-smtp-mail
Expand Down