rocramer/laravel-mailcoach-postal-feedback 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

rocramer/laravel-mailcoach-postal-feedback

Composer 安装命令:

composer require rocramer/laravel-mailcoach-postal-feedback

包简介

Process feedback for email campaigns sent using Postal

README 文档

README

run-tests

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:

composer require rocramer/laravel-mailcoach-postal-feedback

You need to configure an endpoint in your Postal dashboard and register your routes in your Laravel app:

Route::postalFeedback('postal-feedback');

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:

protected $except = [
    'postal-feedback',
];

To verify the signature, add following to your mailcoach.config:

'postal_feedback' => [
    'public_key' => env('POSTAL_PUBLIC_KEY'),
],

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

统计信息

  • 总下载量: 549
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2020-10-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固