mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for emails
This commit is contained in:
parent
5e33eb9130
commit
ecac7291c8
@ -60,7 +60,7 @@ class SupportMessageSent extends Mailable
|
|||||||
$subject = "Customer MSG {$user->present()->name} - [{$plan} - DB:{$company->db}]";
|
$subject = "Customer MSG {$user->present()->name} - [{$plan} - DB:{$company->db}]";
|
||||||
|
|
||||||
return $this->from(config('mail.from.address'), config('mail.from.name'))
|
return $this->from(config('mail.from.address'), config('mail.from.name'))
|
||||||
->replyTo($user, $user->present()->name())
|
->replyTo($user->email, $user->present()->name())
|
||||||
->subject($subject)
|
->subject($subject)
|
||||||
->markdown('email.support.message', [
|
->markdown('email.support.message', [
|
||||||
'message' => $this->message,
|
'message' => $this->message,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user