tvega Posted June 28, 2004 Posted June 28, 2004 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.
OceanRanch Posted June 28, 2004 Posted June 28, 2004 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.