mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Match default values #1191
This commit is contained in:
parent
d01b370cd7
commit
99983a5c8f
@ -51,7 +51,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
|
||||
'host' => env('MAIL_HOST', 'smtp.mailtrap.io'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -64,7 +64,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'port' => env('MAIL_PORT', 587),
|
||||
'port' => env('MAIL_PORT', 2525),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -76,7 +76,7 @@ return [
|
||||
| used globally for all e-mails that are sent by your application.
|
||||
|
|
||||
*/
|
||||
'from' => ['address' => env('MAIL_FROM', 'noreply@example.com'), 'name' => 'Firefly III Mailer'],
|
||||
'from' => ['address' => env('MAIL_FROM', 'changeme@example.com'), 'name' => 'Firefly III Mailer'],
|
||||
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user