2024-03-19 16:59:53 -04:00

12 lines
119 B
PHP

<?php
return [
'mailers' => [
'mailgun' => [
'transport' => 'mailgun',
],
],
];