Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Simple Email question


tvega

Recommended Posts

Posted

Is there a way to configure osCommerce to not send the Stores Owners name (example: John Doe)in the "From" box when a customer creates a new account and the welcome email is sent?

Currently the "From" box contains the store owners name and the email address from which it was sent.

 

Thanks.

Posted

In catalog/create_account.php around line 246 find

 

tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);

 

You should be able to change it to

 

tep_mail($name, $email_address, EMAIL_SUBJECT, $email_text, '', STORE_OWNER_EMAIL_ADDRESS);

 

I have not tested it so back it up before making change.....

 

HTH

Tom

Archived

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

×
×
  • Create New...