Skip to content

Example application showing how to send batch emails in PHP. Useful for when you want to send 1,000s of custom emails in one fell swoop.

Notifications You must be signed in to change notification settings

motdotla/sendgrid-php-batch-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendgrid-php-batch-email

Example application showing how to send batch emails in PHP. Useful for when you want to send 1,000s of custom emails in one fell swoop.

Usage

php -f send.php

Setup

touch .env

And paste in the following.

SENDGRID_USERNAME=yourusername
SENDGRID_PASSWORD=yourpassword

Then run composer.

composer install

Finally, run the file.

php -f send.php

About

Example application showing how to send batch emails in PHP. Useful for when you want to send 1,000s of custom emails in one fell swoop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages