cu/sendgrid

Maintainers

Package info

github.com/CoachUnited/sendgrid

Issues

pkg:composer/cu/sendgrid

Statistics

Installs: 161

Dependents: 0

Suggesters: 0

Stars: 1

0.0.1 2015-09-17 04:19 UTC

This package is not auto-updated.

Last update: 2026-03-04 17:00:47 UTC


README

a tiny extension of official client to delete a mail address from bounce/invalid list on sendgrid.

Install

$ composer require cu/sendgrid:dev-master

Usage

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