tags:

views:

34

answers:

3

i ask are the free hostingf support this function and if not >>>any one know free hosting support or way to run this function on localhost for testing only

A: 

In Windows use XAMPP with Mercury mail server

bogdanvursu
A: 

If you are looking for a free online hosting solution that supports email, it is likely they do not support this function, because it is ripe for abuse.

Oren
+1  A: 

Most providers are very cautious with allowing automatic sending of E-Mails because of the huge likelihood of misuse and spam.

If you have a local development environment set up, I think your best option is to use the SMTP server of whoever you use as your E-Mail provider. You can do this using a PHP Mailing class like PHPMailer, or a local mail server that transmits the messages to your SMTP server.

Pekka