I use the following code to send mail.Text message sending is working fine but Mail with attachment is not working it gives the Exception.How to solve this
Pls refer to this link: http://forum.spring.io/forum/osgi-related/dm-server-general/61205-problems-sending-mime-multipart-mails
It explains a probable cause of the problem and generally advise on resolving same.
I encountered same while using apache camel on jboss fuse. I had to modify my pom.xml... see snippets below:
org.apache.camel
camel-mail
2.10.0
com.sun.mail
javax.mail
1.5.1
com.sun.mail.handlers, *