laravel-mail/config/bmail.php

7 lines
108 B
PHP

<?php
return [
'api_key' => env('BMAIL_API_KEY', null),
'api_url' => env('BMAIL_API_URL', null)
];