mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
Added a "valid" email address so certain tests go through.
This commit is contained in:
parent
19c7e08c5d
commit
662fbed1d0
@ -4,9 +4,9 @@ return [
|
||||
'driver' => 'smtp',
|
||||
'host' => 'smtp.gmail.com',
|
||||
'port' => 587,
|
||||
'from' => ['address' => '@gmail.com', 'name' => 'Firefly III'],
|
||||
'from' => ['address' => 'empty@example.com', 'name' => 'Firefly III'],
|
||||
'encryption' => 'tls',
|
||||
'username' => '@gmail.com',
|
||||
'username' => 'empty@example.com',
|
||||
'password' => '',
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
'pretend' => false,
|
||||
|
Loading…
Reference in New Issue
Block a user