You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I was trying to configure SMIME signing of mail. Finally succedded. But had problem that I used functions signWithSmime(). But saw no effect. Maybe it would be nice to add some note in documentation in the section "Signing / encrypting emails with S/MIME".
Maybe something like:
!! If you don't have class (...) from ..jar the signing won't work but print no error.
bbottema
changed the title
SMIME documentation - silent no class on classpath
Enhancement: Simple Java Mail should throw an exception when trying to utilize S/MIME with smime-module on the classpath
Feb 9, 2023
I've clarified the documentation a bit further and Simple Java Mail will now fail with an exception when trying to use S/MIME without the smime-module loaded. Just like how it works for the other modules.
Hey,
I was trying to configure SMIME signing of mail. Finally succedded. But had problem that I used functions signWithSmime(). But saw no effect. Maybe it would be nice to add some note in documentation in the section "Signing / encrypting emails with S/MIME".
Maybe something like:
Later I found in source code fragment:
The text was updated successfully, but these errors were encountered: