View Single Post
  #11  
Old 04-19-2012, 07:56 PM
 
lcg lcg is offline
 

Senior Member
  
Join Date: Feb 2007
Posts: 106
 

Default Re: Display company name as Email sender

Quote:
Originally Posted by qualiteam
No, in 4.0.x it is even simpler.

All you need to do is alter the "admin/configuration.php" script and replace this piece of code:
PHP Code:
$trusted_post_variables = array("gpg_key""pgp_key"); 

with this:
PHP Code:
$trusted_post_variables = array("gpg_key""pgp_key""site_administrator""users_department""orders_department""support_department""newsletter_email"); 

Hi Qualiteam,

Thanks for the information, I really missed some of the threads and just noticed that it was meant for the newsletter mailing, sorry about that

Is there a way we can make this to work with customer order notifications and all other e-mails pertaining to ordering so that the email sender's name is displayed with the store's email? (sorry if off-topic, but similar )
__________________
XCart v.4.0.18
Reply With Quote