View Single Post
  #2  
Old 08-20-2009, 08:53 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote