X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Change FROM: in all emails to a specific email address (https://forum.x-cart.com/showthread.php?t=49251)

Jeremy Smith 08-20-2009 08:21 AM

Change FROM: in all emails to a specific email address
 
How would I change the FROM: in all emails to 'customerservice@'

And then set them to go to their required email addresses as per the General settings?

Would really like to know where I can change these, not sure if this is the right forum section to post this in though.

Thanks,
Jeremy.

cflsystems 08-20-2009 08:53 AM

Re: Change FROM: in all emails to a specific email address
 
I guess you are talking about all emails send to customers. There are probably few files where you will have to change this. This is the function that sends emails and is in include/func/func.mail.php
Code:

function func_send_mail($to, $subject_template, $body_template, $from, $to_admin, $crypted=false)
. YOu will have to find all files using this function and chnage $from to actual email


All times are GMT -8. The time now is 06:27 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.