I am trying to send an email through a web form but I am getting an error......
I am trying to use windows xp on my local machine.
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\sendmail.php on line 19
Can someone tell me how to fix this.
Here are my config settings for the mail server.....
[mail function]
; For Win32 only.
SMTP = localhost
smtp_port = 25
; For Win32 only.
;sendmail_from =
me@localhost.com