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

Peter Muir peter at bleepbleep.org.uk
Fri Feb 2 11:58:44 EST 2007


  User: pmuir   
  Date: 07/02/02 11:58:44

  Modified:    examples/mail/view  index.xhtml
  Log:
  typos
  
  Revision  Changes    Path
  1.8       +2 -2      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.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- index.xhtml	2 Feb 2007 16:49:09 -0000	1.7
  +++ index.xhtml	2 Feb 2007 16:58:44 -0000	1.8
  @@ -34,8 +34,8 @@
       </h:form>
       
       <h1>Help!</h1>
  -    <p>If you have problems sending emails from this example it's likely you have a firewall blocking outgoing email.  You'll need to edit <code>&lt;mail:mailSession&gt;</code> in <code>resources/WEB-INF/components.xml</code> a<code>&lt;mail:mailSession&gt;</code>, set a SMTP gateway to relay via and then run the <code>ant deploy</code> again.</p>
  +    <p>If you have problems sending emails from this example you might have a firewall blocking outgoing email.  You'll need to edit <code>&lt;mail:mailSession&gt;</code> in <code>resources/WEB-INF/components.xml</code> a <code>&lt;mail:mailSession&gt;</code>, set a SMTP gateway to relay via and then run the <code>ant deploy</code> again.</p>
       
  -    <p>This example deploys an SMTP server (<code>buni-mail.ear</code>) which listens for authenticated connections on <code>localhost:2525</code>.  This might fail if you another service using port 2525 (you'll get a lot of errors when the applicaiton is deployed), set a SMTP gateway as descrived above.</p>
  +    <p>This example deploys an SMTP server (<code>buni-mail.ear</code>) which listens for authenticated connections on <code>localhost:2525</code>.  This might fail if you have another service using port 2525 (you'll get a lot of errors when the applicaiton is deployed).  To get around this you can set a SMTP gateway as descrived above.</p>
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list