+ Reply to Thread
Results 1 to 4 of 4

Thread: Cannot get autoresponder to work

  1. #1
    Join Date
    Sep 2010
    Posts
    18

    Default Cannot get autoresponder to work

    I have just paid for support and sent you an email before I figured out how to get back into the online support. Basically, I have a website, and tectite formmail is set up and working very well. The user goes to one of four thankyou.html screens, or the oops.html when they have registered. I now wish to impement an additional autoresponder functionality to send an email out in addition to the thankyou.html screen the user gets. This autoresponder is to be a stationary text file with links to a web video they have registered for in the contact form. I have reverse captcha set up with two hidden fields in my contact registration form to register for the video. I am unable to figure out how to get the autoresponder to work. Can you have the autoresponder in addition to the html pages? If so, how do you set that up?
    Last edited by azmogul2010; 22-Apr-2011 at 07:00 PM.

  2. #2
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Cannot get autoresponder to work

    Hi,

    There are two things you need to do:
    1. Set up $TEMPLATEDIR in FormMail's configuration section
    2. Add an "autorespond" hidden field to your form.

    If you place your auto response text file in the same folder as FormMail, then you can set $TEMPLATEDIR like this:
    PHP Code:
    $TEMPLATEDIR "."
    The "." means "current folder" - i.e. the same folder that FormMail is running in.

    Then, in your HTML add this hidden field:
    HTML Code:
    <input type="hidden" name="autorespond" value="PlainFile=name-of-file.txt" />
    That should be everything since you already have Reverse Captcha running.

    I can set that up for you if you prefer.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

  3. #3
    Join Date
    Sep 2010
    Posts
    18

    Default Re: Cannot get autoresponder to work

    Still not working. I do have mx sending email from my server to gmail. Could that be interfearing?

  4. #4
    Join Date
    Dec 2003
    Posts
    3,901

    Default Re: Cannot get autoresponder to work

    Hi,

    Are you getting any sort of error message?

    If you're not getting an error when you submit your form, and you've setup the autoresponder correctly, then maybe the email is going missing.

    Have you checked the spam box of the receiving email address?

    Try setting up another free email address (yahoo, hotmail, etc) and use that for testing.

    Remember you need to test your form by pretending you're someone else visiting your website.

    If you're still not making progress, please use our secure form to send me access details to your server along with the URL of the form in question:
    https://secure.rootsoftware.com/~tectite/sendsecret.php

    I'll investigate directly and let you know what I find.
    Russell Robinson - Author of Tectite FormMail and FormMailDecoder
    http://www.tectite.com/

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. AutoResponder Help
    By Chek in forum FormMail Subscription Support
    Replies: 2
    Last Post: 29-Apr-2005, 02:48 PM
  2. autoresponder
    By chadt in forum FormMail Subscription Support
    Replies: 1
    Last Post: 01-Apr-2005, 12:48 AM
  3. Formmail + autoresponder
    By leeolive in forum FormMail Subscription Support
    Replies: 4
    Last Post: 29-Jan-2005, 12:25 PM
  4. HTML Autoresponder
    By eu4ic in forum FormMail Subscription Support
    Replies: 15
    Last Post: 04-Sep-2004, 11:33 PM
  5. autoresponder to email from form
    By rebirth in forum FormMail Subscription Support
    Replies: 2
    Last Post: 21-Jan-2004, 05:43 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts