Hi, I am using wamp now and would like to send mail from my computer. I had research around know that need to change the below coding from php.ini 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).
You need to have a mail server defined... You can use phpmailer to send emails using their library....