catlett     01/04/20 11:41:37

  Modified:    mailer/examples/web index.html
  Log:
  updated to make use of example jsp clearer
  
  Revision  Changes    Path
  1.3       +2 -1      jakarta-taglibs/mailer/examples/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/mailer/examples/web/index.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.html        2001/04/13 22:39:51     1.2
  +++ index.html        2001/04/20 18:41:34     1.3
  @@ -10,7 +10,8 @@
   <h1>
   MAILER Taglib Example</h1></center>
   <br>
  -The example jsp page for the Mailer taglib requires that the mail.jar file from the 
JavaMail package, and the activation.jar file from the Java Beans Activation Framework 
package (JAF) to be installed.  It also requires that SMTP host be the local machine.
  +The example jsp page for the Mailer taglib requires the javamail package to be
  +installed, and it requires that the SMTP host = localhost.
   <br><br>
   See the output from the <a href="mailer.html">mailer.jsp</a> example page.
   <br>
  
  
  

Reply via email to