MailPro with Servoy 2025.09

Hey everyone,

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?

Thanks,
Vik

Is no one using MailPro in their projects?

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.

Thanks in advance!
Vik

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.

2 Likes

Thanks Patrick, that’s really good to hear.
Do you have any plans or intentions to host the project on GitHub and make it public?