All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class MSBMail.RMailServlet

MSBMail.RMailServlet

public class RMailServlet

Handle the HTTP POST method by sending an e-mail.

This servlet is used to send e-mail from you web server. The example applets provided with RMail will work with this servlet if you include the parameter RMAIL_SERVLET in the applet.

The servlet requires the following parameters to be included in the servlet.properties file:

for example, the file servlet.properties could be: RMailServer.initparams=SERVER=127.0.0.1,COMPUTER=127.0.0.1,USER=user@company.com,DEBUG=Y


All Packages  Class Hierarchy  This Package  Previous  Next  Index