cu / sendgrid
Installs: 161
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 55
Forks: 1
pkg:composer/cu/sendgrid
Requires
- sendgrid/sendgrid: 3.2.0
 
This package is not auto-updated.
Last update: 2025-10-29 15:22:13 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);