Appnitro Software Forums » MachForm

replying notification Email back to submitter

(6 posts)

  1. Hakan
    Member

    I have tried to follow to forum for this and found some posts and have done following but does not work.

    on helper_functions.php code as follows:

    $mail = new PHPMailer();
    $mail->CharSet = 'UTF-8';
    $mail->Host = "127.0.0.1";
    $mail->IsHTML(true);
    $mail->Mailer = "mail";
    $mail->SMTPAuth = false;
    if($form_id == 3){
    $mail->From = $table_data['element_3'];
    }else if($form_id == 1){
    $mail->From = $table_data['element_2'];
    }else if($form_id == 2){
    $mail->From = $table_data['element_2'];
    }
    But still sender is the default sender...

    Can you help?

    Thanks in advance...

    Posted 3 years ago #
  2. Hi hakan,

    What version of MachForm do you use?
    Are you using version 2 or version 1.2?

    The latest version (v2) doesn't need any modification.
    You only need to add an "Email" field type into your form and then set the email field as the sender from your admin panel.

    After you add the Email field type, go to form manager and click "Emails" icon.
    Then set the "From Email Address" dropdown to use your email field.

    Posted 3 years ago #
  3. Hakan
    Member

    I use version 2 but this is not my question.

    I forward form notification to another e-mail and from that e-mail when I reply it goes to Matchform e-mail but I actually want it to go to the person who filled the form.

    Thanks;

    Posted 3 years ago #
  4. Actually, my post above is the answer for that question.
    So that you could simply hit reply to the notifications email and it goes to the form submitter.

    By default, the notification email is being sent as "no-reply@yourdomain.com".
    My instruction above would allow your notifications to be sent using your user's email address. Thus you can reply directly to your users instead of machform.

    If you are having difficulty, let me know your MachForm login detail and I'll configure your form to do this. So you can see it more clearly.

    Submit your login detail here:
    http://www.appnitro.com/support/index.php?pg=request

    Posted 3 years ago #
  5. Hakan
    Member

    Yuinar;

    Thank you. Now I got it and that s ok.

    One More Question : Can we also change "from name" as users Name field?

    Thanks.

    Posted 3 years ago #
  6. Yes, it is possible. Simply insert the template variable for your email field into your "From Name" textbox.
    It should be something like {element_3}

    To see the exact template variable of your form. Click on the "template variable" link at the bottom of your email setting page.

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.