ERROR WITH EMAIL NOTIFICATION PLEASE HELP
Archived from the Web Auction Discussion forum.
COONTICK — Fri Nov 07, 2008 12:31 pm
Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:\wamp\www\webauction\include\functions.inc.php on line 18
Warning: mail() [function.mail]: Failed to connect to mailserver at “localhost” port 25, verify your “SMTP” and “smtp_port” setting in php.ini or use ini_set() in C:\wamp\www\webauction\include\functions.inc.php on line 18
Please tell me how to fix this
Thanks Michael
shannah — Fri Nov 07, 2008 1:20 pm
It sounds like PHP is not set up with mail yet.
Check out http://php.net/mail
This has info for installation and tricks for getting mail to work with PHP.
-Steve