Fix for email from
This commit is contained in:
parent
4cda561fae
commit
c57067ed81
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ class Mailer
|
|||
$client = new PostmarkClient(config('services.postmark'));
|
||||
$message = [
|
||||
'To' => $toEmail,
|
||||
'From' => $fromEmail,
|
||||
'From' => "{$fromName} <{$fromEmail}>",
|
||||
'ReplyTo' => $replyEmail,
|
||||
'Subject' => $subject,
|
||||
'TextBody' => $textBody,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue