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

)