Php Email Problem
Moderator: General Moderators
-
rolyestemonio
- Forum Newbie
- Posts: 19
- Joined: Fri Jun 18, 2010 10:30 pm
- Location: Metro Manila - Paranaque City
- Contact:
Php Email Problem
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
There are loads of reasons why!
It's one of the most frequently asked questions in PHP.
Can we see your code, please?
It's one of the most frequently asked questions in PHP.
Can we see your code, please?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Re: Php Email Problem
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
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
-
rolyestemonio
- Forum Newbie
- Posts: 19
- Joined: Fri Jun 18, 2010 10:30 pm
- Location: Metro Manila - Paranaque City
- Contact:
Re: Php Email Problem
Thanks guys. I already solve it. Thanks a lot.