Page 1 of 1

Php Email Problem

Posted: Fri Jun 18, 2010 10:42 pm
by rolyestemonio
Guys..i need your help..why is it my mail() in php will not sent to my email.What i need is that when you register an account their a confirmation sent to your email but what happen is that it will not sent to my email.Can anyone help me out?Your help is highly appreciated.Thanks.

Re: Php Email Problem

Posted: Fri Jun 18, 2010 11:35 pm
by s.dot
There are loads of reasons why!
It's one of the most frequently asked questions in PHP.
Can we see your code, please?

Re: Php Email Problem

Posted: Sat Jun 19, 2010 1:56 am
by Salaria
Better you post any error you are getting or your code snippet to understand your problem.

Mostly there are two common issues with PHP mai() function are:
1. It uses default email server settings and most probably if your code is fine then mail server is not configured well.
2. Problem with your script or parameters passed.

Look into these two and update your post :)

Thanks and Rergards,
Mahesh Salaria

Re: Php Email Problem

Posted: Tue Nov 09, 2010 7:25 pm
by rolyestemonio
Thanks guys. I already solve it. Thanks a lot.