diff --git a/app/config/mail.php b/app/config/mail.php index a208c28e86..9fe35072ad 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -4,7 +4,7 @@ return [ 'driver' => 'smtp', 'host' => '', 'port' => 587, - 'from' => ['address' => '', 'name' => 'Firefly V'], + 'from' => ['address' => '', 'name' => 'Firefly III'], 'encryption' => 'tls', 'username' => '', 'password' => '',