Php Email Problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rolyestemonio
Forum Newbie
Posts: 19
Joined: Fri Jun 18, 2010 10:30 pm
Location: Metro Manila - Paranaque City
Contact:

Php Email Problem

Post 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.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Php Email Problem

Post 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?
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.
User avatar
Salaria
Forum Commoner
Posts: 34
Joined: Fri Feb 13, 2009 2:50 am
Location: India
Contact:

Re: Php Email Problem

Post 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
rolyestemonio
Forum Newbie
Posts: 19
Joined: Fri Jun 18, 2010 10:30 pm
Location: Metro Manila - Paranaque City
Contact:

Re: Php Email Problem

Post by rolyestemonio »

Thanks guys. I already solve it. Thanks a lot.
Post Reply