I need to send jbpm-reminder-mails through server that requires
smtp-authentification.
In 'jbpm.mail.properties' I can't set the password, so authentification will
always fail...
In org.jbpm.mail.Mail I encountered following line:
| Transport.send(message);
|
I think I need to send my mail like this:
| Transport transport = session.getTransport("smtp");
| transport.connect(host, user, pwd);
| transport.sendMessage(message, message.getAllRecipients());
| transport.close();
|
Any ideas?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4137393#4137393
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4137393
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user