From 6bdaafbf72392726258b86263aa654db95d497c3 Mon Sep 17 00:00:00 2001 From: Sander Dorigo Date: Fri, 4 Jul 2014 09:17:21 +0200 Subject: [PATCH] Refer to proper version. --- app/config/mail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' => '',