Phil75 Posted February 11, 2004 Share Posted February 11, 2004 hi folks, in the file process_order.php somewhere on line 270 the function tep_mail is called to send an email to the customer. This function isn't working for me. If i replace the tep_mail with the PHP Function mail() it IS WORKING.... i don't understand why the tep_mail doesn't send any email to me.... Can anyone help? I did set up everything in the admin tool (Linux Server => sendmail, etc....) Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted February 11, 2004 Share Posted February 11, 2004 Did you validate emails in admin? The first line of tep_mail() is: if (SEND_EMAILS != 'true') return false; Christian Lescuyer Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.