I have wamp installed and am using it as my testing ground. I can\'t however test the PHP mail() function as it always falls over.
Is this something tha
you have to modify your PHP.ini file settings to include an SMTP server, port and sendmail_from
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = you@yourdomain