firefly-iii/app/config/testingInMemory/mail.php
2015-01-01 12:33:07 +01:00

14 lines
307 B
PHP

<?php
return [
'driver' => 'smtp',
'host' => '',
'port' => 587,
'from' => ['address' => '', 'name' => 'Firefly III'],
'encryption' => 'tls',
'username' => '',
'password' => '',
'sendmail' => '/usr/sbin/sendmail -bs',
'pretend' => true,
];