laravel-mail/config/bmail.php

9 lines
157 B
PHP
Raw 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 15:38:12 +02:00
'api_url' => env('BMAIL_API_URL', 'https://bluescale.email/api/project/template/send')
2020-04-09 16:24:38 +02:00
];