- upload the contents in this repo to mautic instalation
plugins/AFMailgunBundle
- remove cache
sudo rm -rf app/cache/*
- go to mautic settings > plugins > click
Install / Upgrade Plugin
- done.
- Choose Mailgun as the mail service, in mautic mail configuration > Email Settings.
- Enter your username e.g postmaster@mg.yourmailgundomain.com and the password (you can get these information on mailgun dashboard)
- Save / Apply
Add https://yourmautic.com/mailer/mailgun/callback
in the mailgun webhook for your selected events.
Now your mautic will be able to send through mailgun and track email events such as bounce, failed, unsubscribe, spam according to the webhook you set in mailgun.
Muhammad Azamuddin