laravel-mail/config/bmail.php

7 lines
108 B
PHP
Raw Permalink Normal View History

2020-04-09 16:24:38 +02:00
<?php
return [
2020-04-09 17:43:19 +02:00
'api_key' => env('BMAIL_API_KEY', null),
2020-05-07 16:18:51 +02:00
'api_url' => env('BMAIL_API_URL', null)
2020-04-09 16:24:38 +02:00
];