Skip to content

Commit 72b3bb5

Browse files
committedDec 24, 2019
badges
1 parent 7ab0192 commit 72b3bb5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
 

‎.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ php:
66

77
env:
88
matrix:
9-
- COMPOSER_FLAGS="--prefer-lowest"
109
- COMPOSER_FLAGS=""
1110

1211
before_script:

‎readme.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# Email Events
1+
# Email event webhook processing
2+
3+
[![Latest Version on Packagist](https://img.shields.io/packagist/v/stechstudio/laravel-email-events.svg?style=flat-square)](https://packagist.org/packages/stechstudio/laravel-email-events)
4+
[![Build Status](https://img.shields.io/travis/stechstudio/laravel-email-events/master.svg?style=flat-square)](https://travis-ci.org/stechstudio/laravel-email-events)
5+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
6+
[![Quality Score](https://img.shields.io/scrutinizer/g/stechstudio/laravel-email-events.svg?style=flat-square)](https://scrutinizer-ci.com/g/stechstudio/laravel-email-events)
27

38
So you have your Laravel app sending email out through SendGrid or Mailgun or Postmark, super. Now you want to capture webhooks and react to email events, such as deliveries or bounces. This is where it can get a bit messy, authorizing the webhook submission, parsing the payload, handling the details... and then of course you've tied yourself to one particular email provider.
49

0 commit comments

Comments
 (0)
Please sign in to comment.