centralapps / mail-mailgun
MailGun Support for Abstract Mail Component
Installs: 957
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
pkg:composer/centralapps/mail-mailgun
Requires
- php: >=5.3.0
- centralapps/mail-core: dev-master#42be9b05069cb075c8a97405c1825c81e480b6c6
This package is not auto-updated.
Last update: 2025-10-19 08:33:02 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.jsonfile{ "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