Small script to send an email with sendgrid
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