https://github.com/scullwm/mailhookbundle
A bundle to catch API webhook from different mail service
https://github.com/scullwm/mailhookbundle
amazon-web-services bounce hacktoberfest mailgun mailjet mandrill sendgrid sparkpost webhook webhooks-catcher
Last synced: about 1 month ago
JSON representation
A bundle to catch API webhook from different mail service
- Host: GitHub
- URL: https://github.com/scullwm/mailhookbundle
- Owner: ScullWM
- License: mit
- Created: 2015-04-15T21:32:04.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T14:27:23.000Z (over 1 year ago)
- Last Synced: 2025-05-07T18:45:57.694Z (about 1 month ago)
- Topics: amazon-web-services, bounce, hacktoberfest, mailgun, mailjet, mandrill, sendgrid, sparkpost, webhook, webhooks-catcher
- Language: PHP
- Homepage: https://medium.com/@ScullWM/start-using-mailhooks-in-your-symfony-app-87ae1a5a33bc
- Size: 47.9 KB
- Stars: 38
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MailHookBundle
=============================================================================
Catch webhook from various API mail service and directly get the related user.[](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/)
[](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/build-status/master)Features
--------
Define your project url to your mail provider service (Mandrill, MailJet...) and get events dispatched into your app.Support various service
--------
- Campain Monitor
- Mailgun
- Mailjet
- Mandrill
- Sendgrid
- Sparkpost
- And add your custom serviceExample use cases:
-------------
- Disable to a user's notification when a mail is signal as spam.
- Send a private message to a user if last mail send get bounced.
- Warning an Account Manager about a hard bounce on a new user creation.
- Track email reading and clicks on your custom CRM.
- All you want!Installation
-----------------------------------Add the package to your composer.json file
```
"scullwm/mailhookbundle": "dev-master",
```Add this to app/AppKernel.php
```php