tozzr/fakesmtp-codeception-module

Test email sending in your codeception tests

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/tozzr/fakesmtp-codeception-module

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

This package is not auto-updated.

Last update: 2025-10-11 23:33:00 UTC


README

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

functions:

$I->resetEmails();

$I->seeInLastEmail($string)