<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ramblings of a Coder&#039;s Mind &#187; Tools</title>
	<atom:link href="http://karunab.com/tag/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://karunab.com</link>
	<description>Got Tech? Will Hack.</description>
	<lastBuildDate>Sun, 21 Feb 2010 17:56:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Command Line e-mailing</title>
		<link>http://karunab.com/2007/10/29/command-line-e-mailing/</link>
		<comments>http://karunab.com/2007/10/29/command-line-e-mailing/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 08:40:42 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=31</guid>
		<description><![CDATA[Ever wanted to send a quick email but then though, &#8220;nah.. cba to open my inbox right now&#8221;?
Now you can send emails via command line! It doesn&#8217;t have to be installed though you could do so if you please. I give you Blat!
Here is a simple example from the documentation:
@echo off
:::::::::::::: Lets set some variables [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wanted to send a quick email but then though, &#8220;nah.. cba to open my inbox right now&#8221;?</p>
<p>Now you can send emails via command line! It <strong>doesn&#8217;t have to be installed</strong> though you could do so if you please. I give you <a title="Official Blat Website" href="http://www.blat.net/" target="_blank">Blat</a>!</p>
<p>Here is a <em>simple example</em> from the documentation:</p>
<blockquote><p>@echo off<br />
:::::::::::::: Lets set some variables ::::::::::::::<br />
set eMail=tim@blat.tld<br />
set subj=-s &#8220;Test Blat&#8221;<br />
set server=-server localhost<br />
set x=-x &#8220;X-Header-Test: Can Blat do it? Yes it Can!&#8221;<br />
set debug=-debug -log blat.log -timestamp<br />
::::::::::::::::: Now we run Blat!  :::::::::::::::::<br />
blat %0 -to %eMail% -f %eMail% %subj% %server% %debug% %x%</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2007/10/29/command-line-e-mailing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
