<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum - Topic: Contact form not sending e-mail</title>
		<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail</link>
		<description>Support Forum - Topic: Contact form not sending e-mail</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 19:29:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/contact-form-not-sending-e-mail" rel="self" type="application/rss+xml" />

		<item>
			<title>mcdragon on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-40270</link>
			<pubDate>Sun, 05 Feb 2012 19:55:10 +0000</pubDate>
			<dc:creator>mcdragon</dc:creator>
			<guid isPermaLink="false">40270@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude&#60;/p&#62;
&#60;p&#62;I think you might be on to something re posssible blocking. I have posted the problem on the WP contact 7 forum here&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/plugin-contact-form-7-message-not-sent-on-wp-mu?replies=5&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/plugin-contact-form-7-message-not-sent-on-wp-mu?replies=5&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I am now working with the hosting provider as I found out that if I set certain e-mail addresses t works and if certain others it doesn't. Spam filters and Akismet are not an issue, the latter is turned of anyway. All the e-mails I used otherwise work fine for sending and receiving mails.&#60;/p&#62;
&#60;p&#62;Will keep you updated...&#60;/p&#62;
&#60;p&#62;Martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-39404</link>
			<pubDate>Tue, 31 Jan 2012 11:39:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39404@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think this is a hoster problem then because Contact Form 7 works even with &#34;troublemakers&#34; (i.e. Hostgator) which breaks our contact form or other plugins like &#60;a href=&#34;http://inoplugs.com/formidablepro&#34;&#62;Formidable&#60;/a&#62;. It seems like the wp_mail: &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/wp_mail&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/wp_mail&#60;/a&#62; or the php mail: php.net/manual/en/function.mail.php function doesn't work properly on your server (maybe the hoster blocks something, etc.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mcdragon on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-39304</link>
			<pubDate>Mon, 30 Jan 2012 12:53:45 +0000</pubDate>
			<dc:creator>mcdragon</dc:creator>
			<guid isPermaLink="false">39304@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ahhh, thanks Dude. I was having a look myself and I like the effect of the Coalition form.&#60;br /&#62;
But there is a weird problem - not even the Contact form 7 works. Now the thing is this WP MU install is on a different directory on the same server as my personal blog, where I have the single website WP and the Contact form 7 plugin has worked fine.&#60;/p&#62;
&#60;p&#62;Any ideas?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-39263</link>
			<pubDate>Mon, 30 Jan 2012 07:58:46 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">39263@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css - this will style the Contact Form 7 fields:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/*input fields*/

.wpcf7-form textarea{
width:95%;
padding:10px;
font-size:12px;
font-family: Arial, Helevtica, Verdana, san-serif;
}

.wpcf7-text, .wpcf7-submit, .text_area{
padding:7px;
font-size:12px;
font-family: Arial, Helevtica, Verdana, san-serif;
}

.wpcf7-submit{
padding:7px 12px 6px 12px;
cursor:pointer;
border-style: solid;
border-width: 1px;
}

.wpcf7-text, textarea, select {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #EEEEEE;
}

.wpcf7-submit {
    background-image: url(&#38;quot;../images/skin-minimal/arrow-right-white.png&#38;quot;);
    background-position: right center;
    background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mcdragon on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-39196</link>
			<pubDate>Sun, 29 Jan 2012 16:22:02 +0000</pubDate>
			<dc:creator>mcdragon</dc:creator>
			<guid isPermaLink="false">39196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Couldn't get the mail form to work. Tried Contact Form 7 but the design from Coalition does not get shown on the form.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-37237</link>
			<pubDate>Wed, 11 Jan 2012 05:11:27 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">37237@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Alternatively you can use plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/contact-form-7/&#34;&#62;Contact Form 7&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avalokorg on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-37022</link>
			<pubDate>Mon, 09 Jan 2012 12:14:14 +0000</pubDate>
			<dc:creator>avalokorg</dc:creator>
			<guid isPermaLink="false">37022@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;yes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-36952</link>
			<pubDate>Sun, 08 Jan 2012 06:31:26 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">36952@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;.. have you contacted your host as suggested?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>avalokorg on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-36782</link>
			<pubDate>Fri, 06 Jan 2012 11:20:35 +0000</pubDate>
			<dc:creator>avalokorg</dc:creator>
			<guid isPermaLink="false">36782@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It happens the same to me.&#60;br /&#62;
It does not send the email either shows the &#34;congratulations your message sended&#34;. &#60;/p&#62;
&#60;p&#62;Any idea?&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
R
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30744</link>
			<pubDate>Sun, 30 Oct 2011 04:05:52 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Commercial Photography on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30615</link>
			<pubDate>Thu, 27 Oct 2011 11:38:41 +0000</pubDate>
			<dc:creator>Commercial Photography</dc:creator>
			<guid isPermaLink="false">30615@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My apologies It's started working now. Not too sure why that is, but I'm not going argue with it.&#60;/p&#62;
&#60;p&#62;Thanks for your time, excellent theme by the way!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Commercial Photography on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30614</link>
			<pubDate>Thu, 27 Oct 2011 11:33:57 +0000</pubDate>
			<dc:creator>Commercial Photography</dc:creator>
			<guid isPermaLink="false">30614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've Checked with the host and it is enabled. What else is there to troubleshoot?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30570</link>
			<pubDate>Wed, 26 Oct 2011 23:35:27 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">30570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you should check your host if they've enabled the mail() function, this is often the cause of mails not sending.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Commercial Photography on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30525</link>
			<pubDate>Wed, 26 Oct 2011 14:52:07 +0000</pubDate>
			<dc:creator>Commercial Photography</dc:creator>
			<guid isPermaLink="false">30525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've got the same problem as @TimTechLtd. &#60;a href=&#34;http://www.woodmotorhomes.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.woodmotorhomes.co.uk&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TimTechLtd on "Contact form not sending e-mail"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-not-sending-e-mail#post-30440</link>
			<pubDate>Tue, 25 Oct 2011 18:43:41 +0000</pubDate>
			<dc:creator>TimTechLtd</dc:creator>
			<guid isPermaLink="false">30440@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I cant seem to get my contact form to send an e-mail to myself.&#60;/p&#62;
&#60;p&#62;Can you think why it might not work?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
