Page 1 of 1

ERROR WITH EMAIL NOTIFICATION PLEASE HELP

PostPosted: Fri Nov 07, 2008 12:31 pm
by COONTICK
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

PostPosted: Fri Nov 07, 2008 1:20 pm
by shannah
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