moisesbr Posted February 7, 2014 Share Posted February 7, 2014 (edited) Hi The code below is not working. sendMail($to,$name, $subject, $from, $message); All variables tested just below the line with echo command. I see no reason for it not to work. I have more of this code in other parts of the .php and works fine.No error message at page running.It there a way to track this line of code to see details of what is happening to it ?Moises Edited February 7, 2014 by moisesbr Quote Link to comment Share on other sites More sharing options...
ginerjm Posted February 7, 2014 Share Posted February 7, 2014 I'm not familiar with the mail syntax you show. Is this mailer from some 'package' (as recommended) instead of the simple PHP 'mail' function? Quote Link to comment Share on other sites More sharing options...
.josh Posted February 7, 2014 Share Posted February 7, 2014 sendMail() isn't a built-in php function. It's a user-defined function. It might be helpful if you post the function, so we can see what it's doing. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.