<?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>Don Kitchen &#187; CMD Email</title>
	<atom:link href="http://www.donkitchen.com/category/software/cmd-email-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.donkitchen.com</link>
	<description>family, kids, tech, and more...</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:09:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>CMD Email v2.0 released</title>
		<link>http://www.donkitchen.com/2009/11/14/cmd-email-v2-0-released/</link>
		<comments>http://www.donkitchen.com/2009/11/14/cmd-email-v2-0-released/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 14:25:00 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[.net]]></category>
		<category><![CDATA[CMD Email]]></category>
		<category><![CDATA[cmd email]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=315</guid>
		<description><![CDATA[CMD Email, the email command line utility I developed (originally discussed here) has been updated to version 2.0. Here are new features for v2.0: Updated to target .NET 3.5 Framework Added support for message body being loaded from a file Added support for multiple file attachments Added support for logging to the Windows Application Event [...]]]></description>
			<content:encoded><![CDATA[<p>CMD Email, the email command line utility I developed (originally discussed <a href="http://www.donkitchen.com/2007/10/26/cmd-email-command-line-email-utility/">here</a>) has been updated to version 2.0.</p>
<p>Here are new features for v2.0:</p>
<ul>
<li>Updated to target .NET 3.5 Framework</li>
<li>Added support for message body being loaded from a file</li>
<li>Added support for multiple file attachments</li>
<li>Added support for logging to the Windows Application Event Log</li>
</ul>
<p>You can download the latest runtime or source from the <a href="http://cmdemail.codeplex.com/" target="_blank">project page on CodePlex</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2009/11/14/cmd-email-v2-0-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CMD Email updated</title>
		<link>http://www.donkitchen.com/2007/11/27/cmd-email-updated/</link>
		<comments>http://www.donkitchen.com/2007/11/27/cmd-email-updated/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 13:06:16 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[CMD Email]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[cmd email]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=46</guid>
		<description><![CDATA[The email command line utility I wrote (and discussed here), CMD Email, has been updated.  The latest release supports email attachments. You can download the latest runtime or source from the project page on CodePlex.]]></description>
			<content:encoded><![CDATA[<div class="postText">
<p>The email command line utility I wrote (<a href="http://www.donkitchen.com/2007/10/26/cmd-email-command-line-email-utility/">and discussed here</a>), CMD Email, has been updated.  The latest release supports email attachments.</p>
<p>You can download the latest runtime or source from the <a href="http://www.codeplex.com/cmdemail" target="_blank">project page</a> on CodePlex.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2007/11/27/cmd-email-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CMD Email &#8211; command line email utility</title>
		<link>http://www.donkitchen.com/2007/10/26/cmd-email-command-line-email-utility/</link>
		<comments>http://www.donkitchen.com/2007/10/26/cmd-email-command-line-email-utility/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 13:03:36 +0000</pubDate>
		<dc:creator>Don</dc:creator>
				<category><![CDATA[CMD Email]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[cmd email]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.donkitchen.com/?p=43</guid>
		<description><![CDATA[I&#8217;ve completed my first open source project.  I have been wanting to put something out on Codeplex for a while and finally got around to it.  The project I released is a small little command line email utility that uses the .NET 2.0 framework.  I wrote a more simple version of this years ago to [...]]]></description>
			<content:encoded><![CDATA[<div class="postText">
<p>I&#8217;ve completed my first open source project.  I have been wanting to put something out on <a title="Open Source Project Hosting" href="http://www.codeplex.com/" target="_blank">Codeplex</a> for a while and finally got around to it.  The project I released is a small little command line email utility that uses the .NET 2.0 framework.  I wrote a more simple version of this years ago to email me when Windows scheduled tasks (batch files) completed.  The released version accepts many more options and allows you to store certain data into an application configuration file.</p>
<p>As this post title states, the utility is called CmdEmail and can be found <a title="CmdEmail - command line email utility" href="http://www.codeplex.com/cmdemail" target="_blank">here on codeplex</a>.  From the project page you can download the latest (initial) release, see usage information and access the source code too.  Here&#8217;s a blurb on the usage from the project&#8217;s home page:</p>
<div class="wikidoc"><strong>Usage:</strong></p>
<pre>CmdEmail -f nobody@nowhere.com -t you@domain.com -s Subject -b Body</pre>
<pre>CmdEmail -f "nobody@nowhere.com" -t "you@domain.com" -s "Subject" -b "Body"</pre>
<pre>CmdEmail -f nobody@nowhere.com -t you@domain.com,me@domain.com -s Subject -b Body</pre>
<div class="wikidoc"><strong>All command switches:</strong></div>
<pre>t, to         Required. Recipient (To)
f, from       Required. Sender (From)
b, body       Required. Email Body
s, subject    Required. Email Subject
h, host       SMTP Server - Optional only if provided in app config
p, port       SMTP Port - Optional, can also be provided in app config
u, username   Username - Optional, can also be provided in app config
p, password   Password - Optional, can also be provided in app config
help</pre>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.donkitchen.com/2007/10/26/cmd-email-command-line-email-utility/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

