Featured Posts

Adding HTML Signature to your iPhone 4 without Jailbreaking itAdding HTML Signature to your iPhone 4 without Jailbreaking... One of the features missing on the iPhone is HTML signature for Mail, and if you are using two different email addresses like me you probably want to have two different...

Readmore

Play Tetris Using Mac Leopard TerminalPlay Tetris Using Mac Leopard Terminal Terminal Tetris is actually part of the Gnu Emacs and is something you should able to do on any unix system that has Emacs on it. I attached text and video instructions. To...

Readmore

Automate a Remote Login Using SSH - LinuxAutomate a Remote Login Using SSH - Linux To do just that you need to create SSH Key Pair 1. we need to use ssh-agent to create an SSH key pair. To do that run this command: ssh-keygen -t rsa When prompted...

Readmore

Free Google Wave InvitesFree Google Wave Invites Do you really want a Google Wave Invite but don't want to pay $$$ on eBay??? I got one for you.... The deal is: I give you an Invitation and once you get it...

Readmore

Start Google Chrome in Incognito ModeStart Google Chrome in Incognito Mode I'm Using Mozilla FireFox as my default web browser But I like using Chrome for Private Browsing. Google Chrome doesn't provide an option to load Incognito by default so...

Readmore

Cool Geex Rss

SendGrid API – PHP Library

Posted on : 01-09-2011 | By : Cool Geex | In : API, PHP / MySql, SendGrid

0

Like promised in my last SendGrid post here, I’m extending SendGrid PHP Library.

The new github project hosted here:  https://github.com/alonbendavid/SendGrid-PHP-Library
Now includes Newsletter and Web API’s

SendGrid Newsletter API – PHP Library

Posted on : 31-08-2011 | By : Cool Geex | In : API, Cloud, PHP / MySql, SendGrid

0

SendGrid is a cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems.

SendGrid provides reliable delivery, scalability and real-time analytics along with flexible API’s that make custom integration a breeze.

The only thing is that SendGrid is a new company and no one yet created a good PHP library for their API.

Today I created one and published it on github.com , in the near future I plan to complete the full library for all of their services.

You can find it here: https://github.com/alonbendavid/SendGrid-Newsletter-PHP-Library