|
ok, to be able to send emails with the mail function you have to setup the mail smtp server in the php.ini in your case it is setup to localhost... if you did this on purpose you need to download a free or paid email server. Otherwise, change the php ini entry to other smtp server available to you. Probably the one from you web hosting or internet service provider.
To change it open the php.ini with notepad (mostly located on the windows folder) search on the document for "smtp" and change it from localhost to the new smtp server.
hope my explanation helps you
-codetaino
__________________
"God bless u all" :)
|