├── CHANGELOG.md ├── LICENSE ├── README.md ├── Transport ├── SendinblueApiTransport.php ├── SendinblueSmtpTransport.php └── SendinblueTransportFactory.php └── composer.json /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/README.md -------------------------------------------------------------------------------- /Transport/SendinblueApiTransport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/Transport/SendinblueApiTransport.php -------------------------------------------------------------------------------- /Transport/SendinblueSmtpTransport.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/Transport/SendinblueSmtpTransport.php -------------------------------------------------------------------------------- /Transport/SendinblueTransportFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/Transport/SendinblueTransportFactory.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/symfony/sendinblue-mailer/HEAD/composer.json --------------------------------------------------------------------------------