+ Reply to Thread
Results 1 to 3 of 3

Thread: Email Templates - email included into message, contact_owner form

Hybrid View

  1. #1

    Email Templates - email included into message, contact_owner form

    Hi, when I want in Email Templates for contact_owner form sent email address, exist some keyword/variable for this email cell?
    Or how can I include this email to be sent?
    Simple {contact_email} is not working.
    Thank you for reply

    contact_email.jpg

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to ftp > includes > classes > rlMessage.class.php > contactOwner:

    find a section:

    PHP Code:
    Only registered members can view the code
    find a code inside:
    PHP Code:
    Only registered members can view the code
    replace it with:
    PHP Code:
    Only registered members can view the code



    then find a next section below:
    PHP Code:
    Only registered members can view the code
    find a code inside:
    PHP Code:
    Only registered members can view the code
    replace it with:
    PHP Code:
    Only registered members can view the code

  3. #3
    Hello Rudi,
    you are great, I appreciate your help.
    It is working perfect, thank you.

+ Reply to Thread