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', 'driver' => 'smtp',
'host' => 'smtp.gmail.com', 'host' => 'smtp.gmail.com',
'port' => 587, 'port' => 587,
'from' => ['address' => 'thegrumpydictator@gmail.com', 'name' => 'Firefly III'], 'from' => ['address' => '@gmail.com', 'name' => 'Firefly III'],
'encryption' => 'tls', 'encryption' => 'tls',
'username' => 'thegrumpydictator@gmail.com', 'username' => '@gmail.com',
'password' => 'eyp-ort-ab-ig-york-ig-e-kne', 'password' => '',
'sendmail' => '/usr/sbin/sendmail -bs', 'sendmail' => '/usr/sbin/sendmail -bs',
'pretend' => false, 'pretend' => false,
]; ];