tanolalano / mailgun-magento2
Send Magento's transactional emails with the Mailgun API
Installs: 219
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 34
Type:magento2-module
Requires
- php: ~5.5.0|~5.6.0|~7.0|~7.1
- magento/magento-composer-installer: *
- mailgun/mailgun-php: <=2.4.0
- php-http/discovery: 1.3.0
- php-http/guzzle6-adapter: ^1.0
This package is auto-updated.
Last update: 2024-11-29 05:03:53 UTC
README
Send Magento's transactional e-mails with the Mailgun API.
Installation
Install using composer
composer require tanolalano/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.9
- Using mailgun-php 2.4 the last version working with magento 2.2 - 2.2.6
- Forked from Andelux/Mailgun-Magento2
0.1.7
- Fixed error in attachments
0.1.6
- Forked from Bogardo/Mailgun-Magento2
- Fixed some bugs about recipients and attachments