I am new to working with jakarta.mail. I am getting the following error when creation the Session object for jakarta.mail.
java.lang.IllegalStateException: Not provider of jakarta.mail.util.StreamProvider was found
The error is thrown by the FactoryFinder class find method when called by the StreamProvider class provider method, seems there are no available service providers?? Not sure what this means, new to writing email notification code.
authenticator is null, port is 25.