mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Change contact email subject
This commit is contained in:
parent
cdfc1195d8
commit
01b4f62ac7
@ -152,6 +152,7 @@ class HomeController extends BaseController
|
|||||||
} else {
|
} else {
|
||||||
$subject .= 'Self-Host';
|
$subject .= 'Self-Host';
|
||||||
}
|
}
|
||||||
|
$subject .= ' | ' . date('r');
|
||||||
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
|
$message->to(env('CONTACT_EMAIL', 'contact@invoiceninja.com'))
|
||||||
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
|
->from(CONTACT_EMAIL, Auth::user()->present()->fullName)
|
||||||
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)
|
->replyTo(Auth::user()->email, Auth::user()->present()->fullName)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user