centralapps / mail-mailgun
There is no license information available for the latest version (dev-master) of this package.
MailGun Support for Abstract Mail Component
dev-master
2014-03-01 22:39 UTC
Requires
- php: >=5.3.0
- centralapps/mail-core: dev-master#42be9b05069cb075c8a97405c1825c81e480b6c6
This package is not auto-updated.
Last update: 2024-11-17 03:49:12 UTC
README
This is the mailgun integration for the centralapps\mail component, an abstract mail sending and receiving component.
Created by Michael Peacock
Installation
Using Composer
-
Add to your
composer.json
file{ "require": { "centralapps/mail": "dev-master", "centralapps/mail-mailgun": "dev-master" } }
-
Download composer
curl -s https://getcomposer.org/installer | php
-
Install the dependencies
php composer.phar install