[jboss-user] [jBPM Users] - Sending e-mails with mail tasks
sebastian.s
do-not-reply at jboss.com
Wed Oct 14 05:31:00 EDT 2009
I can't send e-mails with mail tasks. In the unit tests it worked but on my Tomcat server I am getting this:
| Caused by: javax.mail.NoSuchProviderException: smtp
| at javax.mail.Session.getService(Session.java:794)
| at javax.mail.Session.getTransport(Session.java:718)
| at javax.mail.Session.getTransport(Session.java:661)
| at javax.mail.Session.getTransport(Session.java:641)
| at javax.mail.Session.getTransport(Session.java:696)
| at org.jbpm.pvm.internal.email.impl.MailSessionImpl.send(MailSessionImpl
| .java:48)
|
I use the same configuration as for the unit test and I already checked that the SMTP-server is reachable from the box with Tomcat.
I tried raising the loglevel but regarding this exception I don't see more ever with a higher level.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4260250#4260250
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4260250
More information about the jboss-user
mailing list