User: mnf999  
  Date: 01/08/29 15:30:19

  Added:       src/etc/conf/default mail-service.xml
  Log:
  The mail services is done as an added xml snippet in lib/deploy
  
  Revision  Changes    Path
  1.1                  jboss/src/etc/conf/default/mail-service.xml
  
  Index: mail-service.xml
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  
  
  <!-- ===================================================================== -->
  <!--                                                                       -->
  <!--  Sample email Service Configuration                                   -->
  <!--                                                                       -->
  <!-- ===================================================================== -->
  
  <server>
  
  
    <classpath archives="mail.jar"/>
    
    <!-- ==================================================================== -->
    <!-- Mail Connection Factory                                              -->
    <!-- ==================================================================== -->
  
    <mbean code="org.jboss.mail.MailService" name="JBOSS-SYSTEM:service=Mail">
      <attribute name="JNDIName">Mail</attribute>
      <attribute name="ConfigurationFile">mail.properties</attribute>
      <attribute name="User">user_id</attribute>
      <attribute name="Password">password</attribute>
    </mbean>
  
  </server>
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to