Provides Zhylon integration for Symfony Mailer. We have used the Postmark API and Bridge as a base for this package. See the Postmark Bridge or Postmark API for more information.
You can install the package via composer:
composer require zhylon/laravel-mailerConfiguration example for config/mail.php:
'zhylon-mail' => [
'transport' => 'zhylon-mail',
// 'message_stream_id' => env('ZHYLONMAIL_MESSAGE_STREAM_ID'),
// 'client' => [
// 'timeout' => 5,
// ],
],Also you need to add the zhylon-mailer transport to your config/services.php:
'zhylon-mail' => [
'token' => env('ZHYLONMAIL_TOKEN'),
],composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.