PHP code example of zhylon / laravel-mailer
1. Go to this page and download the library: Download zhylon/laravel-mailer library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
zhylon / laravel-mailer example snippets
'zhylon-mail' => [
'transport' => 'zhylon-mail',
// 'message_stream_id' => env('ZHYLONMAIL_MESSAGE_STREAM_ID'),
// 'client' => [
// 'timeout' => 5,
// ],
],
'zhylon-mail' => [
'token' => env('ZHYLONMAIL_TOKEN'),
],