smtp module Java Compile Errors

0
I'm trying to test out the SMTPEmailModule downloaded from  https://docs.mendix.com/howto/extensibility/install-and-configure-the-smtp-module when i get to step 3.2, I'm getting the following error when i try to run it locally:  Buildfile: C:\mendix_training\tst_emailModule-main\deployment\build_core.xml compile:     [javac] Compiling 57 source files to C:\Users\kuop\OneDrive - ConocoPhillips\mendix_training\tst_emailModule-main\deployment\run\bin     [javac] C:\mendix_training\tst_emailModule-main\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:\mendix_training\tst_emailModule-main\javasource\smtpemailmodule\mail\EmailModule.java:130: error: cannot find symbol     [javac]         new Runner<Object>()     [javac]             ^     [javac]   symbol:   class Runner     [javac]   location: class EmailModule     [javac] 2 errors BUILD FAILED C:\mendixtest\tst_emailModule-main\deployment\build_core.xml:29: Compile failed; see the compiler error output for details. Total time: 3 seconds  
asked
2 answers
0

It seems like an old module check the app store if any new version exists or try to replace it with the email with templates module.

answered
0

Hi Phillip,

I recommend using the email module with templates. Its pretty easy to setup and I use it in all my projects

https://appstore.home.mendix.com/link/app/259/Mendix/E-mail-module-with-templates

 

Here is a question where I gave some steps on how to setup the module.

https://forum.mendix.com/link/questions/89106

 

Hope this helps!

 

answered