<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>Nick's blog - app-engine</title>
    <link>http://blog.notdot.net/</link>
    <description>Because repeating myself sucks.</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2 - http://www.s9y.org/</generator>
    <pubDate>Wed, 19 Nov 2008 22:32:11 GMT</pubDate>

    <image>
        <url>http://blog.notdot.net/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Nick's blog - app-engine - Because repeating myself sucks.</title>
        <link>http://blog.notdot.net/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>SMTP to HTTP gateway for your App Engine (and other) apps!</title>
    <link>http://blog.notdot.net/archives/46-SMTP-to-HTTP-gateway-for-your-App-Engine-and-other-apps!.html</link>
            <category>app-engine</category>
    
    <comments>http://blog.notdot.net/archives/46-SMTP-to-HTTP-gateway-for-your-App-Engine-and-other-apps!.html#comments</comments>
    <wfw:comment>http://blog.notdot.net/wfwcomment.php?cid=46</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.notdot.net/rss.php?version=2.0&amp;type=comments&amp;cid=46</wfw:commentRss>
    

    <author>nospam@example.com (Arachnid)</author>
    <content:encoded>
    In response to a comment in the freenode.net/#appengine channel by someone wishing their App Engine app could receive email, I put together &lt;a href=&quot;http://www.smtp2web.com/&quot;&gt;smtp2web&lt;/a&gt;, a simple service that accepts mail for an address (or your entire domain), and sends it via HTTP POST to a URL you specify. If you&#039;re running in a restricted environment such as App Engine, this means you can now receive email. Even if you&#039;re not, this is a lot simpler to use than writing your own SMTP server (or adding custom handlers to most existing servers).&lt;br /&gt;
&lt;br /&gt;
Someone&#039;s &lt;a href=&quot;http://almaer.com/blog/smtp2webcom-bridge-smtp-to-http-let-app-engine-accept-email&quot;&gt;already blogged about it&lt;/a&gt;, too. 
    </content:encoded>

    <pubDate>Sat, 14 Jun 2008 22:23:13 +0100</pubDate>
    <guid isPermaLink="false">http://blog.notdot.net/archives/46-guid.html</guid>
    
</item>

</channel>
</rss>