<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Javamail SMTP over TLS using SSLv3</title>
	<atom:link href="http://bairdblog.wordpress.com/2008/04/14/javamail-smtp-over-sshtls/feed/" rel="self" type="application/rss+xml" />
	<link>http://bairdblog.wordpress.com/2008/04/14/javamail-smtp-over-sshtls/</link>
	<description>A periodic journal</description>
	<lastBuildDate>Wed, 19 Nov 2008 03:06:09 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Steven</title>
		<link>http://bairdblog.wordpress.com/2008/04/14/javamail-smtp-over-sshtls/#comment-15</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Wed, 19 Nov 2008 03:06:09 +0000</pubDate>
		<guid isPermaLink="false">http://bairdblog.wordpress.com/?p=20#comment-15</guid>
		<description>Thank you!

I&#039;ve been battling with this all day.  Most of the examples I was working off of used:

props.put(&quot;mail.smtp.socketFactory.port&quot;, SMTP_PORT);
props.put(&quot;mail.smtp.socketFactory.class&quot;, SSL_FACTORY);
props.put(&quot;mail.smtp.socketFactory.fallback&quot;, &quot;false&quot;);

I kept getting error messages about &quot;plain text ?&quot;

After reading your post, I removed these and it finally worked :-)</description>
		<content:encoded><![CDATA[<p>Thank you!</p>
<p>I&#8217;ve been battling with this all day.  Most of the examples I was working off of used:</p>
<p>props.put(&#8220;mail.smtp.socketFactory.port&#8221;, SMTP_PORT);<br />
props.put(&#8220;mail.smtp.socketFactory.class&#8221;, SSL_FACTORY);<br />
props.put(&#8220;mail.smtp.socketFactory.fallback&#8221;, &#8220;false&#8221;);</p>
<p>I kept getting error messages about &#8220;plain text ?&#8221;</p>
<p>After reading your post, I removed these and it finally worked <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kornel</title>
		<link>http://bairdblog.wordpress.com/2008/04/14/javamail-smtp-over-sshtls/#comment-14</link>
		<dc:creator>Kornel</dc:creator>
		<pubDate>Thu, 26 Jun 2008 09:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://bairdblog.wordpress.com/?p=20#comment-14</guid>
		<description>Hmm, I&#039;m wondering how you&#039;ve managed to get javamail 1.4 working on WebSphere. I&#039;m working on Websphere App Server 6.1 and I can&#039;t send any email using smtps. I&#039;ve tried to add Javamail 1.4 (Webspheres javamail is 1.3, wtihout SSL support) as a shared library to my project, but that doesn&#039;t work (I get NCDF exceptions).
Whatsmore, I&#039;ve tried to add a mail provider in Webspheres resources with smtps as the protocol, but this doesn&#039;t work too (for very strange reasons, like when the protocol is set to smtps, it tries to connect to localhost:25, irrespective what address you provide). Did it work in your case (SMTPS) on Websphere??</description>
		<content:encoded><![CDATA[<p>Hmm, I&#8217;m wondering how you&#8217;ve managed to get javamail 1.4 working on WebSphere. I&#8217;m working on Websphere App Server 6.1 and I can&#8217;t send any email using smtps. I&#8217;ve tried to add Javamail 1.4 (Webspheres javamail is 1.3, wtihout SSL support) as a shared library to my project, but that doesn&#8217;t work (I get NCDF exceptions).<br />
Whatsmore, I&#8217;ve tried to add a mail provider in Webspheres resources with smtps as the protocol, but this doesn&#8217;t work too (for very strange reasons, like when the protocol is set to smtps, it tries to connect to localhost:25, irrespective what address you provide). Did it work in your case (SMTPS) on Websphere??</p>
]]></content:encoded>
	</item>
</channel>
</rss>
