voided Posted August 1, 2003 Posted August 1, 2003 Osc only seems to handle 1 email for the store. How would i go about having multiple emails... Lets say i have 1) sales@... : this is where the confirmations/receipts are sent from. 2) contact@... : this is for the contact forms. 3) security@... : Lost password email. and so on. Any ideas? Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix
Guest Posted August 1, 2003 Posted August 1, 2003 You would have to go to each place where mail was sent in the code and change STORE_OWNER_EMAIL_ADDRESS or EMAIL_FROM to a different value. For example, a little lower on the page where this is posted now, there is a post where someone changed their order process to not send an email to the customer. Near that location, there would be a tep_mail call to STORE_OWNER_EMAIL_ADDRESS as well. You would want to change both so that they are sent *from* the proper address in the case of the customer and to the proper address for the sales processor. Hth, Matt
voided Posted August 1, 2003 Author Posted August 1, 2003 ofcourse, :oops: trying now. Thanks a lot Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix
voided Posted August 1, 2003 Author Posted August 1, 2003 works like a charm. Thanks again :D Designrfix.com | Graphic Design Inspiration & Web Design Resources - @designrfix
Recommended Posts
Archived
This topic is now archived and is closed to further replies.