|
Commons Email example source code file (index.xml)
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! 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 |
Copyright 1998-2024 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.