Send Magento's transactional e-mails with the Mailgun API.
Install using composer
composer require magemontreal/mailgun-magento2
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
.
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.
- Magento 2.2.8 and 2.3.1 compatibility
- Using mailgun-php 2.4 the last version working with magento 2.2 - 2.2.6
- Forked from Andelux/Mailgun-Magento2
- Fixed error in attachments
- Forked from Bogardo/Mailgun-Magento2
- Fixed some bugs about recipients and attachments