View Single Post
Old 01-25-2013, 04:55 PM   PM User | #6
tangoforce
Senior Coder

 
tangoforce's Avatar
 
Join Date: Feb 2011
Location: Your Monitor
Posts: 3,493
Thanks: 44
Thanked 438 Times in 427 Posts
tangoforce will become famous soon enoughtangoforce will become famous soon enough
Also, I've known PHP to pass mail to sendmail but sendmail doesn't actually send it due to the 4pth parameter being missing in the call to mail().

@jarv what this means is that you need to set an additional 'from' field in the 4th parameter. PHP.net will show you how to do this.

As the others have said though, you also need to check your logs if you have access (not everyone does) and any spam folders etc.
__________________
Please wrap your code in [php] tags. It is a sticky topic and it HELPS us to HELP YOU!
TIP: Coding styles and $end errors :::::::::: TIP: Warning: Cannot modify header information - headers already sent :::::::::: TIP: Quotes / Parse error: syntax error, unexpected T_..
PHP Code:
//Please don't use this for your form processing:
if (isset($_POST['submit']))
//Internet explorer has a bug and does not always send the submit value. 
Explanation: The IE if(isset($_POST['submit'])) bug explained.
tangoforce is offline   Reply With Quote