User development,

A new message was posted in the thread "Unable to set the mail configuration 
properties in JBPM 4.0":

http://community.jboss.org/message/521728#521728

Author  : Anand Kumar
Profile : http://community.jboss.org/people/akstifr

Message:
--------------------------------------------------------------
Even after setting the following properties...still i am unable to send mail 
from the standalone java application.
Here are the properties that i have set to send the mail
 
          props.put("mail.transport.protocol", "smtps");
          props.put("mail.host", SMTP_HOST_NAME);
          props.put("mail.host", SMTP_HOST_PORT);
          props.put("mail.smtps.auth", "true");
          props.put("mail.smtps.quitwait", "false");
          props.put("mail.smtps.starttls.enable", "true");

--------------------------------------------------------------

To reply to this message visit the message page: 
http://community.jboss.org/message/521728#521728


_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to