Skip to content

spamisspam/mailcatch-api

Repository files navigation

SpamIsSpam Mail Catch Support Library

Author GitHub Tag Software License Packagist Build Status

This is a support library for the Spam Is Spam Mail Catch platform.

It allows you to perform unit testing of smtp delivery and valid receipt.

Visit Spam Is Spam Mail Catch for more information.

Class documentation can be found in the generated phpDoc.

Requirements

"require": {
    "php": ">=5.6.0",
    "ext-openssl": "*",
    "ext-curl": "*",
    "guzzlehttp/guzzle": "~6.0",
    "phpmailer/phpmailer": "^5.2",
    "squeaky-minds/squeaky-minds-php-helper": "^1.2.0"
}

Installation by Composer

"require": {
    "spamisspam/mailcatch-api": "~1.0"
}

Or

$ composer require spamisspam/mailcatch-api

About

The PHP Composer and PHPUnit friendly mailcatch API. Make testing mail delivery a breeze!

Resources

License

Stars

Watchers

Forks

Packages

No packages published