twentytwo-labs/mailpit-fake-mailer-client

There is no license information available for the latest version (1.0.0) of this package.

1.0.0 2025-01-22 13:43 UTC

This package is auto-updated.

Last update: 2025-02-22 13:54:16 UTC


README

This package provide Mailpit support for TwentytwoLabs's BehatFakeMailerExtension

Installation

To install the package, use composer:

composer require twentytwo-labs/mailpit-fake-mailer-client

Usage

In your behat.yaml

default:
  suites:
    # your suite configuration here
  extensions:
   TwentytwoLabs\BehatFakeMailerExtension:
      base_url: http://localhost:8025 # optional, defaults to 'http://localhost:8025'
      client: 'mailpit'