Send Magento's transactional e-mails with the Mailgun API.
Install using composer
composer require andelux/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.
- Fixed error in attachments
- Forked from Bogardo/Mailgun-Magento2
- Fixed some bugs about recipients and attachments