<?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>Kommentare zu: rss2email</title>
	<atom:link href="http://www.dreamflasher.de/articles/rss2email.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dreamflasher.de/articles/rss2email.htm</link>
	<description></description>
	<lastBuildDate>Tue, 02 Mar 2010 09:17:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: Frank</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-299</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Mon, 18 Sep 2006 12:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-299</guid>
		<description>http://www.rss2email.de</description>
		<content:encoded><![CDATA[<p><a href="http://www.rss2email.de" rel="nofollow">http://www.rss2email.de</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Timberlend</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-30</link>
		<dc:creator>Timberlend</dc:creator>
		<pubDate>Fri, 07 Apr 2006 20:00:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-30</guid>
		<description>Hello!Very nice, beautiful and interesting blog!I enjoy reading your blog ... keep it up guys! Respect you!</description>
		<content:encoded><![CDATA[<p>Hello!Very nice, beautiful and interesting blog!I enjoy reading your blog &#8230; keep it up guys! Respect you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Eric</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-16</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 16 Feb 2006 20:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-16</guid>
		<description>I have this successfully up and running but I can&#039;t figure out how to access authenticated RSS Feeds.  Is there a way to assign a user ID and Password to a feed?</description>
		<content:encoded><![CDATA[<p>I have this successfully up and running but I can&#8217;t figure out how to access authenticated RSS Feeds.  Is there a way to assign a user ID and Password to a feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: choonkeat</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-14</link>
		<dc:creator>choonkeat</dc:creator>
		<pubDate>Mon, 02 Jan 2006 08:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-14</guid>
		<description>&quot;A FeedReader gratis, fast and that it more takes advantage of the software used from all the customers: the MailClient. In fact Rss2mail is an application that allows of being able to read the own ones feed via mail. The advantage is to use an only one strumen...
(Italian — English)&quot;
translated via try-anslator (http://labs.rssfwd.com/translator)</description>
		<content:encoded><![CDATA[<p>&#8220;A FeedReader gratis, fast and that it more takes advantage of the software used from all the customers: the MailClient. In fact Rss2mail is an application that allows of being able to read the own ones feed via mail. The advantage is to use an only one strumen&#8230;<br />
(Italian — English)&#8221;<br />
translated via try-anslator (<a href="http://labs.rssfwd.com/translator" rel="nofollow">http://labs.rssfwd.com/translator</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: DreamFlasher</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-12</link>
		<dc:creator>DreamFlasher</dc:creator>
		<pubDate>Thu, 15 Dec 2005 20:09:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-12</guid>
		<description>Hi John,
you don&#039;t need a website, you even don&#039;t need an own smtp server. The only thing you need is a normal freemailer from which you know the smpt port and you need your logins. Simply insert your data in the marked part of rss2email.py:
###################################################
SMTP_SERVER = &quot;your server:port&quot;
AUTHREQUIRED = 1 # if you need to use SMTP AUTH set to 1
SMTP_USER = &#039; user&#039;  # for SMTP AUTH, set SMTP username here
SMTP_PASS = &#039;pwd&#039;  # for SMTP AUTH, set SMTP password here
###################################################
You also could&#039;ve read the faq&#039;s on www.aaronsw.com, the author of the program.</description>
		<content:encoded><![CDATA[<p>Hi John,<br />
you don&#8217;t need a website, you even don&#8217;t need an own smtp server. The only thing you need is a normal freemailer from which you know the smpt port and you need your logins. Simply insert your data in the marked part of rss2email.py:<br />
###################################################<br />
SMTP_SERVER = &#8220;your server:port&#8221;<br />
AUTHREQUIRED = 1 # if you need to use SMTP AUTH set to 1<br />
SMTP_USER = &#8216; user&#8217;  # for SMTP AUTH, set SMTP username here<br />
SMTP_PASS = &#8216;pwd&#8217;  # for SMTP AUTH, set SMTP password here<br />
###################################################<br />
You also could&#8217;ve read the faq&#8217;s on <a href="http://www.aaronsw.com" rel="nofollow">http://www.aaronsw.com</a>, the author of the program.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: John</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-11</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 10 Dec 2005 07:00:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-11</guid>
		<description>I&#039;m a bit new at python, I&#039;m actually new at everything. could you give e few tips on how to modify the rss2email.py file to apply to a normal person. eg what do I have to change, and do I have to have a website.
Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m a bit new at python, I&#8217;m actually new at everything. could you give e few tips on how to modify the rss2email.py file to apply to a normal person. eg what do I have to change, and do I have to have a website.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: DreamFlasher</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-6</link>
		<dc:creator>DreamFlasher</dc:creator>
		<pubDate>Thu, 03 Nov 2005 14:48:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-6</guid>
		<description>Could anybody please translate this into german or english?</description>
		<content:encoded><![CDATA[<p>Could anybody please translate this into german or english?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Smoker's Area</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-5</link>
		<dc:creator>Smoker's Area</dc:creator>
		<pubDate>Thu, 03 Nov 2005 14:45:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-5</guid>
		<description>&lt;strong&gt;Rss2Email su WindowsXP&lt;/strong&gt;

Un FeedReader gratis, veloce e che sfrutta il software pi&#249; usato da tutti gli utenti: il MailClient.
Infatti Rss2Email &#232; una applicazione che permette di poter leggere i propri feed via mail. Il vantaggio &#232; di utilizzare un unico strumen...</description>
		<content:encoded><![CDATA[<p><strong>Rss2Email su WindowsXP</strong></p>
<p>Un FeedReader gratis, veloce e che sfrutta il software pi&#249; usato da tutti gli utenti: il MailClient.<br />
Infatti Rss2Email &#232; una applicazione che permette di poter leggere i propri feed via mail. Il vantaggio &#232; di utilizzare un unico strumen&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Randy Charles Morin</title>
		<link>http://www.dreamflasher.de/articles/rss2email.htm/comment-page-1#comment-4</link>
		<dc:creator>Randy Charles Morin</dc:creator>
		<pubDate>Thu, 25 Aug 2005 18:59:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dreamflasher.de/rss2email#comment-4</guid>
		<description>You say R&#124;mail doesn&#039;t send the full text. I&#039;m wondering how you got that impression? R&#124;mail always sends exactly what is in the RSS feed.</description>
		<content:encoded><![CDATA[<p>You say R|mail doesn&#8217;t send the full text. I&#8217;m wondering how you got that impression? R|mail always sends exactly what is in the RSS feed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
