<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>MachForm Community Forums Topic: Form fails to email notification.</title>
<link>https://www.machform.com/forums/</link>
<description>MachForm Community Forums Topic: Form fails to email notification.</description>
<language>en</language>
<pubDate>Mon, 04 May 2026 01:39:55 +0000</pubDate>

<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification/page/2#post-14195</link>
<pubDate>Sat, 31 Mar 2012 17:40:22 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">14195@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Can you let us know the URL to your form please? We'll check it.&#60;br /&#62;
You can post it here or send it to our email: customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>Kim on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification/page/2#post-14170</link>
<pubDate>Thu, 29 Mar 2012 23:18:38 +0000</pubDate>
<dc:creator>Kim</dc:creator>
<guid isPermaLink="false">14170@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I have a problem getting email notifications on the contact page I set up on my website.  I believe that I have set everything up correctly, but I get this error message on my page.&#60;/p&#62;
&#60;p&#62;The connection was reset&#60;/p&#62;
&#60;p&#62;          The connection to the server was reset while the page was loading.&#60;/p&#62;
&#60;p&#62;  The site could be temporarily unavailable or too busy. Try again in a few&#60;br /&#62;
    moments.&#60;br /&#62;
  If you are unable to load any pages, check your computer's network&#60;br /&#62;
    connection.&#60;br /&#62;
  If your computer or network is protected by a firewall or proxy, make sure&#60;br /&#62;
    that Firefox is permitted to access the Web.&#60;/p&#62;
