
Originally Posted by
clydejones
As I explained you'll need to define the new e-mail address in
includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
define('TESTIMONIAL_EMAIL_ADDRESS', 'mynewemailaddress');
Now you will need to modify the section that sends the admin e-mail in
includes/modules/pages/testimonials_add/header_php.php
look for the following section: lines 119 - 121)
////SEND ADMIN EMAIL
zen_mail($name, STORE_OWNER_EMAIL_ADDRESS, EMAIL_OWNER_SUBJECT, EMAIL_OWNER_TEXT, STORE_NAME, EMAIL_FROM, $html_msg, 'testimonial_add');
You need to substitute STORE_OWNER_EMAIL_ADDRESS with TESTIMONIAL_EMAIL_ADDRESS
Bookmarks