[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = smtp.gmail.com
; http://php.net/smtp-port
smtp_port = 587
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = sendmail@gmail.com
Then I tried run the sending mail script and it doesnt work(the send mail script is confirm work cause I tried it own free hosting but it only can send once in a day).
My question is I not sure how to config from localhost, and is there any free smtp server for me to use instead of gmail(as I know smtp.gmail.com is not working).

