Skip to content

alexlanz/codeception-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Codeception Mailcatcher Module

Configuration

To use the Mailcatcher module, it must be enabled and the following configurations adjusted.

To enable the module for acceptance test, the file acceptance.suite.yml must be modified.

    enabled:
        - ...
        - MailCatcher
    config:
        MailCatcher:
            url: 'https://mailcatcher.example.dev'
            port: '443'

About

Codeception Mailcatcher Module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages