<?xml version="1.0" encoding="UTF-8"?><!-- 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>WordPress &#8250; Support Topic: [Plugin: FormBuilder] Formbuilder and Fasthosts</title>
<link>http://wordpress.org/support/</link>
<description>WordPress &#8250; Support Topic: [Plugin: FormBuilder] Formbuilder and Fasthosts</description>
<language>en</language>
<pubDate>Tue, 24 Nov 2009 06:40:57 +0000</pubDate>

<item>
<title>sdbrett on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1198008</link>
<pubDate>Thu, 03 Sep 2009 14:53:17 +0000</pubDate>
<dc:creator>sdbrett</dc:creator>
<guid isPermaLink="false">1198008@http://wordpress.org/support/</guid>
<description>&#60;p&#62;actually now i'm back to just no email arriving on the other side...
&#60;/p&#62;</description>
</item>
<item>
<title>sdbrett on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1197993</link>
<pubDate>Thu, 03 Sep 2009 14:45:25 +0000</pubDate>
<dc:creator>sdbrett</dc:creator>
<guid isPermaLink="false">1197993@http://wordpress.org/support/</guid>
<description>&#60;p&#62;hi bliz999&#60;/p&#62;
&#60;p&#62;ive been having the same problem for weeks.&#60;/p&#62;
&#60;p&#62;I added this code to my wp-config.php file but still getting the You must provide at least one recipient email address.?&#60;/p&#62;
&#60;p&#62;Is there anything extra i need to do.&#60;/p&#62;
&#60;p&#62;I'm also with fasthosts, running cforms and atahulapa theme - driving me nuts - &#60;/p&#62;
&#60;p&#62;ive tried mutiple forms with the same prob&#60;/p&#62;
&#60;p&#62;any help appreciated.
&#60;/p&#62;</description>
</item>
<item>
<title>blitz999 on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1197847</link>
<pubDate>Thu, 03 Sep 2009 13:04:57 +0000</pubDate>
<dc:creator>blitz999</dc:creator>
<guid isPermaLink="false">1197847@http://wordpress.org/support/</guid>
<description>&#60;p&#62;For all those using Wordpress 2.8 and having this really frustrating Fasthosts issue, adding this code (changing &#60;a href=&#34;mailto:youremail@defaultfasthosts.com&#34;&#62;youremail@defaultfasthosts.com&#60;/a&#62; to your default Fasthosts email address) works in the config.php file. Thank you Truthmedia, who made the suggestion.&#60;/p&#62;
&#60;p&#62;For anyone looking for a new host for Wordpress, I'd recommend something other than Fasthosts. Spent hours on teh phone with them trying to resolve this, was cut off twice and they just didn't understand the issue. I was also told that, although they recommend Wordpress, that it was also not guaranteed to work on certain hosting packages.&#60;/p&#62;
&#60;p&#62;I have no idea of any security implications by putting this in the config file. Advice from anyone?&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function wp_mail( $to, $subject, $message, $headers = &#38;#39;&#38;#39; ) {
$email_from=&#38;quot;youremail@defaultfasthosts.com&#38;quot;; // Make sure this is a fasthosts hosted email address
$email_to = $to;
ini_set(&#38;quot;sendmail_from&#38;quot;, $email_from);
$email_subject = $subject;
$email_headers = &#38;quot;From: $email_from&#38;quot;.&#38;quot;\r\n&#38;quot;.&#38;quot;Reply-To: $email_from&#38;quot;.&#38;quot;\r\n&#38;quot;;
$email_message= $message;
$sent = mail($email_to, $email_subject, $email_message, $email_headers, &#38;quot;-f&#38;quot;.$email_from);
return $sent;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>sunlite on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1139434</link>
<pubDate>Wed, 15 Jul 2009 20:21:45 +0000</pubDate>
<dc:creator>sunlite</dc:creator>
<guid isPermaLink="false">1139434@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I successfully installed the formbuilder on one website and tried to install on another with the following error code:&#60;/p&#62;
&#60;p&#62;Fatal error: Call to undefined function session_start() in /usr/local/www/data/wordpress/wp-content/plugins/formbuilder/captcha/CaptchaSecurityImages.php on line 26&#60;/p&#62;
&#60;p&#62;Has anyone else received this error message?&#60;/p&#62;
&#60;p&#62;How do I correct it?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
</item>
<item>
<title>lovefoodlovedrink on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1114274</link>
<pubDate>Tue, 23 Jun 2009 22:06:59 +0000</pubDate>
<dc:creator>lovefoodlovedrink</dc:creator>
<guid isPermaLink="false">1114274@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi sa2009&#60;br /&#62;
Have you had any luck with this?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>truthmedia on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1057900</link>
<pubDate>Mon, 27 Apr 2009 15:08:51 +0000</pubDate>
<dc:creator>truthmedia</dc:creator>
<guid isPermaLink="false">1057900@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi Sa2009,&#60;/p&#62;
&#60;p&#62;I'm not familiar with that specific host, however based on what you've posted, I would recommend putting that line of code right under the FORMBUILDER_VERSION_NUM line in the code of formbuilder.php.&#60;/p&#62;
&#60;p&#62;Something like this...&#60;/p&#62;
&#60;p&#62;define(&#34;FORMBUILDER_VERSION_NUM&#34;, &#34;0.77&#34;);&#60;br /&#62;
ini_set(&#34;sendmail_from&#34;, &#34;user@yourdomain.com&#34;);&#60;/p&#62;
&#60;p&#62;It is unfortunate that the host you are using has this requirement.  You will need to make this change to the code every time you upgrade FormBuilder to the latest version, in order to avoid breaking it each time you upgrade.&#60;/p&#62;
&#60;p&#62;As an alternate solution, you could potentially add the line to your wp-config.php file for WordPress as a whole, which would cause all of wordpress to send mail with your email address in the FROM field.&#60;/p&#62;
&#60;p&#62;Hope this is helpful,&#60;br /&#62;
James W.
&#60;/p&#62;</description>
</item>
<item>
<title>sworddude247 on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1056614</link>
<pubDate>Sat, 25 Apr 2009 23:53:41 +0000</pubDate>
<dc:creator>sworddude247</dc:creator>
<guid isPermaLink="false">1056614@http://wordpress.org/support/</guid>
<description>&#60;p&#62;I don't have a clue, but if you are looking to make a form, try forumlogix.com.
&#60;/p&#62;</description>
</item>
<item>
<title>sa2009 on "[Plugin: FormBuilder] Formbuilder and Fasthosts"</title>
<link>http://wordpress.org/support/topic/265322#post-1056600</link>
<pubDate>Sat, 25 Apr 2009 23:25:32 +0000</pubDate>
<dc:creator>sa2009</dc:creator>
<guid isPermaLink="false">1056600@http://wordpress.org/support/</guid>
<description>&#60;p&#62;Hi, does anyone have any experience with getting the formbuilder email to work on a fasthosts linux account?&#60;/p&#62;
&#60;p&#62;Everything seems to work fine, except the emails never arrive. Fasthosts mention something about the from address having to be an address associated with the account (which it is) and recommend the following line of code:&#60;/p&#62;
&#60;p&#62;ini_set(&#34;sendmail_from&#34;, &#34;user@yourdomain.com&#34;);&#60;/p&#62;
&#60;p&#62;(http://www.fasthosts.co.uk/knowledge-base/?article_id=70)&#60;/p&#62;
&#60;p&#62;Can anyone advise where to put this or anyway of doing it through formbuilder in a hidden field?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
