Logo of Bento frameworkspaceObject Oriented Programming


JBuilder 2007

MailScheduler

Free source code example for Bento framework...

Seeing is believing! First of all, please enjoy the example of Bento framework that is running on our web site. It is the simple photo Blog where you can upload the image files by your web browser (multipart/form-data), or e-mail with file attachment. After you grasp how it works, please explore its source code. The source code of the example is included in the FREE trial version of Bento framework.

[ Try and download example ... ]

If you send bulk e-mail ...

If you send bulk e-mail at the scheduled time, we recommend BulkEmailSender, another Java API by OOP-Research.

Introduction ...

MailScheduler is the Java API to send e-mails at the scheduled time in the future. The scheduled e-mails are stored into the SQL table by the Object Serialization. At the scheduled time, the back-ground Thread will select the e-mail from the SQL table and send it to the SMTP server. If the communications with the SMTP server fails, the back-ground Thread will try to send the e-mail up to the specified count. Even if JSP/Servlets sends the e-mails immediately, it is desirable to queue the e-mails to avoid the over-head by the slow response from SMTP server.

Read Java doc / FREE Download

You can read the Java doc for this API online. Or it is included in the trial version of this API and you can download it at FREE.

Java doc README
Trial License Product License (PDF)
Download

Copyright © 1997-2008 OOP-Research CorporationTM, All Rights Reserved.

Valid XHTML 1.0! Valid CSS!