0 Replies Latest reply on Apr 26, 2004 8:09 PM by chief

    How to change the mail port in Jboss 3.2.4RC1?

    chief

      Hi,

      I have tried to set a different port using;

      < property name="mail.transport.protocol" value="smtp"/ >

      < property name="mail.smtp.host" value="[ip address]"/ >
      < property name="mail.smtp.port" value="[port num]"/ >

      as the mail server is not using the default port, but this does not seem to work. Does anyone know how to change the mail port in Jboss?