teamsleep Posted February 7, 2003 Share Posted February 7, 2003 can anyone point me nio the diretion of the file which controls sending emails from the cart!! if it is just one file.. Link to comment Share on other sites More sharing options...
Ajeh Posted February 8, 2003 Share Posted February 8, 2003 /catalog/checkout_process.php Link to comment Share on other sites More sharing options...
teamsleep Posted February 8, 2003 Author Share Posted February 8, 2003 If i am right then this line is where the email is passed to teh tep_mail function tep_mail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], EMAIL_TEXT_SUBJECT, nl2br($email_order), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, ''); now i looked in general.php and found this function tep_mail($to_name, $to_email_address, $email_subject, $email_text, $from_email_name, $from_email_address) I need to make the fifth parameter the from email and specify a -f before the email address.. ive tried chaging around these varaibles bu to no avail... is this the only place to do this.. its to late for me to change hosts for other reasons and im stuck becaue i can only send emails to domains on the server not o any accoutns like hotmail.. i know htis is the case with some other hosts an di found a thread but no answer.. any ideas am i looking in the wrong place!! Link to comment Share on other sites More sharing options...
sygyzy Posted March 18, 2003 Share Posted March 18, 2003 What exactly is your problem? Peace! Sygyzy Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.