Skip to content

Commit e847ed8

Browse files
author
Georg Henkel
authored
remove sender from mail function
1 parent 176b418 commit e847ed8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contact-form/vendor/SimpleMail/SimpleMail.class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ public function send()
7979

8080
ini_set('sendmail_from', $this->from);
8181

82-
mail($this->to, '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
82+
mail("", '=?UTF-8?B?' . base64_encode($this->subject) . '?=', $message, $header);
8383
}
84-
}
84+
}

0 commit comments

Comments
 (0)