https://github.com/azamuddin/mautic-mailgun-plugin
Mautic plugin to add mailgun transport
https://github.com/azamuddin/mautic-mailgun-plugin
Last synced: 7 days ago
JSON representation
Mautic plugin to add mailgun transport
- Host: GitHub
- URL: https://github.com/azamuddin/mautic-mailgun-plugin
- Owner: azamuddin
- License: gpl-3.0
- Created: 2019-03-20T02:51:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-03T07:23:49.000Z (about 5 years ago)
- Last Synced: 2024-11-12T19:40:17.084Z (6 months ago)
- Language: PHP
- Size: 191 KB
- Stars: 41
- Watchers: 5
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mautic - azamuddin/mautic-mailgun-plugin - Mautic plugin to add mailgun transport (Plugins)
README
# Mailgun plugin for Mautic (AFMailgun)
## Installation
- upload the contents in this repo to mautic instalation `plugins/AFMailgunBundle`
- *Important*: the name of the plugin directory MUST be `AFMailgunBundle`
- remove cache `sudo rm -rf app/cache/*`
- go to mautic settings > plugins > click `Install / Upgrade Plugin`
- done.## Usage
- Choose Mailgun as the mail service, in mautic mail configuration > Email Settings.
Enter yours:
- host: smtp.mailgun.org (non EU) or smtp.eu.mailgun.org (EU)
- username e.g [email protected]
- the password (you can get these information on mailgun dashboard)
### Add webhook URL to mailgun
Add `https://yourmautic.com/mailer/mailgun/callback` in the mailgun webhook for your selected events:
- permanent failure
- spam complaints
- temporary failure
- unsubscribes
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.
### Screenshots


## Author
Muhammad Azamuddin
https://arrowfunxtion.com