5 Replies Latest reply on May 22, 2012 3:51 AM by hantsy

    Is this a bug of Seam Mail ?

    hantsy

      I found the following line in MailUtitily class.

       

       

      props.setProperty("mail.smtp.starttls.enable", mailConfig.getEnableSsl().toString());

       

      I found there is a enableTls property of MailConfig, but set the value of enableSsl property, is this correctly? or it is a bug?