Skip to content

Fastglass-LLC/sendgrid-php-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example code to use with Sendgrid PHP NG

This is a simple example of how to write code to use the Sendgrid PHP NG library.

Requirements

  • Composer
  • SendGrid Account
  • SendGrid API Key
  • PHP 5.5 or greater

Usage

Copy the example config file to a live config file.

cp example.config.php config.php

Edit the new file config.php and change the variables $sendgrid_api_key and $to to your settings.

Execute the PHP script either via a web server or using PHP CLI.

About

Small example of using Sendgrid PHP NG library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages