cu/sendgrid

0.0.1 2015-09-17 04:19 UTC

This package is not auto-updated.

Last update: 2024-09-18 09:45:16 UTC


README

这是一个官方客户端的微小扩展,用于在SendGrid中从弹跳/无效列表中删除邮件地址。

安装

$ composer require cu/sendgrid:dev-master

用法

$client = CU\SendGridClient("<api_user>", "<api_key>");
$client->deleteFromBounceList($mail_address);
$client->deleteFromInvalidList($mail_address);