Here's the weird part, occasionally the registration process will send an email out and then most of the time it won't? I have had another developer check behind me and we can't think of anything else that could be wrong, anyone have any tips we might try for troubleshooting this app?
Here's a copy of my table events that I have setup after a record is added...
// Parameters:
// $values - Array object.
// Each field on the Add form is represented as a 'Field name'-'Field value' pair
// $keys - Array object with added record key column values
//********** Redirect to another page ************
header("Location: [url="http://www.anurturingtouch1.com/confirmation.php");"]http://www.anurturingtouch.com/confirmation.php");[/url]
exit();
// ********** Send simple email ************
$email="steph@anurturingtouch.com.com";
$message="New Registration has been made on your website, please login and retrieve their information, [url="http://www.anurturingtouch.com/cms";"]http://www.anurturingtouch.com/cms";[/url]
$subject="New Registration";
mail($email, $subject, $message);As you can see I also have a redirect setup in the table events and it's working just fine...
Any suggestions as to where I might look to find this bug?
Thanks for your help in advance!

Sign In
Register
Help
This topic is locked


MultiQuote