blomstra/sendgrid

安装: 9

依赖: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:flarum-extension

1.0-beta.3 2024-06-27 19:26 UTC

This package is auto-updated.

Last update: 2024-08-27 19:47:32 UTC


README

License Latest Stable Version Total Downloads

一个为Flarum添加Sendgrid驱动程序的扩展,允许sendgrid暂停邮件退订的用户,并在这些用户将邮件标记为垃圾邮件时禁用用户通知。

安装

使用composer安装

composer require blomstra/sendgrid:"*"

更新

composer update blomstra/sendgrid:"*"
php flarum migrate
php flarum cache:clear

配置

选择驱动程序

确保在管理员邮件页面切换到sendgrid驱动程序。

设置webhook

要允许与SendGrid的webhook集成,请将以下内容添加到您的SendGrid webhook中,网址为https://app.sendgrid.com/settings/mail_settings/webhook_settings

https://your-url.test/api/flarum-sendgrid/hooks/events

您应该启用“投递数据中的退订”和“参与数据中的垃圾邮件报告”。

链接