codeception-email-mailhog icon indicating copy to clipboard operation
codeception-email-mailhog copied to clipboard

Results 12 codeception-email-mailhog issues
Sort by recently updated
recently updated
newest added

Hey, Good day. Any plans on upgrading the version of guzzle? Thanks. Regards. Jarrett

Hi, I love this module and use it in many projects. Unfortunatly I was not able anymore to install it in my newer projects, because the require guzzle 7.0 will...

Updater guzzle to 7.4.

Hi, do you think it's possible to use the codeception Recorder inside mailhog? From time to time i need to record my tests to control each step and It would...

RFC 2047 says "'encoding' and 'charset' names are case-independent" - https://tools.ietf.org/html/rfc2047 I have a bug with my case: =?UTF-8?Q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=D0=B8=D1=8F=20?= This pr fix it.

Since ericmartel/codeception-email 1.0.3 I'm getting an error thrown when using `$I->seeInOpenedEmailRecipients();`. Works as expected when downgrading to 1.0.2 ``` Test ../../../tests/acceptance/HomepageCest.php:confirmHomepageForm [Error] Call to undefined method Codeception\Module\MailHog::assertStringContainsString() Scenario Steps: 4....

Hi @ericmartel Great job first of all. On guzzle 6 there is no `setDefaultOption` method, so I passed the options via constructor.

If the Date header is missing, tests fail with a `[PHPUnit\Framework\Exception] Undefined property: stdClass::$Date`. This commit checks to make sure they exist before attempting to sort by them.

Hello, is there a way to set: ``` url: 'http://mailhog.dev' ``` from (for example) $MAILHOG variable ? Thank you