Is there a way to have the contact form go to a separate email address other than using the admin address under Settings > General?
I need all contact from the contact form to go a certain email address, not the admin.
Thanks,
Scott
Is there a way to have the contact form go to a separate email address other than using the admin address under Settings > General?
I need all contact from the contact form to go a certain email address, not the admin.
Thanks,
Scott
Hi Scott,
open the sendmail.php file (library\tfuse_framework\functions) and find there this code:
$the_myemail = base64_decode($_POST['tempcode']);
$the_myemail = "EMAIL ADDRESS HERE";
Done. The email would be sent to the address you entered here.
Let me know if you need more assistance.
Worked perfectly! Thank you.
I just have to say I am thoroughly impressed with you customer service. After working with web design for years, I would easily say you are one of the best in the business.
Thanks again,
Scott
Chances are your issue is already answered, but if it’s not, you can always create a new topic.
Add new topicSearching for something specific? Type something and press Enter to search.
Add Reply
You must log in to post.