I would like to create an application that can send email to customers by filling the details and clicking a submit button, so what function or relevant knowledge that I should learn?
Till now, I just know about mail() function, but that's not enough as error message below is shown:
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\Email\sendemail.php on line 9
Message delivery failed...
I dun hav any mail server and I dun need to receive email, could someone tell me how to do? Thank you very much.....🙂