Hi, I am trying unsuccessfully to set up an email form and as far as I know my code is fine, but it won't send. I suspect that it's because my server requires authentication.
Running my script on my Windows machine I get the following. Warning: mail() [function.mail <http://www.php.net/function.mail> ]: SMTP server response: 550 not local host myhost.ca, not a gateway in... On Linux I don't get a specific error message, the mail just never shows up. I am in the right ballpark here with the authentication, and if so, how can I get around this..? Thanks