Send Magento's transactional e-mails with the Mailgun API.
Install using composer
composer require bogardo/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.
Fix version number
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)
- Add correct license
- Add badges to readme
- Update README
- Add installation instructions
- Add changelog
- Base Module
- Test Mode
- Debug Mode: Send messages to Mailgun's Postbin