<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>Change $EmailFrom to be set to $_POST['email']</div><div>Note - if you're going to allow user supplied data to end up in headers and the subject, you really need to ensure you're using a fairly recent version of PHP - as older versions have a vulnerability whereby they won't stop someone supplying newlines, and your script can easily end up being the source of spam.</div><div><br></div><div>See e.g.&nbsp;<a href="http://www.damonkohler.com/2008/12/email-injection.html">http://www.damonkohler.com/2008/12/email-injection.html</a></div><div><br></div><div>David.</div><div><br></div><div><br></div><meta charset="utf-8"><div><br></div></div></body></html>