Lead Capture and Contact form are sending no email

Discussion in 'Infoway WordPress Theme' started by thore, Apr 5, 2013.

Thread Status:
Not open for further replies.
  1. thore

    thore New Member

    Joined:
    Mar 5, 2013
    Messages:
    4
    Likes Received:
    0
    Hi inkthemes-theme-team, as written in the header, both forms seem to be without email-function. The leads were captured in the backend and they say that an email was successfully sent after submitting the form, but i recieve no emails?

    Greetz
    Thore
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    1.For Lead Capture Email,
    Go to the Leads Capture Settings Panel (Appearance -> Theme Options ->Lead Capture Settings) in your dashboard and Enter your email id at which you want to recieve the Leads Capture email, in the E-mail Address Section in your dashboard.
    See the image given below for the reference
    [​IMG]

    2. For Contact Form Email,
    Go to the General Settings Panel (Settings -> General) in your dashboard and Enter your email id at which you want to recieve the Contact form email, in the E-mail Address Section in your dashboard.
    See the image given below for the reference
    [​IMG]
    This will solve your issue.
     
  3. thore

    thore New Member

    Joined:
    Mar 5, 2013
    Messages:
    4
    Likes Received:
    0
    Thats what i´ve done first and it doesn´t solve my issue.
    As i wrote: only the backend leads capture shows the leads, no emails were sent, nor from the contact form (with give administrative email adress) neither from the leader capture function (with given email adress). I checked all trash and junk folder, but i recieved definitly no mails from this forms.
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please provide the following information listed below.

    Thread Link:
    Your Website URL:
    WordPress Username:
    WordPress Password:

    Send this information on our email at [email protected]
    We will check and resolve your issue
     
  5. thore

    thore New Member

    Joined:
    Mar 5, 2013
    Messages:
    4
    Likes Received:
    0
    So, here is the answer:

    we are hosting at hosteurope.de and their mail function needs a correct sender, so anybody who is hosting at hosteurope.de needs to change two scripts:

    template_contact.php and leads_class.php

    look for the mail function:
    mail($emailTo, $subject, $body, $headers,);
    and chage it to:
    mail($emailTo, $subject, $body, $headers,"-f [email protected]");

    Take care of adding the -f before the adress otherwise it wont function.
     
Thread Status:
Not open for further replies.

Share This Page