<?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: Sending Email Using Command Line Useful for Downtime Alert Notification</title>
	<atom:link href="http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/</link>
	<description>Daily updated news of useful advanced computer tips and tricks</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tim</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-515601</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 03 Oct 2011 20:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-515601</guid>
		<description>I know this is an old post, but i wanted to share an app that I wrote specifically for this reason: SwithMail - you can get it at http://swithmail.tbare.com

I&#039;m currently working on version 2 which has XML support and a tool to generate your CLI string for you, taking the guess work out of it.

Love the blog - keep up the good work!</description>
		<content:encoded><![CDATA[<p>I know this is an old post, but i wanted to share an app that I wrote specifically for this reason: SwithMail &#8211; you can get it at <a href="http://swithmail.tbare.com" rel="nofollow">http://swithmail.tbare.com</a></p>
<p>I&#8217;m currently working on version 2 which has XML support and a tool to generate your CLI string for you, taking the guess work out of it.</p>
<p>Love the blog &#8211; keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ed</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-458951</link>
		<dc:creator>ed</dc:creator>
		<pubDate>Sun, 29 Nov 2009 17:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-458951</guid>
		<description>@ raymond

You can use blat with gmail, but this is more advance.

You need to use stunnel locally to do the secure link.

Here is my batch file example

*================================
@echo off
setlocal enableextensions enabledelayedexpansion
:: Startup directory where the command is
cd /d %~dp0

:: Configure Email Options

SET emailfrom=xxx@gmail.com
SET emailto=xxx@gmail.com
SET password=yyyyy

SET SMTPserver=127.0.0.1:465
stunnel\stunnel.exe -install -quiet
net start stunnel &gt;nul

::sendfiles
blat\blat.exe test-email.txt -q -s &quot;testing 1 2 3&quot; -base64 -to %emailto% -f %emailfrom% -u %emailfrom% -pw %password% -server %SMTPserver%

:cleanup
:: Stop stunnel
net stop stunnel &gt;nul
stunnel\stunnel.exe -uninstall -quiet

:: Delete vars

SET emailfrom=
SET emailto=
SET password=
SET SMTPserver=
rem exit</description>
		<content:encoded><![CDATA[<p>@ raymond</p>
<p>You can use blat with gmail, but this is more advance.</p>
<p>You need to use stunnel locally to do the secure link.</p>
<p>Here is my batch file example</p>
<p>*================================<br />
@echo off<br />
setlocal enableextensions enabledelayedexpansion<br />
:: Startup directory where the command is<br />
cd /d %~dp0</p>
<p>:: Configure Email Options</p>
<p>SET emailfrom=xxx@gmail.com<br />
SET emailto=xxx@gmail.com<br />
SET password=yyyyy</p>
<p>SET SMTPserver=127.0.0.1:465<br />
stunnel\stunnel.exe -install -quiet<br />
net start stunnel &gt;nul</p>
<p>::sendfiles<br />
blat\blat.exe test-email.txt -q -s &#8220;testing 1 2 3&#8243; -base64 -to %emailto% -f %emailfrom% -u %emailfrom% -pw %password% -server %SMTPserver%</p>
<p>:cleanup<br />
:: Stop stunnel<br />
net stop stunnel &gt;nul<br />
stunnel\stunnel.exe -uninstall -quiet</p>
<p>:: Delete vars</p>
<p>SET emailfrom=<br />
SET emailto=<br />
SET password=<br />
SET SMTPserver=<br />
rem exit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rajsekhar</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-458289</link>
		<dc:creator>rajsekhar</dc:creator>
		<pubDate>Sat, 21 Nov 2009 05:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-458289</guid>
		<description>pls provide me the bit defender key</description>
		<content:encoded><![CDATA[<p>pls provide me the bit defender key</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Medical blog</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-458039</link>
		<dc:creator>Medical blog</dc:creator>
		<pubDate>Thu, 19 Nov 2009 19:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-458039</guid>
		<description>nice info,...thanks Ray</description>
		<content:encoded><![CDATA[<p>nice info,&#8230;thanks Ray</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joseph r</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-458018</link>
		<dc:creator>joseph r</dc:creator>
		<pubDate>Thu, 19 Nov 2009 12:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-458018</guid>
		<description>great.. i can use this for my visual basic project. thanks.</description>
		<content:encoded><![CDATA[<p>great.. i can use this for my visual basic project. thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zuarxpdc</title>
		<link>http://www.raymond.cc/blog/sending-email-using-command-line-useful-for-downtime-alert-notification/#comment-458015</link>
		<dc:creator>zuarxpdc</dc:creator>
		<pubDate>Thu, 19 Nov 2009 10:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=6566#comment-458015</guid>
		<description>nice info raymond..:-)..tq</description>
		<content:encoded><![CDATA[<p>nice info raymond..:-)..tq</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/5 queries in 0.003 seconds using disk: basic
Object Caching 261/262 objects using disk: basic
Content Delivery Network via cdn.raymond.cc

Served from: www.raymond.cc @ 2012-02-11 06:07:57 -->
