<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Selectable Recipient with Pipes</title>
	<atom:link href="http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/feed/" rel="self" type="application/rss+xml" />
	<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/</link>
	<description>Just another contact form plugin for WordPress. Simple but flexible.</description>
	<lastBuildDate>Wed, 27 Jan 2010 02:43:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Takayuki Miyoshi</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-263</link>
		<dc:creator>Takayuki Miyoshi</dc:creator>
		<pubDate>Mon, 25 Jan 2010 12:03:25 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-263</guid>
		<description>Of course not.</description>
		<content:encoded><![CDATA[<p>Of course not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-262</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 25 Jan 2010 03:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-262</guid>
		<description>Would this feature support a lot of selections say several thousand</description>
		<content:encoded><![CDATA[<p>Would this feature support a lot of selections say several thousand</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gab</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-215</link>
		<dc:creator>Gab</dc:creator>
		<pubDate>Mon, 11 Jan 2010 10:40:13 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-215</guid>
		<description>I love this feature. I&#039;ve been a cforms user until recently, and I am VERY impressed with your plugin.</description>
		<content:encoded><![CDATA[<p>I love this feature. I&#8217;ve been a cforms user until recently, and I am VERY impressed with your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takayuki Miyoshi</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-101</link>
		<dc:creator>Takayuki Miyoshi</dc:creator>
		<pubDate>Thu, 10 Dec 2009 00:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-101</guid>
		<description>Like this?

&lt;pre&gt;&lt;code&gt;[radio your-zip-code &quot;0000&#124;mrx@example.com&quot; &quot;1111&#124;mistery@example.com&quot;]&lt;/code&gt;&lt;/pre&gt;

If you want more complex function than this, you can do it by writing your own &quot;module&quot; (PHP programing skill is needed)</description>
		<content:encoded><![CDATA[<p>Like this?</p>
<pre><code>[radio your-zip-code "0000|mrx@example.com" "1111|mistery@example.com"]</code></pre>
<p>If you want more complex function than this, you can do it by writing your own &#8220;module&#8221; (PHP programing skill is needed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: isabelle</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-98</link>
		<dc:creator>isabelle</dc:creator>
		<pubDate>Wed, 09 Dec 2009 10:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-98</guid>
		<description>How can we add our own functions?
I mean, for example, if zip code is 0000 then the email is sent to mr x, if the zip code is 1111 then to mister y.

Any advice on doing this properly?

Thanks in advance,</description>
		<content:encoded><![CDATA[<p>How can we add our own functions?<br />
I mean, for example, if zip code is 0000 then the email is sent to mr x, if the zip code is 1111 then to mister y.</p>
<p>Any advice on doing this properly?</p>
<p>Thanks in advance,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: k carey</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-79</link>
		<dc:creator>k carey</dc:creator>
		<pubDate>Sat, 05 Dec 2009 16:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-79</guid>
		<description>Is there a way to send multiple emails with Pipes...  below is a code example I&#039;m using... but I get an error when more than one person is selected.  I&#039;m using the WP-Mail-SMTP plugin in conjunction with ContactForm7.

Your Name (required)
[checkbox* your-name multiple

&quot;test&#124;test@test.com&quot;
&quot;test2&#124;test2@test.com&quot;
&quot;test3&#124;test3@test.com&quot;]


Thanks!</description>
		<content:encoded><![CDATA[<p>Is there a way to send multiple emails with Pipes&#8230;  below is a code example I&#8217;m using&#8230; but I get an error when more than one person is selected.  I&#8217;m using the WP-Mail-SMTP plugin in conjunction with ContactForm7.</p>
<p>Your Name (required)<br />
[checkbox* your-name multiple</p>
<p>"test|test@test.com"<br />
"test2|test2@test.com"<br />
"test3|test3@test.com"]</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Takayuki Miyoshi</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-31</link>
		<dc:creator>Takayuki Miyoshi</dc:creator>
		<pubDate>Thu, 26 Nov 2009 17:27:09 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-31</guid>
		<description>Unfortunately, there is no easy way getting labels from pipes.</description>
		<content:encoded><![CDATA[<p>Unfortunately, there is no easy way getting labels from pipes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Eland</title>
		<link>http://contactform7.com/2009/11/26/selectable-recipient-with-pipes/comment-page-1/#comment-28</link>
		<dc:creator>Jon Eland</dc:creator>
		<pubDate>Thu, 26 Nov 2009 10:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://contactform7.com/?p=550#comment-28</guid>
		<description>This is great - thanks; one thing I would like to do thought - is to put the recipient name into the subject-line; is there a way I can extract the &#039;label&#039; (before the pipe) rather than the &#039;value&#039; (after the pipe) into an email.

Thanks!</description>
		<content:encoded><![CDATA[<p>This is great &#8211; thanks; one thing I would like to do thought &#8211; is to put the recipient name into the subject-line; is there a way I can extract the &#8216;label&#8217; (before the pipe) rather than the &#8216;value&#8217; (after the pipe) into an email.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
