47 lines
3.1 KiB
HTML
47 lines
3.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<LINK rel="stylesheet" type="text/css" href="../../../rzahg/ic.css">
|
|
|
|
<title>JavaMail</title>
|
|
</head>
|
|
|
|
<BODY>
|
|
<!-- Java sync-link -->
|
|
<SCRIPT LANGUAGE="Javascript" SRC="../../../rzahg/synch.js" TYPE="text/javascript"></SCRIPT>
|
|
|
|
<h3><a name="jmail"></a>JavaMail</h3>
|
|
|
|
<p>The JavaMail APIs model an electronic mail (e-mail) system. The APIs provide a platform-independent and protocol-independent framework to build Java-based e-mail client applications. WebSphere Application Server - Express supports the Sun Microsystems Inc. <a href="http://java.sun.com/products/javamail/javamail-1_2.html" target="_blank">JavaMail version 1.2</a> <img src="www.gif" alt="Link outside Information Center" width="19" height="15"> and the <a href="http://java.sun.com/products/javabeans/glasgow/JAF-1.0.pdf" target="_blank">JavaBeans Activation Framework (JAF) version 1.0.1</a> <img src="www.gif" alt="Link outside Information Center" width="19" height="15"> specifications.</p>
|
|
|
|
<p>WebSphere Application Server - Express supports JavaMail in all Web application components, including servlets and JavaServer Pages (JSP) files.</p>
|
|
|
|
<p>These topics provide more information on using the JavaMail APIs to write applications for the iSeries server e-mail providers.</p>
|
|
|
|
<blockquote>
|
|
<p><strong><a href="jmluse.htm">Overview of JavaMail APIs</a></strong>
|
|
<br>This topic provides an overview of the requirements for using JavaMail, including the necessary APIs, service providers, and protocols.</p>
|
|
|
|
<p><strong><a href="jmlcnfig.htm">Configure JavaMail</a></strong>
|
|
<br>This topic provides instructions for configuring a JavaMail session using the WebSphere administrative console and links to information about setting up e-mail services on your iSeries server.</p>
|
|
|
|
<p><strong><a href="jmlwrite.htm">Write JavaMail applications</a></strong>
|
|
<br>This topic discusses how to access e-mail using the JavaMail APIs.</p>
|
|
|
|
<p><strong><a href="jmldebug.htm">Debug JavaMail</a></strong>
|
|
<br>This topic explains how to send debugging information to the Java virtual machine log file for your application server.</p>
|
|
</blockquote>
|
|
|
|
<p>For more information about JavaMail, see these resources:</p>
|
|
|
|
<p><strong>Programming model and decisions</strong></p>
|
|
<ul>
|
|
<li><p><a target="_blank" href="http://java.sun.com/products/javamail/index.html"><strong>JavaMail documentation</strong></a> <img src="www.gif" width="18" height="15" alt="Link outside Information Center" border="0">
|
|
<br>This documentation includes information about the JavaMail programming model.</p></li>
|
|
<li><p><a target="_blank" href="http://www.javasoft.com/products/javamail/1.2/docs/javadocs/overview-summary.html"><strong>JavaMail 1.2 API documentation</strong></a> <img src="www.gif" width="18" height="15" alt="Link outside Information Center" border="0"> (http://www.javasoft.com/products/javamail/1.2/docs/javadocs/overview-summary.html)
|
|
<br>This documentation provides programming specifications for JavaMail.</p></li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html> |