Email Connector - Java action was not implemented

0
Hi Team,  I am getting a Error while I configuring Email connector in my app getting a Error Java action was not implemented. Before using this Email connector , I was using Email with Template that time email was working fine.  Note: Email with template is deprecated that’s I moved to Email connector  I have Deleted Email with connector module and I freshly I download Email connector module from marketplace with all dependent modules like Mx model Reflection , Encryption. I am using studio pro 9.18.3 
asked
2 answers
0

This is the default message from a Custom Java Action that hasn’t been written. 

I suggest looking in your logs, it should say the name of the action with the problem and you can look there to fix it.

Good luck!

answered
0

I suggest that you start fresh.

once you install the module quit the modeler(studio pro)

open the project any java project IDE like Eclipse.

Build the project in that IDE. (if you wish then you can check the java codes too inside the EmailModule package)
Then open the modeler and run the project.

 

Good luck

answered