&#60;p&#62;I am trying to setup the email auto send and reply actions within the form.
&#60;/p&#62;</description>
</item>
<item>
<title>ryanpowell on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-7114</link>
<pubDate>Sat, 29 Aug 2009 10:59:03 +0000</pubDate>
<dc:creator>ryanpowell</dc:creator>
<guid isPermaLink="false">7114@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thanks for you assistance. Just emailed you the FTP info.
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-7113</link>
<pubDate>Sat, 29 Aug 2009 10:28:56 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7113@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hmm.. that's weird. GoDaddy usually worked fine.&#60;/p&#62;
&#60;p&#62;I noticed that you are using Linux hosting plan, this one is even better actually, you shouldn't need the SMTP setting I posted above.&#60;/p&#62;
&#60;p&#62;Is it possible for me to have temporary FTP login to your machform folder?&#60;br /&#62;
We'll investigate it further.&#60;/p&#62;
&#60;p&#62;Please send the info to:&#60;br /&#62;
customer.service [at] appnitro.com
&#60;/p&#62;</description>
</item>
<item>
<title>ryanpowell on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-7111</link>
<pubDate>Sat, 29 Aug 2009 06:13:44 +0000</pubDate>
<dc:creator>ryanpowell</dc:creator>
<guid isPermaLink="false">7111@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello yuniar,&#60;/p&#62;
&#60;p&#62;I tried the changes you mentioned and now I receive the following message when I hit the submit button.&#60;/p&#62;
&#60;p&#62;Error sending email: SMTP Error: Data not accepted.&#60;br /&#62;
Warning: Cannot modify header information - headers already sent by (output started at /home/content/m/e/d/medigap06/html/machform/includes/helper-functions.php:489) in /home/content/m/e/d/medigap06/html/machform/confirm_embed.php on line 36&#60;/p&#62;
&#60;p&#62;Any suggestions? This form is on a clients site so I am currently just trying to test the form results email to my gmail account. Could that be causing any issues?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Ryan
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-7101</link>
<pubDate>Fri, 28 Aug 2009 14:51:46 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">7101@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;If you are using GoDaddy, you need to modify your config.php to use GoDaddy's SMTP.&#60;/p&#62;
&#60;p&#62;Based on their article here:&#60;br /&#62;
&#60;a href=&#34;http://help.godaddy.com/article/951&#34; rel=&#34;nofollow&#34;&#62;http://help.godaddy.com/article/951&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Modify your config.php and set these lines:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;USE_SMTP&#38;#39;,true);
define(&#38;#39;SMTP_HOST&#38;#39;,&#38;#39;relay-hosting.secureserver.net&#38;#39;);
define(&#38;#39;SMTP_PORT&#38;#39;,25);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;you can left the other as default.
&#60;/p&#62;</description>
</item>
<item>
<title>ryanpowell on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-7099</link>
<pubDate>Fri, 28 Aug 2009 09:40:32 +0000</pubDate>
<dc:creator>ryanpowell</dc:creator>
<guid isPermaLink="false">7099@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I seem to be having the same issue as matman. The form works great and sends to the control panel but I never receive an email notification. The hosting company is GoDaddy and I've tried the php test already (I receive the &#34;Mail sent! Please check it.&#34; message but never receive an email).
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2717</link>
<pubDate>Thu, 21 Aug 2008 11:32:33 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2717@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;I've just checked your forms and see the built-in CAPTCHA image already showing up there.&#60;br /&#62;
I suppose you have fixed it?
&#60;/p&#62;</description>
</item>
<item>
<title>aladdin on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2714</link>
<pubDate>Wed, 20 Aug 2008 21:23:19 +0000</pubDate>
<dc:creator>aladdin</dc:creator>
<guid isPermaLink="false">2714@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you for your reply, I tried it, that means&#60;br /&#62;
I can only use recapcha and  internal captcha&#60;br /&#62;
I can use the recapcha alright , it is woring well&#60;br /&#62;
 but for  ease of access or my customers i want to use the internal captcha, simply  the image doesnot show up&#60;br /&#62;
 should I send you  the login names ad other info  to see foryourself&#60;br /&#62;
 Thanks for your  great help&#60;br /&#62;
 Sorry if posted this in the wrong place
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2709</link>
<pubDate>Wed, 20 Aug 2008 05:54:59 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2709@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello aladdin,&#60;/p&#62;
&#60;p&#62;Try this, change this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;USE_INTERNAL_CAPTCHA&#38;#39;,true);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to become:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;define(&#38;#39;USE_INTERNAL_CAPTCHA&#38;#39;,false);&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>aladdin on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2708</link>
<pubDate>Wed, 20 Aug 2008 05:30:22 +0000</pubDate>
<dc:creator>aladdin</dc:creator>
<guid isPermaLink="false">2708@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;HEllo  again dear yuniar &#60;/p&#62;
&#60;p&#62;It is me again, you see I  got so addicted to your marvelous software, today I bought a new licence for another site I have , Well, i need your help here : &#60;/p&#62;
&#60;p&#62;after I made the form and enabled the captcha, it does not show up in the form, any idea why ??&#60;br /&#62;
 i used to have anther form on the same web with captcha, and it worked fine the past , but  the new form from your software, dont want to show it at all, any great ideas,&#60;/p&#62;
&#60;p&#62; it shows well wiht my other site, both have the same host&#60;/p&#62;
&#60;p&#62; by th way my  broswer is IE7&#60;/p&#62;
&#60;p&#62;here is my code  in config.php&#60;/p&#62;
&#60;p&#62;/** CAPTCHA settings **/&#60;br /&#62;
/** To use reCAPTCHA you must get an API key from &#60;a href=&#34;http://recaptcha.net/api/getkey&#34; rel=&#34;nofollow&#34;&#62;http://recaptcha.net/api/getkey&#60;/a&#62; **/&#60;br /&#62;
define('RECAPTCHA_PUBLIC_KEY','6Lcm3IAAAAAAOOuW-maUseluGqdGI_Kx7WWgwvBK');&#60;br /&#62;
define('RECAPTCHA_PRIVATE_KEY','6Lcm3AIAAAAAAOR4MHVThCdX9JXDxF7zPmJEPmrL');&#60;/p&#62;
&#60;p&#62;/** Set below to 'true' if you prefer to use the internal CAPTCHA implementation instead of reCAPTCHA **/&#60;br /&#62;
/** GD extension must be enabled in order to use this option **/&#60;br /&#62;
define('USE_INTERNAL_CAPTCHA',true);&#60;/p&#62;
&#60;p&#62; Any suggestion ? &#60;/p&#62;
&#60;p&#62;Thanks  a million&#60;/p&#62;
&#60;p&#62;Aladdin
&#60;/p&#62;</description>
</item>
<item>
<title>aladdin on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2688</link>
<pubDate>Sat, 16 Aug 2008 22:07:28 +0000</pubDate>
<dc:creator>aladdin</dc:creator>
<guid isPermaLink="false">2688@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Thank you Yuniar; you have sorted my probelms !  you have been great help to me and you have a great custmoer service.&#60;/p&#62;
&#60;p&#62;It looks like my host doesnot allow email relying to protect them from the spam &#60;/p&#62;
&#60;p&#62;Thank you so much for a wonderful software! it is the best I have ever used
&#60;/p&#62;</description>
</item>
<item>
<title>aladdin on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2666</link>
<pubDate>Wed, 13 Aug 2008 04:48:42 +0000</pubDate>
<dc:creator>aladdin</dc:creator>
<guid isPermaLink="false">2666@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Sorry Yuniar, it  went ok for 5 days and now  the same failure came back again&#60;/p&#62;
&#60;p&#62; Today the entries were 9, non were sent to us on the our email.&#60;br /&#62;
 however  when I try to test myself it sends notification.&#60;br /&#62;
 is this something to do wiht IP address blocking or something&#60;br /&#62;
 I have sent you email with all data you need to fix this any suggestion&#60;br /&#62;
The forum was great help to me. but I cant beat this down&#60;br /&#62;
Your form software is the best I have used I am sure there is something wrong with my setup.&#60;/p&#62;
&#60;p&#62;Please help me&#60;/p&#62;
&#60;p&#62; Thanks  &#60;/p&#62;
&#60;p&#62;Aladdin
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2579</link>
<pubDate>Mon, 04 Aug 2008 12:16:46 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2579@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;just a note. aladdin found the solution himself.
&#60;/p&#62;</description>
</item>
<item>
<title>aladdin on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2574</link>
<pubDate>Sun, 03 Aug 2008 07:42:42 +0000</pubDate>
<dc:creator>aladdin</dc:creator>
<guid isPermaLink="false">2574@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hi here &#60;/p&#62;
&#60;p&#62;I have the same  problem here ! it is frustrating &#60;/p&#62;
&#60;p&#62;I installed it yestrday  notification was  working ok  but today i found  that i got  only one entry  email out of 20 entries i got on the form !!!!!!!!!!&#60;/p&#62;
&#60;p&#62;it was working fine after I installed it but the enties are shown that i get no email notification ( i have 20 entries stored  only for last night )&#60;br /&#62;
Even when I tried to sent the entries to my address  it gives error message &#60;/p&#62;
&#60;p&#62;I ran the script above and it sent me email just fine but then tried to fill in the form myself and send it back to me , it works well,  then asked friend to fill in form and he send it ( diffrent IP addess) and he did, only  confriamtion  was to him but I get no notification at all  for this entry?&#60;/p&#62;
&#60;p&#62;Any soulation, any help will be aprrecited &#60;/p&#62;
&#60;p&#62;I chekced the spam folder nothing there&#60;br /&#62;
Helppppppppppp&#60;/p&#62;
&#60;p&#62;All the best &#60;/p&#62;
&#60;p&#62;Aladdin
&#60;/p&#62;</description>
</item>
<item>
<title>matman on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2463</link>
<pubDate>Wed, 23 Jul 2008 16:01:21 +0000</pubDate>
<dc:creator>matman</dc:creator>
<guid isPermaLink="false">2463@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, I can sleep now that my forms are sending emails! Good night/day.&#60;br /&#62;
Thanks,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2462</link>
<pubDate>Wed, 23 Jul 2008 15:49:26 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2462@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Indeed. Shouldn't you go to bed at 1.30 AM? ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>matman on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2460</link>
<pubDate>Wed, 23 Jul 2008 15:42:27 +0000</pubDate>
<dc:creator>matman</dc:creator>
<guid isPermaLink="false">2460@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Woohoo! It's working. Thanks Yuniar. Quick response. That's great customer service. You must be on the other side of the world, since it's 1:30AM here in Arizona, USA.&#60;br /&#62;
Matt
&#60;/p&#62;</description>
</item>
<item>
<title>yuniar on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2456</link>
<pubDate>Wed, 23 Jul 2008 15:03:37 +0000</pubDate>
<dc:creator>yuniar</dc:creator>
<guid isPermaLink="false">2456@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Hello Matt!&#60;/p&#62;
&#60;p&#62;I've just checked your server and found out that it uses dedicated SMTP host to send email.&#60;/p&#62;
&#60;p&#62;I've set the correct SMTP hostname to your config.php file.&#60;/p&#62;
&#60;p&#62;Try your form again please. The email function should be working now.
&#60;/p&#62;</description>
</item>
<item>
<title>matman on "Form fails to email notification."</title>
<link>https://www.machform.com/forums/topic/form-fails-to-email-notification#post-2454</link>
<pubDate>Wed, 23 Jul 2008 14:40:12 +0000</pubDate>
<dc:creator>matman</dc:creator>
<guid isPermaLink="false">2454@https://www.machform.com/forums/</guid>
<description>&#60;p&#62;Yes, I have tried my GoDaddy.com hosted email and my Gmail account. Still no go. :(
&#60;/p&#62;</description>
</item>

</channel>
</rss>
