Download the PHP package rocramer/laravel-mailcoach-postal-feedback without Composer
On this page you can find all versions of the php package rocramer/laravel-mailcoach-postal-feedback. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rocramer/laravel-mailcoach-postal-feedback
More information about rocramer/laravel-mailcoach-postal-feedback
Files in rocramer/laravel-mailcoach-postal-feedback
Package laravel-mailcoach-postal-feedback
Short Description Process feedback for email campaigns sent using Postal
License
Homepage https://www.robincramer.de
Informations about the package laravel-mailcoach-postal-feedback
Process feedback for email campaigns sent using Postal
This is an unofficial package for mailcoach.app that can process the feedback given by Postal.
Requirements
For 3.0:
- Laravel 9.x
- Mailcoach 5.x
For 2.0:
- Laravel 8.x
- Mailcoach 4.x
Setup
The package can be installed via composer:
You need to configure an endpoint in your Postal dashboard and register your routes in your Laravel app:
Since Postal webhooks need to bypass Laravel's CSRF protection, be sure to list the URI as an exception in your VerifyCsrfToken middleware or list the route outside the web middleware group:
To verify the signature, add following to your mailcoach.config
:
Finally, add your public key to the .env
file. You can get the public key by executing postal default-dkim-record
on your Postal server and copy the p
parameter (without the semicolon at the end).
Restriction
This package only handles Bounces, Opens and Clicks. (Spam) complaints are not supported by Postal. Other mail delivery platforms like Amazon SES usually handle these complaints via a Feedback Loop (FBL). Postal has no mechanism to process these complaints from mail provider and link them back to their original message. Nevertheless, it is possible to route these complaints to an abuse team or to use services like Google Postmaster to have an overview about complain rates.
Postal driver for Laravel
To send emails in Laravel via Postal you can use SynergiTech/laravel-postal.
Documentation
You can view the Mailcoach documentation on the mailcoach site.
The Postal documentation can be found on Github
All versions of laravel-mailcoach-postal-feedback with dependencies
illuminate/http Version ^9.0
spatie/laravel-mailcoach Version ^5.0
ext-openssl Version *