Skip to content

Instantly share code, notes, and snippets.

View paoga87's full-sized avatar

Paola Garcia paoga87

View GitHub Profile
@paoga87
paoga87 / v3-hello-email.php
Created February 17, 2017 01:41 — forked from sendgrid-gists/v3-hello-email.php
v3 "Hello World" for email, using SendGrid with PHP.
<?php
// using SendGrid's PHP Library
// https://github.com/sendgrid/sendgrid-php
// If you are using Composer (recommended)
require 'vendor/autoload.php';
// If you are not using Composer
// require("path/to/sendgrid-php/sendgrid-php.php");