bogardo/mailgun-magento2

This package is abandoned and no longer maintained. No replacement package was suggested.

Send Magento's transactional emails with the Mailgun API

Installs: 4 931

Dependents: 0

Suggesters: 0

Security: 0

Stars: 13

Watchers: 3

Forks: 33

Open Issues: 11

Type:magento2-module

0.1.4 2016-06-21 08:17 UTC

This package is auto-updated.

Last update: 2020-01-16 22:53:10 UTC


README

Latest Stable Version Monthly Downloads License

Send Magento's transactional e-mails with the Mailgun API.

Installation

Install using composer

composer require bogardo/mailgun-magento2

Configuration

Module configuration can be found in: Stores -> Configuration -> Services -> Mailgun

Fill in your Mailgun Domain and your API Keys. These can be found in your Mailgun control panel.

Next, enable the module by setting the Enabled option to Yes.

Usage

All transactional email that are send by your Magento application are now send using the Mailgun API. You can access the mail logs in your Mailgun control panel.

Changelog

0.1.4

Fix version number

0.1.3

Remove extra.map from composer.json. Since the 2.0.0-RC version it is no longer needed as modules can now also be loaded from the vendor/ directory and don't need to be copied to the app/code directory. (Source)

0.1.2

  • Add correct license
  • Add badges to readme

0.1.1

  • Update README
    • Add installation instructions
    • Add changelog

0.1.0