cu / sendgrid
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
0.0.1
2015-09-17 04:19 UTC
Requires
- sendgrid/sendgrid: 3.2.0
This package is not auto-updated.
Last update: 2026-08-05 19:10:36 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);