<?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>Technical Notes&#187; Java Opensource Email API</title>
	<atom:link href="http://technotes.towardsjob.com/tag/java-opensource-email-api/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotes.towardsjob.com</link>
	<description>Technical Notes about Oracle, DotNet, Java, SQL Server, XML and UNIX</description>
	<lastBuildDate>Tue, 18 May 2010 01:45:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Java Commons-Email API</title>
		<link>http://technotes.towardsjob.com/java/java-commons-email-api/</link>
		<comments>http://technotes.towardsjob.com/java/java-commons-email-api/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 14:35:26 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Commons API]]></category>
		<category><![CDATA[Java Email API]]></category>
		<category><![CDATA[Java Opensource Email API]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-commons-email-api/</guid>
		<description><![CDATA[Introduction
Commons-Email provides an API for sending email. It is built on top of the Java Mail API, which it aims to simplify. Some of the mail classes that are provided are as follows: 

SimpleEmail &#8211; This class is used to send basic text based emails. 
MultiPartEmail &#8211; This class is used to send multipart messages. [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/' rel='bookmark' title='Permanent Link: Java Class for Sending Email using Java API'>Java Class for Sending Email using Java API</a> <small>Introduction This is a java class file for sending mails using java APIs. It requires two jar files to be set in the class path. Also Java J2SDK is required to compile or run this code. A valid SMTP server ip is required and that should be authenticated by a...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-api-for-voice-based-solutions/' rel='bookmark' title='Permanent Link: Java API for Voice Based Solutions'>Java API for Voice Based Solutions</a> <small>Introduction Voice based solutions are needed when there is a legal requirement to play back an already recorded statement, recording and playing back the telephony conversations, speech recognition systems, visually impaired people, for training customer support representations and so on. Voice based solutions can be implemented using J2SE Java Sound...</small></li>
<li><a href='http://technotes.towardsjob.com/java/capitalization-errors-while-java-programming/' rel='bookmark' title='Permanent Link: Capitalization Errors while Java Programming'>Capitalization Errors while Java Programming</a> <small>This is one of the most frequent errors that we all make. It&#8217;s so simple to do, and sometimes one can look at an uncapitalized variable or method and still not spot the problem. I myself have often been puzzled by these errors, because I recognize that the method or...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-commons-email-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>