# ReadMe.txt for org.clazzes.fancymail project # $Id$ FancyMail provides several Mail functionalities from - sending a simple mail at once to - complex regular (cron like) mails with attachements resolved at sending time These examples, all located in src/test/java/org/org/clazzes/fancymail/examples can serve as first starting point: SendSimpleMail.java Tries (at once) to a simple eMail to an address read interactively, using localhost as SMTP server. This shows the usage of the simple SMTPClient class. SendSimpleMailsAsynchronously Tries to send a few simple test eMails almost at once, but asynchronously using a in-memory mail queue. This shows the simpliest usage of the MailEngine as well as the MailFactory/MailReportConsumer pattern. .