<?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 Class for Email</title>
	<atom:link href="http://technotes.towardsjob.com/tag/java-class-for-email/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 Class for Sending Email using Java API</title>
		<link>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</link>
		<comments>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 17:31:01 +0000</pubDate>
		<dc:creator>Tech Guy</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Java API]]></category>
		<category><![CDATA[Java Class for Email]]></category>
		<category><![CDATA[Mail using Java API]]></category>

		<guid isPermaLink="false">http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/</guid>
		<description><![CDATA[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 valid user id and password. 
Limitations [...]


Related posts:<ol><li><a href='http://technotes.towardsjob.com/java/java-commons-email-api/' rel='bookmark' title='Permanent Link: Java Commons-Email API'>Java Commons-Email API</a> <small>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...</small></li>
<li><a href='http://technotes.towardsjob.com/java/java-developers-forgetting-that-java-is-zero-indexed/' rel='bookmark' title='Permanent Link: Java Developers Forgetting that Java is zero-indexed'>Java Developers Forgetting that Java is zero-indexed</a> <small>If you&#8217;ve come from a C/C++ background, you may not find this quite as much a problem as those who have used other languages. In Java, arrays are zero-indexed, meaning that the first element&#8217;s index is actually 0. Confused? Let&#8217;s look at a quick example. // Create an array of...</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>
</ol>]]></description>
		<wfw:commentRss>http://technotes.towardsjob.com/java/java-class-for-sending-email-using-java-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>