etalon_backend/tests/fixtures/config/mail.php

12 lines
265 B
PHP
Raw Permalink Normal View History

2021-12-22 08:07:43 +00:00
<?php
// Fixture used for `october:env` unit tests in `tests/unit/system/console/OctoberEnvTest.php
return [
'driver' => 'smtp',
'host' => 'smtp.mailgun.org',
'port' => 587,
'encryption' => 'tls',
'username' => null,
'password' => null,
];