We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa7568 + 8362e28 commit 9a4467bCopy full SHA for 9a4467b
src/InboundEmail.php
@@ -170,7 +170,8 @@ public function forward($recipients)
170
return Mail::send([], [], function ($message) use ($recipients) {
171
$message->to($recipients)
172
->subject($this->subject())
173
- ->setBody($this->body(), $this->message()->getContentType());
+ ->text($this->text())
174
+ ->html($this->html());
175
});
176
}
177
0 commit comments