<?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>Noa&#039;s blog &#187; rjmailer</title>
	<atom:link href="http://noa.resare.com/category/programming/rjmailer/feed/" rel="self" type="application/rss+xml" />
	<link>http://noa.resare.com</link>
	<description>moderately interesting words about things going through my mind</description>
	<lastBuildDate>Fri, 29 Jan 2010 23:56:06 +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>rjmailer in the real world</title>
		<link>http://noa.resare.com/2009/11/rjmailer/</link>
		<comments>http://noa.resare.com/2009/11/rjmailer/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 12:56:58 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[rjmailer]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=274</guid>
		<description><![CDATA[One of my little pet projects is the rjmailer java email sending library. It does one specific thing, sending email, but does it with a twist: it actually tells you a lot about how the delivery went compared to other email sending solutions.
This is useful for example when you are about to sign up to [...]]]></description>
			<content:encoded><![CDATA[<p>One of my little pet projects is the <a href="http://rjmailer.org/">rjmailer</a> java email sending library. It does one specific thing<em>, sending email, </em>but does it with a twist: it actually tells you a lot about how the delivery went compared to other email sending solutions.</p>
<p>This is useful for example when you are about to sign up to an online service that requires your email to be validated by sending an email  message with a link for you to click to activate your account. If you spell your email address incorrectly the registration will fail, but you will not typically get any feedback that the email delivery failed.<img class="alignright size-full wp-image-199" title="Mr Postman" src="/wp-content/uploads/2009/04/rj-mailman.png" alt="Mr Postman" width="107" height="252" /></p>
<p>With rjmailer it is possible to build an online service that tells the users if an email delivery failed right away in the web form that was used to register. Having this information can help the user to correct a spelling error or remove messages from a full inbox.</p>
<p>I released the initial public version of this piece of software back in april, but I haven't really had any time to start using it at work until now. This past week I spent a few hours modifying one of our projects, <a href="http://biblesearch.org">http://biblesearch.org</a>, to use rjmailer when sending out account activation links and report back to the user if there was an issue sending out the mail. Feel free to try it out if you want, registering is free. Just fill out the form at the new user <a href="http://biblesearch.org/newuser">registration page</a>.</p>
<p>While adding this feature I found a few small issues in rjmailer, so there is a new version available for <a href="http://rjmailer.org/">download</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/11/rjmailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing rjmailer</title>
		<link>http://noa.resare.com/2009/04/introducing-rjmailer/</link>
		<comments>http://noa.resare.com/2009/04/introducing-rjmailer/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 19:20:43 +0000</pubDate>
		<dc:creator>noa</dc:creator>
				<category><![CDATA[rjmailer]]></category>
		<category><![CDATA[Free Software]]></category>
		<category><![CDATA[SMTP]]></category>

		<guid isPermaLink="false">http://noa.resare.com/?p=198</guid>
		<description><![CDATA[Today I have decided that it is time to publish rjmailer, a programming project that I have worked with on spare time for the last two years or so. In my own view, rjmailer is the most useful piece of software I have written yet, and I have some faith that in time others will [...]]]></description>
			<content:encoded><![CDATA[<p>Today I have decided that it is time to publish rjmailer, a programming project that <img class="alignright size-full wp-image-199" title="rj-mailman" src="http://noa.resare.com/wp-content/uploads/2009/04/rj-mailman.png" alt="rj-mailman" width="107" height="252" />I have worked with on spare time for the last two years or so. In my own view, rjmailer is the most useful piece of software I have written yet, and I have some faith that in time others will find it useful as well. Thanks to my amazing partner Alex, it even has it's own mascot and webpage to go with the release. I love you man!</p>
<p>rjmailer is a programming library that sends mail. There are some other pieces of software that does that, but they usually hand off their messages to the mail system and don't give much feedback to the user. rjmailer is not like that. It goes out of it's way to provide as much information as possible about the mail delivery and can in many cases give detailed and quick information about failures such as misspelled usernames or domain names.</p>
<p>Lets say you run a web based service that require people to register with some email address. You want to verify that the address is valid, so you send an email to the address that the user provided when signing up and require her to click a link in that message to activate your account. We're all used to this, but there are lots of things that can go wrong. The user can misspell her email address, or there can be some problem with her email server that causes the activation message to bounce. If you are unlucky you lose a member or even someone that can later be converted to a paying customer.</p>
<p>If that sounds interesting, please have a look at <a href="http://rjmailer.org/">rjmailer.org</a>. However, please be warned: this is beta software. It is not yet fully tested, has bugs and will probably lose your mail for the moment.</p>
]]></content:encoded>
			<wfw:commentRss>http://noa.resare.com/2009/04/introducing-rjmailer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
