├── .env.example ├── .gitignore ├── README.md ├── composer.json ├── gif.gif ├── sendgrid-php-example.php └── smtp-php-example.php /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/.env.example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/composer.json -------------------------------------------------------------------------------- /gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/gif.gif -------------------------------------------------------------------------------- /sendgrid-php-example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/sendgrid-php-example.php -------------------------------------------------------------------------------- /smtp-php-example.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sendgrid/sendgrid-php-example/HEAD/smtp-php-example.php --------------------------------------------------------------------------------