mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-25 10:20:29 -06:00
Whoops; lets remove this.
This commit is contained in:
parent
8f2ba84ccc
commit
b216c1e16b
@ -2,12 +2,12 @@
|
||||
|
||||
return [
|
||||
'driver' => 'smtp',
|
||||
'host' => 'smtp.gmail.com',
|
||||
'host' => '',
|
||||
'port' => 587,
|
||||
'from' => ['address' => 'nder.firefly@gmail.com', 'name' => 'Firefly V'],
|
||||
'from' => ['address' => '', 'name' => 'Firefly V'],
|
||||
'encryption' => 'tls',
|
||||
'username' => 'nder.firefly@gmail.com',
|
||||
'password' => 'bzQj252LqefJnorN28dLzph7oNclXNEV986mjX',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
'pretend' => false,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user