I'm running Win2000 server, PHP 4.3.1, vB 2.3.0. I'm trying to get the email functionality working. I read in some of the posts that I can test my server using mailtest.php. When I run this the page I get the following:
Address to email: box
Send Mail button
and
PHP Notice: Undefined variable: address in E:\myweb.com_root\forums\mailtest.php on line 7
when I enter an address and hit the send mail button I get the following error:
Mail sent. Were any errors shown? If there were, mail is probably not set up correctly.
PHP Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for my email [email protected] in E:\myweb.com_root\forums\mailtest.php on line 17
can someone help me out with this? I seem to remember reading a thread that said something about needing to change something in order to get the email to work properly on Win2000 IIS5 but can't seem to find it any more?
Comment