Skip to content

Commit

Permalink
Merge pull request #32 from GeorgHenkel/GeorgHenkel-patch-1
Browse files Browse the repository at this point in the history
remove sender from mail function
  • Loading branch information
pinceladasdaweb authored Jan 8, 2018
2 parents 176b418 + e847ed8 commit 6d636ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contact-form/vendor/SimpleMail/SimpleMail.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ public function send()

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

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

0 comments on commit 6d636ab

Please sign in to comment.