mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for Postmark from
This commit is contained in:
parent
1dee791077
commit
807c1e4db3
@ -154,7 +154,7 @@ class Mailer
|
||||
$client = new PostmarkClient(config('services.postmark'));
|
||||
$message = [
|
||||
'To' => $toEmail,
|
||||
'From' => "{$fromName} <{$fromEmail}>",
|
||||
'From' => sprintf('"%s" <%s>', addslashes($fromName), $fromEmail),
|
||||
'ReplyTo' => $replyEmail,
|
||||
'Subject' => $subject,
|
||||
'TextBody' => $textBody,
|
||||
|
Loading…
Reference in New Issue
Block a user