SMTP Email Module

0
Buildfile: C:\Users\Indium Software\Documents\Mendix\App-main_5\deployment\build_core.xml compile:     [javac] Compiling 32 source files to C:\Users\Indium Software\Documents\Mendix\App-main_5\deployment\run\bin     [javac] C:\Users\Indium Software\Documents\Mendix\App-main_5\javasource\smtpemailmodule\mail\EmailModule.java:12: error: package com.mendix.util.classloading does not exist     [javac] import com.mendix.util.classloading.Runner;     [javac]                                    ^     [javac] C:\Users\Indium Software\Documents\Mendix\App-main_5\javasource\smtpemailmodule\mail\EmailModule.java:130: error: cannot find symbol     [javac]         new Runner<Object>()     [javac]             ^     [javac]   symbol:   class Runner     [javac]   location: class EmailModule     [javac] Note: C:\Users\Indium Software\Documents\Mendix\App-main_5\javasource\encryption\pgp\PGPUtils.java uses or overrides a deprecated API.     [javac] Note: Recompile with -Xlint:deprecation for details.     [javac] 2 errors BUILD FAILED C:\Users\Indium Software\Documents\Mendix\App-main_5\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 3 seconds
asked
2 answers
0

I would advise you to use this module: https://marketplace.mendix.com/link/component/259

 

answered
0

Have you just upgraded from an earlier version of Mendix?

I think that class was deprecated in Mendix 7 which could explain the error you are seeing.

The solution would be to find a newer version of the module on the Marketplace that is compatible with the version of Mendix you are using. 

Hope this helps.

answered