neosrulez/directmail-mailgun

There is no license information available for the latest version (1.0.4) of this package.

Mailgun api connection for NeosRulez.DirectMail

1.0.4 2021-04-28 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-11 00:00:42 UTC


README

A plugin to track mails sent via Mailgun with NeosRulez.DirectMail.

Installation

The NeosRulez.DirectMail.Mailgun package is listed on packagist (https://packagist.org/packages/neosrulez/directmail-mailgun) - therefore you don't have to include the package in your "repositories" entry any more.

Just run:

composer require neosrulez/directmail-mailgun

Usage

NeosRulez:
  DirectMail:
    Mailgun:
      privateApiKey: 'your-api-key'
      domain: 'foo.bar'
      server: 'EU'

Author