2017 © Pedro Peláez
 

library sendgrid

image

cu/sendgrid

  • Thursday, September 17, 2015
  • by tmtysk
  • Repository
  • 51 Watchers
  • 1 Stars
  • 158 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

sendgrid

a tiny extension of official client to delete a mail address from bounce/invalid list on sendgrid., (*1)

Install

$ composer require cu/sendgrid:dev-master

Usage

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

The Versions

17/09 2015

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

 

17/09 2015

0.0.1

0.0.1.0

  Sources   Download

MIT

The Requires