[jboss-user] [jBPM] New message: "Re: Unable to set the mail configuration properties in JBPM 4.0"

Anand Kumar do-not-reply at jboss.com
Fri Jan 22 08:01:47 EST 2010


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




More information about the jboss-user mailing list