I have a form which the user can complete, part of this form contains an input $Email.
I then send the results of the form using mail() to the address $Email.
What do I have to do to check the value of $Email to ensure it is not passing a dangerous command to sendmail. Or does the Mail() function take care of this?