When I run under java 1.6, I get the following error with trying to send email with the forgotten password portlet:
Failed to send forgotten password email to user with email address because Failed messages: javax.mail.MessagingException: IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=us-ascii looking around, I've determined that the error is apparently due to a conflict from the inclusion of the java activation framework classes in to the 1.6 jvm. When I run under 1.5, it works. I've tried removing all the activation jars I could find, but it still fails. Any ideas what else I should try? thanks, Linus
