[jboss-cvs] jboss-seam/examples/mail/view ...

Peter Muir peter at bleepbleep.org.uk
Sun Jan 28 16:58:55 EST 2007


  User: pmuir   
  Date: 07/01/28 16:58:55

  Modified:    examples/mail/view  index.xhtml
  Log:
  Get javax.mail.Session from JNDI if available
  
  Revision  Changes    Path
  1.6       +6 -1      jboss-seam/examples/mail/view/index.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: index.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/mail/view/index.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- index.xhtml	25 Jan 2007 18:26:37 -0000	1.5
  +++ index.xhtml	28 Jan 2007 21:58:55 -0000	1.6
  @@ -14,7 +14,12 @@
      
       <h1>Sample Emails</h1>
       
  -    <p>If you aren't running a smtp server on localhost:25 you need to setup mailSession in components.xml</p>
  +    <p>If you are using JBoss AS, you should configure deploy/mail-service.xml and set a SMTP gateway server.</p>
  +    
  +    <p>Otherwise you should configure a mailSession using components.</p>
  +    
  +    <p>See the reference manual for more.</p>
  +    
       
       <h:form>
           <h:panelGrid columns="2">
  
  
  



More information about the jboss-cvs-commits mailing list