1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Change contact email subject

This commit is contained in:
Hillel Coren 2017-10-17 21:11:19 +03:00
parent cdfc1195d8
commit 01b4f62ac7

View File

@ -152,6 +152,7 @@ class HomeController extends BaseController
} else {
$subject .= 'Self-Host';
}
$subject .= ' | ' . date('r');
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)