| Posted: 23 Oct 2007 15:05 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Oct 2007 |
|
hi,
i have send a mail but warning error alert please clear this error. the error is 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\phpmail.php on line 20 |
|
| Posted: 24 Oct 2007 15:37 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
| This error message says that there is no mailserver running on your machine. You need to either install a mail server or send email via a remote mail server. | |