PHPackages                             scullwm/mailhookbundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. scullwm/mailhookbundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

scullwm/mailhookbundle
======================

A bundle to catch API webhook from differents mail service

3.0.2(4y ago)4020.5k5MITPHPPHP &gt;=5.3.9

Since May 29Pushed 2y ago3 watchersCompare

[ Source](https://github.com/ScullWM/MailHookBundle)[ Packagist](https://packagist.org/packages/scullwm/mailhookbundle)[ Docs](http://github.com/ScullWM/MailHookBundle)[ RSS](/packages/scullwm-mailhookbundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (2)Versions (14)Used By (0)

MailHookBundle
==============

[](#mailhookbundle)

Catch webhook from various API mail service and directly get the related user.

[![Build Status](https://camo.githubusercontent.com/7789f39c6c040005d06263f768b6db1b4eb089fdd198098bda0cf94c1734e3d4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5363756c6c574d2f4d61696c486f6f6b42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/)[![Build Status](https://camo.githubusercontent.com/0826cb0731160c64c109d36ffacf4b75b82bb8c6ef383f0f020f0e1d39fd896c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f5363756c6c574d2f4d61696c486f6f6b42756e646c652f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ScullWM/MailHookBundle/build-status/master)

Features
--------

[](#features)

Define your project url to your mail provider service (Mandrill, MailJet...) and get events dispatched into your app.

Support various service
-----------------------

[](#support-various-service)

- Campain Monitor
- Mailgun
- Mailjet
- Mandrill
- Sendgrid
- Sparkpost
- And add your custom service

Example use cases:
------------------

[](#example-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
------------

[](#installation)

Add the package to your composer.json file

```
"scullwm/mailhookbundle": "dev-master",

```

Add this to app/AppKernel.php

```
