laravel-mail/config/bmail.php

8 lines
59 B
PHP
Raw Normal View History

2020-04-09 16:24:38 +02:00
<?php
return [
'bmail' => env('BMAIL_KEY', null)
];