• Forum
  • FAQ
  • Docs
Notice: In order to post a support question you have to have an account and be logged in.
Register  or  Login
  1. 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

    Scott
    1 year ago
  2. Hi Scott,
    open the sendmail.php file (library\tfuse_framework\functions) and find there this code:

    $the_myemail 	= base64_decode($_POST['tempcode']);
    

    and replace it with:
    $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.

    Max
    1 year ago
  3. 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

    Scott
    1 year ago

Add Reply

You must log in to post.

 

Add a new topic!

Chances are your issue is already answered, but if it’s not, you can always create a new topic.

Add new topic

Search forums

Searching for something specific? Type something and press Enter to search.