We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78fdf01 commit db8d5ceCopy full SHA for db8d5ce
src/Listeners/FormSubmittedListener.php
@@ -67,8 +67,7 @@ public function handle(FormSubmitted $event)
67
'email' => $email,
68
])->render();
69
70
- $response = Http::withHeaders(['apikey' => $apiKey])
71
- ->withBody($content, 'text/plain')
+ $response = Http::withBody($content, 'text/plain')
72
->post('https://spamcheck.postmarkapp.com/filter', [
73
'email' => $body,
74
'options' => 'short',
0 commit comments