Whoops; lets remove this.

This commit is contained in:
Sander Dorigo 2014-06-30 13:23:48 +02:00
parent 8f2ba84ccc
commit b216c1e16b

View File

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