+ Reply to Thread
Results 1 to 10 of 10

Thread: Emails not reaching me from contact form
      
   

  1. #1
    PaulP is offline Master Sergeant
    Join Date
    Jun 2005
    Location
    France
    Posts
    60

    Default Emails not reaching me from contact form

    Can anyone please help? I have followed the BV tutorials and have managed to create a very simple contact form on my website that seems to work, as it directs me to the thank you action page.

    However It seems like the results are going as unread emails directly to my Outlook express "deleted items" folder !

    Can anyone tell me what may be wrong and how to correct this please?

  2. #2
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,390

    Default Re: Emails not reaching me from contact form

    It sounds like you created a rule, create a new rulle in your outlook that will make them go to your inbox.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    PaulP is offline Master Sergeant
    Join Date
    Jun 2005
    Location
    France
    Posts
    60

    Default Re: Emails not reaching me from contact form

    Thanks for the quick reply.
    I've had a quick look and can't seem to find anything that would make them go to the deleted items box.
    Could it be an error in the script on my action page? I did find that the video tutorial and written tutorial below it seemed to contradict each other slightly slight in what items ( in blue) to change of the html code.
    Here is the script of my action page that I pasted in "beginning of body"
    <?PHP
    $mailto = "artisan-mayenne@wanadoo.fr";
    $email = $HTTP_POST_VARS['email'];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "contact form submission";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Values submitted from web site form :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    ?>

  4. #4
    PaulP is offline Master Sergeant
    Join Date
    Jun 2005
    Location
    France
    Posts
    60

    Default Re: Emails not reaching me from contact form

    OK - I've just found out what the problem was ! I hadn't named the email form field as "email"

  5. #5
    PaulP is offline Master Sergeant
    Join Date
    Jun 2005
    Location
    France
    Posts
    60

    Default Re: Emails not reaching me from contact form

    Problem has returned I'm afraid

    Hi Can anyone help with this please?

    I've found out that my customer email responses (from my contact page form on my website), only ever reach me if the email form field has been completed by visitors to my site.

    If the email box is left blank, and any other field is completed, then the emails go automatically to my deleted items folder in Outlook Express and so I miss them.

    I do not seem to have any message rules set up and the email address has been working fine for years.

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Emails not reaching me from contact form

    Please check these deleted emails and see if the sender results to be the same as your own email address used for the form. If yes, it means that you have created a rule in your Outlook Express that sends in the Deleted Mail folder all those emails that are sent from this email address.

    You can delete this rule, or you can modify one line of the script as followes:

    if ($email == "") {
    $email = "no_email@myform.com";
    }

    You don't really need to use this virtual email address, you can use anything similar.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    PaulP is offline Master Sergeant
    Join Date
    Jun 2005
    Location
    France
    Posts
    60

    Default Re: Emails not reaching me from contact form

    Navaldesign you are a star!

    I changed the script with the line you posted and it now all works fine. Many thanks for your help!

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Emails not reaching me from contact form

    You are very welcome.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    Join Date
    Nov 2006
    Posts
    14

    Cool Re: Emails not reaching me from order form

    Hi -

    I've posted re: this issue before but can't find answers! HELP!!

    This is the message I receive when I fill out a test form from my link

    http://www.themerrybird.com/service.html

    I've rebuilt and still no luck, I've pasted Html in the "inside tag" - no luck...
    I've changed html according to bv rep advice..... no luck!!

    Help!!!!


    A message that you sent contained no recipient addresses, and therefore no
    delivery could be attempted.

    ------ This is a copy of your message, including all the headers. ------

    To:
    X-Autorespond: Order Submission
    X-Loop:
    From: "The Merry Bird" <info@themerrybird.com>
    Content-type: text/plain; charset=us-ascii
    Subject: Thank you for flying in!
    Message-Id: <E1IQrg7-0006ED-0X@voda7.vodahost.com>
    Date: Thu, 30 Aug 2007 16:35:51 -0500

    Thank you for inquiring about The Merry Bird...pen, ink and design.

    If you just placed an order, you will be contacted shortly.

    Thank you for flyin' in!

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Emails not reaching me from contact form

    1. You have no email field in your form.

    2. the script DOES send you the mail, or the autoresponder would not be triggered.

    Please post here the code that you have pasted in your action page
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

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

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49