Hi,
We have Aspose.Total.Java.lic license. It is not working for email. I am setting the license as below:
com.aspose.email.License license = new com.aspose.email.License();
try {
license.setLicense("…/Aspose.Total.Java.lic");
} catch (Exception e) {
e.printStackTrace();
}
and license file is located in tomee where bin folder laocated.
Please help me out.