alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Commons Email example source code file (index.xml)

This example Commons Email source code file (index.xml) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Commons Email tags/keywords

apache, api, asf, commons, commons, email, it, license, license, the, the, this, this, you

The Commons Email index.xml source code

<?xml version="1.0"?>
<!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
 this work for additional information regarding copyright ownership.
 The ASF licenses this file to You under the Apache License, Version 2.0
 (the "License"); you may not use this file except in compliance with
 the License.  You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<document>
 <properties>
  <title>Home
  <author email="dev@commons.apache.org">Commons Documentation Team
 </properties>
<body>
<!-- ================================================== -->
<section name="Commons Email">
<p>
Commons Email aims to provide a API for sending email.
It is built on top of the Java Mail API, which it aims to simplify.
</p>
<p>
Some of the mail classes that are provided are as follows:
<ul>
<li>
<b>SimpleEmail -
This class is used to send basic text based emails.
</li>
<li>
<b>MultiPartEmail -
This class is used to send multipart messages.
This allows a text message with attachments either inline or attached.
</li>
<li>
<b>HtmlEmail -
This class is used to send HTML formatted emails.
It has all of the capabilities as MultiPartEmail allowing attachments to be easily added.
It also supports embedded images.
</li>
<li>
<b>EmailAttachment -
This is a simple container class to allow for easy handling of attachments.
It is for use with instances of MultiPartEmail and HtmlEmail.
</li>
</ul>
</p>
</section>
<!-- ================================================== -->
<section name="Documentation">
<p>
The <a href="userguide.html">Commons Email User Guide covers many
typical cases and provides several useful examples.
</p>
<p>
The JavaDoc API documents are available online:
</p>
<ul>
<li>The current release 1.2
<li>The previous version 1.1
<li>The previous version 1.0
<li>The latest SVN
</ul>
<p>
The <a href="cvs-usage.html">subversion repository can be
<a href="http://svn.apache.org/viewvc/commons/proper/email/trunk/">browsed.
</p>
</section>
<!-- ================================================== -->
<section name="Releases">
<p>
The latest version v1.2, is JDK 1.4 compatible -  
<a href="http://commons.apache.org/downloads/download_email.cgi">Download now!
The full <a href="changes-report.html">change log is available </p> <p> For previous releases, see the <a href="http://archive.apache.org/dist/commons/email/">Apache Archive. </p> </section> <!-- ================================================== --> <section name="Support"> <p> The <a href="mail-lists.html">commons mailing lists act as the main support forum. The user list is suitable for most library usage queries. The dev list is intended for the development discussion. Please remember that the lists are shared between all commons components, so prefix your email by [email]. </p> <p> Issues may be reported via <a href="issue-tracking.html">ASF JIRA. </p> </section> <!-- ================================================== --> </body> </document>

Other Commons Email examples (source code examples)

Here is a short list of links related to this Commons Email index.xml source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.