mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-03 12:47:17 -06:00
Whoops. But not to worry, changed it already.
This commit is contained in:
parent
78ab1e200a
commit
4bd38f97a2
@ -4,10 +4,10 @@ return [
|
||||
'driver' => 'smtp',
|
||||
'host' => 'smtp.gmail.com',
|
||||
'port' => 587,
|
||||
'from' => ['address' => 'thegrumpydictator@gmail.com', 'name' => 'Firefly III'],
|
||||
'from' => ['address' => '@gmail.com', 'name' => 'Firefly III'],
|
||||
'encryption' => 'tls',
|
||||
'username' => 'thegrumpydictator@gmail.com',
|
||||
'password' => 'eyp-ort-ab-ig-york-ig-e-kne',
|
||||
'username' => '@gmail.com',
|
||||
'password' => '',
|
||||
'sendmail' => '/usr/sbin/sendmail -bs',
|
||||
'pretend' => false,
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user