I have a form on my page. When the user hits the Send button - it\'s supposed to send an email with the details he entered in the form. Up until recently the form was hosted
In a windows environment PHP uses SMTP insted of the Linux binary sendmail (or replacement)
You need to edit php.ini according to this page to be able to send e-mail via the mail() function.