moisesbr Posted February 7, 2014 Share Posted February 7, 2014 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 Link to comment https://forums.phpfreaks.com/topic/286014-event-tracking/ 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? Link to comment https://forums.phpfreaks.com/topic/286014-event-tracking/#findComment-1468048 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. Link to comment https://forums.phpfreaks.com/topic/286014-event-tracking/#findComment-1468057 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.