<?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: Email template engine</title>
	<atom:link href="http://www.limilabs.com/blog/email-template-engine/feed" rel="self" type="application/rss+xml" />
	<link>http://www.limilabs.com/blog/email-template-engine?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=email-template-engine</link>
	<description></description>
	<lastBuildDate>Tue, 15 May 2012 13:28:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Send email to multiple recipients</title>
		<link>http://www.limilabs.com/blog/email-template-engine#comment-1435</link>
		<dc:creator>Send email to multiple recipients</dc:creator>
		<pubDate>Wed, 07 Dec 2011 14:41:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=520#comment-1435</guid>
		<description>[...] Also take a look at Mail.dll&#8217;s templating engine [...] </description>
		<content:encoded><![CDATA[<p>[...] Also take a look at Mail.dll&#8217;s templating engine [...] </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Limilabs support</title>
		<link>http://www.limilabs.com/blog/email-template-engine#comment-1434</link>
		<dc:creator>Limilabs support</dc:creator>
		<pubDate>Tue, 24 May 2011 10:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=520#comment-1434</guid>
		<description>@Martin

You can use Template.AddKey method:

[csharp]
string s = Template
    .Create(&quot;Show some number [key].&quot;)
    .AddKey(&quot;key&quot;, &quot;42&quot;)
    .Render();
[/csharp]

I&#039;ve already implemented this feature, and it&#039;ll be added in the next release.</description>
		<content:encoded><![CDATA[<p>@Martin</p>
<p>You can use Template.AddKey method:</p>
<pre class="brush: csharp;">
string s = Template
    .Create(&quot;Show some number [key].&quot;)
    .AddKey(&quot;key&quot;, &quot;42&quot;)
    .Render();
</pre>
<p>I&#8217;ve already implemented this feature, and it&#8217;ll be added in the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Staael</title>
		<link>http://www.limilabs.com/blog/email-template-engine#comment-1433</link>
		<dc:creator>Martin Staael</dc:creator>
		<pubDate>Tue, 24 May 2011 09:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=520#comment-1433</guid>
		<description>I tried using DataFrom with a Dictionary but it doesn&#039;t work. Would be nice to have</description>
		<content:encoded><![CDATA[<p>I tried using DataFrom with a Dictionary but it doesn&#8217;t work. Would be nice to have</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uroš</title>
		<link>http://www.limilabs.com/blog/email-template-engine#comment-1432</link>
		<dc:creator>Uroš</dc:creator>
		<pubDate>Thu, 22 Jul 2010 06:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.limilabs.com/blog/?p=520#comment-1432</guid>
		<description>This is a very usefull thing and easy to implement thanks to your tutorial! Great job.</description>
		<content:encoded><![CDATA[<p>This is a very usefull thing and easy to implement thanks to your tutorial! Great job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

