tozzr/fakesmtp-codeception-module

Test email sending in your codeception tests

dev-master 2015-11-27 19:01 UTC

This package is not auto-updated.

Last update: 2024-06-22 16:46:22 UTC


README

fakesmtp codeception Module

modules:
  enabled:
    - FakeSmtp
  config:
    FakeSmtp
      dir: /home/me/my/fake/mail/dir

functions:

$I->resetEmails();

$I->seeInLastEmail($string)