is anyone using the MailPro plugin (from servoy-plugins.de) with the latest Servoy 2025.09 (Jakarta) release?
We tried updating our solution that relies on this plugin, but Servoy completely breaks β no plugins are loaded at all (only the SPM services appear).
It looks like the .jar file is still using javax, which is probably causing the issue.
Does anyone have any information about the current state or future of this project?
For example, is it available on GitHub or open source so that the community could fork and maintain it?
This is currently a major blocker for us β we cannot move to the latest Servoy release without either completely rewriting our mail logic to use servoy.mail, or having a working update of the MailPro plugin.
If anyone has any information, updates, or insight on the status of the plugin, we would really appreciate it.
I am looking into it. Itβs a bit of a major operation, as java.mail has been replaced by jakarta.mail and the servlet API has also been replaced due to the new Tomcat. I have it running already, but a few issues remain.