<?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>Adityon &#187; Java/J2ee &amp; open source</title>
	<atom:link href="http://blog.adityon.com/category/java-j2ee-and-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.adityon.com</link>
	<description>Simpler solution for complex problem. Think different - Keshav Shetty</description>
	<lastBuildDate>Sat, 04 Jun 2011 17:32:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Run JBoss as a service on Windows</title>
		<link>http://blog.adityon.com/2009/11/run-jboss-as-a-service-on-windows/</link>
		<comments>http://blog.adityon.com/2009/11/run-jboss-as-a-service-on-windows/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:51:00 +0000</pubDate>
		<dc:creator>Keshav Shetty</dc:creator>
				<category><![CDATA[Java/J2ee & open source]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[jboss]]></category>

		<guid isPermaLink="false">http://blog.adityon.com/2009/11/run-jboss-as-a-service-on-windows/</guid>
		<description><![CDATA[
RunJBossAsAServiceOnWindows
 http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWIndows
]]></description>
			<content:encoded><![CDATA[<div>
<h2>RunJBossAsAServiceOnWindows</h2>
<p> http://www.jboss.org/community/wiki/RunJBossAsAServiceOnWIndows</p></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.adityon.com/2009/11/run-jboss-as-a-service-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javax.mail.SendFailedException for invalid email addresses</title>
		<link>http://blog.adityon.com/2009/11/javax-mail-sendfailedexception-for-invalid-email-addresses/</link>
		<comments>http://blog.adityon.com/2009/11/javax-mail-sendfailedexception-for-invalid-email-addresses/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 17:51:00 +0000</pubDate>
		<dc:creator>Keshav Shetty</dc:creator>
				<category><![CDATA[Java/J2ee & open source]]></category>
		<category><![CDATA[getValidUnsentAddresses]]></category>
		<category><![CDATA[j2ee]]></category>
		<category><![CDATA[javax mail]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://blog.adityon.com/2009/11/javax-mail-sendfailedexception-for-invalid-email-addresses/</guid>
		<description><![CDATA[In java and j2ee we often send emails from our applications, Many times we get SendFailedException because few of the recipient email address are invalid which causes email delivery failure for even the valid recipient email address.
In order to bypass this exception and deliver the emails for valid email addresses, we can add following settings or enable properties so that whole email not rejected.
props.setProperty(&#8220;mail.smtp.sendpartial&#8221;, &#8220;true&#8221;);
or
props.put(&#8220;mail.smtp.sendpartial&#8221;,true);
In case if you still get this issue, then you need to check your server settings.
Also you can catch SendFailedException and find out valid unsent address ...]]></description>
			<content:encoded><![CDATA[<p>In java and j2ee we often send emails from our applications, Many times we get SendFailedException because few of the recipient email address are invalid which causes email delivery failure for even the valid recipient email address.</p>
<p>In order to bypass this exception and deliver the emails for valid email addresses, we can add following settings or enable properties so that whole email not rejected.</p>
<p>props.setProperty(&#8220;mail.smtp.sendpartial&#8221;, &#8220;true&#8221;);</p>
<p>or</p>
<p><span style="FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: x-small">props.put(&#8220;mail.smtp.sendpartial&#8221;,true);</span></p>
<p>In case if you still get this issue, then you need to check your server settings.</p>
<p>Also you can catch SendFailedException and find out valid unsent address using ex.<span style="FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: x-small">getValidUnsentAddresses()</span></p>
<p><span style="FONT-FAMILY: Verdana,Arial,Helvetica; FONT-SIZE: x-small"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.adityon.com/2009/11/javax-mail-sendfailedexception-for-invalid-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

