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

This package is not auto-updated.

Last update: 2024-04-21 01:08:23 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

  1. Add to your composer.json file

    { "require": { "centralapps/mail": "dev-master", "centralapps/mail-mailgun": "dev-master" } }

  2. Download composer

    curl -s https://getcomposer.org/installer | php

  3. Install the dependencies

    php composer.phar install

Usage