mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Change contact email subject
This commit is contained in:
parent
cdfc1195d8
commit
01b4f62ac7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user