Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

which file controls mail


teamsleep

Recommended Posts

Posted

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!!

  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...