![]() |
![]() |
||||
![]() |
|
||||
![]() |
|
CS Email Package : Readme
The CS Email Package is a set of java classes that makes it easy to send email from any Java application, applet or servlet.
distribution
directory) into the correct directory.
For instance, if your app is the in the directory yourCurrentDirectory
, the
directories should be setup in the following way:
yourCurrentDirectory/ ExampleApp.java / com / / coolservlets / / email / / <email classes>where
<email classes>
are the .class files included in the distribution.
demo/
directory of this
distribution (or view the Demo page) for sample uses of the servlet.
To include the classes in your Java program, just do:
import com.coolservlets.email;
distribution
directory). To use it,
add the JAR file CSEmail.jar
to your
CLASSPATH
. Then you will be able to add import com.coolservlets.email;
to your code.
Bugs in the servlet can be reported to bugs@coolservlets.com. You may also send descriptions of any other problems you are having with the servlet to that address, but we can't guarantee a reply due to our busy schedules.
If you require technical support, please see below for information about how to purchase it.
source
folder in this distribution. If you would like compile it, you'll need the Servlet SDK which is available
on the Java website: http://java.sun.com.
Purchasing technical support guarantees a quick resolution to any problems you have with CoolServlets.com servlets. It is also a great way to aid the continued development of further high quality, free, open-source servlets.
However, there are a few voluntary things that we would really appreciate: provide links back to CoolServlets.com instead of redistributing the code (this wguaranteentee that people will always be able to get the latest version), and send us bug reports or feature requests. Also, we encourage you to put the CoolServlets.com button somewhere on your site so that other people can find out about our free servlets. Please spread the word about CoolServlets.com!
Copyright (C) 1999 Matt Tucker, Bill Lynch This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
![]() |