Quote Originally Posted by clydejones View Post
The e-mail address used is the one you have set in admin -> configuration -> e-mail options.
If you want to change it to something else then you will have to define the new e-mail address in:
includes/languages/english/YOUR_TEMPLATE/testimonials_add.php
Now you will need to modify the section that sends the admin e-mail in
includes/modules/pages/testimonials_add/header_php.php
Thank you.

What are the specific lines of code that accomplish that in those files?

I am guessing the code is pulling up the default STORE_OWNER_EMAIL_ADDRESS? Do you think it could be substituted with the Reviews email address that is set within the E-Mail options?

I would like to change this only for the Submission emails sent to the store owner however, not to emails sent to customers. Those should still keep the default store email address...

Thanks.