*********************************************** LiL CJs MailerBean v1.0 *********************************************** *********************************************** MailerBean created by LiL CJ aka Erica Andrews May 1,2000. This application is FREEWARE; however, it is NOT open-source. ** UNDER NO CIRCUMSTANCES WILL SOURCE CODE BE MADE AVAILABLE FOR THIS APPLICATION** The author of this application hereby grants the public unlimited *personal* use of this software provided it is *not* used for any commercial purposes or ventures whatsoever, is *not* used for any sort of profit, either directly or indirectly, and *no* portion of this software is modified in any way. No disassembly, decompilation, or other direct dealings with any source code from this software are permitted. By using this software, you agree to the terms above and acknowledge that this software is distributed on an as-is basis, without any warrantee of any kind, and agree that the author of this software will not, under any circumstances, be held responsible for any damages, losses, or inconveniences derived from the use of this software. Any use of this software which is not consistent with the aforementioned terms constitutes unauthorized, fraudulent misuse of the software, punishable in a court of law. Copyright 2000 By Erica Andrews. All Rights Reserved. cylikon@hotmail.com ./IcedPinky/ ./ButchWhipAppeal/ ********************************************* ABOUT THE MailerBean: This JavaBean GREATLY simplifies sending mail through the JavaMail API. The bean makes sending easier by allowing the developer to avoid such things as the creation of messy InternetAddress[] arrays. In addition, the MailerBean makes using multiple TO, BCC, and CC addresses easier, allows the developer to add attachments with just ONE line of code, while giving the developer COMPLETE control over such things as the SMTP host,SMTP port, Mime Type, Error/Success Messages, Headers, Properties, and Authentication. This bean supports FOUR Mime Types, including text/plain and text/html. This bean REQUIRES the JavaMail API classes VERSION 1.1.3 (earlier JavaMail versions do not support text/html mail.). In addition, you will need a recent version of the Java Activation classes (javax.activation). Both necessary libraries are FREELY available at: http://java.sun.com/products/ NOTE: This bean only supports SENDING procedures. There is no support for POP3 or receiving of messages. This bean only supports SMTP. There is current no support for IMAP and other mail protocols, and no such support is intended for the near future. ********************************************* ********************************************* USING THE BEAN: The bean is cylikon.MailerBean.Mailer Please see the included Java Docs and the MailerBeanExample.txt file for more information and help on using the bean. RUNNING THE SAMPLE CLIENT: This distribution includes a sample client, to show the bean in action. You should be able to run the client by simply executing (double clicking) on the MailerBean.jar (for JDK 1.2 and above). You can also run the client by executing the command: java cylikon.MailerBean.SampleClient ********************************************* NO TECHNICAL SUPPORT is offered for this software and no future releases are planned for the near future. DO NOT EMAIL FOR HELP! However, bug reports are welcome. ********************************************* Copyright 2000 By Erica Andrews. All Rights Reserved. cylikon@hotmail.com ./IcedPinky/ ./ButchWhipAppeal/