Change contact email subject
This commit is contained in:
parent
cdfc1195d8
commit
01b4f62ac7
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Reference in a new issue