Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 75409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T20:30:42+00:00 2026-05-10T20:30:42+00:00

My form does not go to recipient when submitted! I changed the file mail.tpl.txt

  • 0

My form does not go to recipient when submitted! I changed the file mail.tpl.txt to direct to my own email address as a test and I got the email just fine.

Client has checked junk mail folder as well and he is just not getting information.

Below is the form code, followed by the code from mail.tpl.txt and then the form’s index.php code.

Everything looks okay to me, so I am asking if someone has any idea why he wouldn’t be getting the form. He uses qwest for email if that helps any.

Here’s the form code:

<form id='contactForm' name='form' action='form/index.php' method='post'>   <fieldset>   <legend><font color='#000000'><strong>Please fill out the form below if you have any questions.</strong></font></legend>     <div>     <label for='name'>Name:* </label>     <input type='text' size='30' name='name' class='txt' id='name' />   </div>     <div>     <label for='label'>Phone: </label>     <input type='text' size='30' name='phone' class='txt' id='label' />   </div>     <div>     <label for='email'>Email:* </label>     <input type='text' size='30' name='email' class='txt' id='email' />   </div>     <div>     <label for='message'>Message: </label>     <textarea rows='6' name='message' id='message' cols='40' class='txt'></textarea>   </div>     <input type='hidden' name='thanks' value='../thanks.php' />   <input type='hidden' name='email_fields' value='email' />   <input type='hidden' name='required_fields' value='name, email' />   <input type='hidden' name='html_template' value='form.tpl.html' />   <input type='hidden' name='mail_template' value='mail.tpl.txt' />   <div class='submit'>     <input type='submit' class='btn' value='Send Message' name='Submit' id='Submit' />   </div>   </fieldset> </form> 

Now the mail.tpl.text code: (I have taken out my client’s full address and domain name for the post.)

    To: 'xxxxxxx Custom Homes' <xxxxxxx@q.com>     From: '{name}' {phone} <{email}> <{message}>     MIME-Version: 1.0     Content-type: text/plain; charset={txt_charset}     Subject: Online Contact Request from Freese Custom Homes      Contact Information:     {name} {phone}     Email Address: {email}      Contact Message:     {message}  Lastly, here's the form's index.php code: (Again, I have taken out my client's domain name for the post)  <?php            $script_root           = './';            $referring_server      = ''; // Example: $referring_server = 'xxxxxxx.com, www.xxxxxxx.com';            $language              = 'en';      // (see folder 'languages')            $ip_banlist            = '';            $ip_address_count      = '0';           $ip_address_duration   = '48';            $show_limit_errors     = 'yes';    // (yes, no)            $log_messages          = 'no';     // (yes, no) -- make folder 'temp' writable with: chmod 777 temp            $text_wrap             = '72';            $show_error_messages   = 'yes';            $attachment            = 'no';    // (yes, no) -- make folder 'temp' writable with: chmod 777 temp           $attachment_files      = 'jpg, gif,png, zip, txt, pdf, doc, ppt, tif, bmp, mdb, xls, txt';           $attachment_size       =  9000000;            $captcha               = 'no';   // (yes, no) -- make folder 'temp' writable with: chmod 777 temp            $path['logfile']       = $script_root . 'logfile/logfile.txt';           $path['templates']     = $script_root . 'templates/';            $file['default_html']  = 'form.tpl.html';           $file['default_mail']  = 'mail.tpl.txt';    /*****************************************************   ** Add further words, text, variables and stuff   ** that you want to appear in the templates here.   ** The values are displayed in the HTML output and   ** the e-mail.   *****************************************************/           $add_text = array(                               'txt_additional' => 'Additional', //  {txt_additional}                               'txt_more'       => 'More'        //  {txt_more}                              );    /*****************************************************   ** Do not edit below this line - Ende der Einstellungen   *****************************************************/    /*****************************************************   ** Send safety signal to included files   *****************************************************/           define('IN_SCRIPT', 'true');    /*****************************************************   ** Load formmail script code   *****************************************************/           include($script_root . 'inc/formmail.inc.php');            echo $f6l_output;  ?> 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T20:30:42+00:00Added an answer on May 10, 2026 at 8:30 pm

    Your sending a plain text email right now – you should correct the header content type of that email.

    Just set it to text/html. There might be more information here:

    • http://www.ietf.org/rfc/rfc2387.txt
    • http://www.faqs.org/rfcs/rfc2822

    Or google for it, there are plenty of sources out there!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 72k
  • Answers 73k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer Because of the way Git works, you really don't want… May 11, 2026 at 1:51 pm
  • added an answer If the sub-resource only makes sense in the context of… May 11, 2026 at 1:51 pm
  • added an answer You can also check if postback was caused by the… May 11, 2026 at 1:51 pm

Related Questions

No related questions found

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.