Skip to content

Commit

Permalink
Added reply to option for emails
Browse files Browse the repository at this point in the history
  • Loading branch information
wouterdeberg committed Apr 11, 2023
1 parent 640e15b commit 6bdd35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ElasticTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function doSend(SentMessage $message) : void
'bodyHtml' => $email->getHtmlBody(),
'bodyText' => $email->getTextBody(),
'isTransactional' => $email->getHeaders()->getHeaderBody('x-metadata-transactional') ? true : false,
'replyTo' => $this->getEmailAddresses($email, 'getReplyTo'),
];

$attachments = $email->getAttachments();
Expand Down

0 comments on commit 6bdd35b

Please sign in to comment.