I tried using Appache Commons.Net but it has no Attachments. I also tried using Appache Commons Email but its JDK compliance is 1.5.
I tried using JavaMail 1.4.7 and it works fine in the PC but when I installed it on our device, I am having errors with java.awt.datatransfer.Transferable / java.awt.datatransfer.DataFlavor (NoClassDefFound). I noticed it was included in the activation.jar and it was needed to use JavaMail for devices with JDK 1.4.
Are there any other libraries for free that can send via SMTP with attachments or any fix for the NoClassDef error in JavaMail?