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.
1 parent 208c474 commit 7e7ded0Copy full SHA for 7e7ded0
src/InboundEmail.php
@@ -64,7 +64,7 @@ public function html(): ?string
64
{
65
return $this->message()->getHtmlContent();
66
}
67
-
+
68
public function headerValue($headerName): string
69
70
return $this->message()->getHeaderValue($headerName, null);
0 commit comments