PHP code example of programic / laravel-mailblue
1. Go to this page and download the library: Download programic/laravel-mailblue 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/ */
programic / laravel-mailblue example snippets
'mailblue' => [
'baseURL' => env('MAILBLUE_BASE_URL'),
'apiToken' => env('MAILBLUE_API_TOKEN'),
'attempts' => 3, // Max number of attempts should the request fail
'sleep' => 100, // Sleep between attempts
],