mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-04 12:01:57 +00:00
Whoops; lets remove this.
This commit is contained in:
@@ -2,12 +2,12 @@
|
|||||||
|
|
||||||
return [
|
return [
|
||||||
'driver' => 'smtp',
|
'driver' => 'smtp',
|
||||||
'host' => 'smtp.gmail.com',
|
'host' => '',
|
||||||
'port' => 587,
|
'port' => 587,
|
||||||
'from' => ['address' => 'nder.firefly@gmail.com', 'name' => 'Firefly V'],
|
'from' => ['address' => '', 'name' => 'Firefly V'],
|
||||||
'encryption' => 'tls',
|
'encryption' => 'tls',
|
||||||
'username' => 'nder.firefly@gmail.com',
|
'username' => '',
|
||||||
'password' => 'bzQj252LqefJnorN28dLzph7oNclXNEV986mjX',
|
'password' => '',
|
||||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||||
'pretend' => false,
|
'pretend' => false,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user