PHPackages                             rezouce/codeception-mailcatcher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. rezouce/codeception-mailcatcher

ActiveLibrary[Testing &amp; Quality](/categories/testing)

rezouce/codeception-mailcatcher
===============================

Allow to use Mailcatcher with Codeception

1.1.0(10y ago)12.0kMITPHP

Since Oct 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Rezouce/codeception-mailcatcher)[ Packagist](https://packagist.org/packages/rezouce/codeception-mailcatcher)[ RSS](/packages/rezouce-codeception-mailcatcher/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (6)Used By (0)

Codeception - module MailCatcher
================================

[](#codeception---module-mailcatcher)

This is a Codeception module to test the emails send by your application, using MailCatcher.

Installation
------------

[](#installation)

To add it to your project run `composer require rezouce/codeception-mailcatcher`

You can then add *MailCatcher* to your Codeception configuration file in the modules enabled section:

```
modules:
    enabled:
        - MailCatcher
```

By default the module will try to contact MailCatcher on , you can change it using the configuration:

```
modules:
    enabled:
        - MailCatcher
    config:
        MailCatcher:
            url: 'http://127.0.0.1'
            port: '1080'
```

Usage
-----

[](#usage)

### Assertions

[](#assertions)

```
