mdzpc Posted February 22, 2004 Share Posted February 22, 2004 HOW DO YOU GET MAIL WORKING. I GET NO ERRORS BUT RECEIVE NO EMAIL... Link to comment Share on other sites More sharing options...
Guest Posted February 22, 2004 Share Posted February 22, 2004 What is your setup in admin->configuration->e-mail options? The_Bear Link to comment Share on other sites More sharing options...
x-v Posted February 23, 2004 Share Posted February 23, 2004 I have the same problem. After making some modifications (im quite sure i didnt touch any email options / scripts) there is no email sent. Neither the Order email for the customer nor the email for the Shop owner. I tried the "smpt" option in the Admin-tool but this didn#t solve the problem. Any tips where to look at / what to check? thanx in advance Tim Link to comment Share on other sites More sharing options...
sam6 Posted February 23, 2004 Share Posted February 23, 2004 if you comment out these lines it should do the trick pay attention this is for the includes/functions/general.php this is what it should look like works for me i think its in bug report 1310 function tep_convert_linefeeds($from, $to, $string) { // if ((PHP_VERSION < "4.0.5") && is_array($from)) { return ereg_replace('(' . implode('|', $from) . ')', $to, $string); // } else { // return str_replace($from, $to, $string); // } } Link to comment Share on other sites More sharing options...
sam6 Posted February 23, 2004 Share Posted February 23, 2004 i fit works dont forget to do it in admin also Link to comment Share on other sites More sharing options...
x-v Posted February 23, 2004 Share Posted February 23, 2004 Thanx Sam, that didnt solve my problem! i think i know what the problem is. im trying do use OSC as a system to make offers for the customers. no prices / taxes / delivery payments are necessary. I think my problem is that im jumping from checkout_shipping.php directly to checkout_success.php to override the payment procedure. That brings another problem. the shopping cart isnt empty after this process. so i have to look in wich script 1. the emails are sent 2. the finished order process is added to the adminpanel (or the db) 3. the shoppincart is cleared... if you know which script i need to add again... would save me a lot of time! AHHHRGHHHHH! :blink: thanx for fast answer! Tim Link to comment Share on other sites More sharing options...
sam6 Posted February 23, 2004 Share Posted February 23, 2004 i balive that would be im not sure but checkout_confermation.php Link to comment Share on other sites More sharing options...
x-v Posted February 23, 2004 Share Posted February 23, 2004 Ok thanx for that! its the checkout_confirmation.php that does all that stuff. so theres nothing else than putting this, for the customer obviously useless step back to where it belongs. Thanx very much, Sam! perhaps its a solution for mdzpc too? Gru? Tim Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.