spamisspam/mailcatch-api

SpamIsSpam Mailcatch API - Making unit testing for Mail a breeze!

1.0.2 2017-03-06 16:33 UTC

This package is auto-updated.

Last update: 2024-04-06 09:40:35 UTC


README

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