I hosted my web in ipage web hosting. I want to make my web send an automatic email reply after filling a form, but the email is not working. I use a simple mail function like this:
mail($to,$mail_subject,$mail_content, null, '-f'.$from);
The strange thing is, if I use a dummy email addres for $from (I use webmaster@web.com) and use only single line $mail content, it worked. If I use the original email address from and the mail content from variable I set with PHP, it doesn't work. Can somebody help me?