Skip to content

mw-surplex/codeception-mailhog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of punktde/codeception-mailhog

Module functions to test using Mailhog

How to use

Prequesits

You have to have Mailhog installed and have your application configured to send mails to mailhog. See https://github.com/mailhog/MailHog

Module

Use the module Surplex\Codeception\Mailhog\Module\Mailhog in your codeception.yaml. You can configure under which uri the mailhog client is reachable (default is http://127.0.0.1:8025)

modules:
   enabled:
      - Surplex\Codeception\Mailhog\Module\Mailhog:
        base_uri: http://mailhog.project

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%