Hi everybody,
I'm a newbie using PHP4 and Apache 1.3 on Win98.
When I launch a script just having this instruction:
mail ("test.address@ example.com", "My Subject", "My message");
I got this annoying message:
Warning: Failed to Connect in myscript.php on line ...
Of course the e-mail address provided is a real one; I have also
changed in the following way the values in php.ini file :
SMTP=localhost;
sendmail_from=m y.real.address@ my.provider.com
Do you have any hints or suggestions ?
Any help will be very appreciated, thank you in advance.
Kind regards,
Paolo
I'm a newbie using PHP4 and Apache 1.3 on Win98.
When I launch a script just having this instruction:
mail ("test.address@ example.com", "My Subject", "My message");
I got this annoying message:
Warning: Failed to Connect in myscript.php on line ...
Of course the e-mail address provided is a real one; I have also
changed in the following way the values in php.ini file :
SMTP=localhost;
sendmail_from=m y.real.address@ my.provider.com
Do you have any hints or suggestions ?
Any help will be very appreciated, thank you in advance.
Kind regards,
Paolo
Comment