Skip to content

wizacha/mail_sengrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Small script to send an email with sendgrid

Usage

composer install
php mailing.php \
    --content "<p>some content</p>" \
    --from [email protected] \
    --from-name "John doe d'example" \
    --subject "Email de test" \
    --sendgrid-key "api_key"
    --category "exemple01"
    --recipients-file ~/listings/big_listing.csv

About

Small script to send email with sendgrid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages