We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 176b418 + e847ed8 commit 6d636abCopy full SHA for 6d636ab
1 file changed
contact-form/vendor/SimpleMail/SimpleMail.class.php
@@ -79,6 +79,6 @@ public function send()
79
80
ini_set('sendmail_from', $this->from);
81
82
- mail($this->to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
+ mail("", '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
83
}
84
-}
+}
0 commit comments