Whoops. But not to worry, changed it already.

This commit is contained in:
James Cole 2014-11-14 10:41:35 +01:00
parent 78ab1e200a
commit 4bd38f97a2

View File

@ -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,
];