Hello,
In JavaMail How can I enforce TLSv1.2 ? Is there a way to alternate the SSL protocol to TLSv1.2 without changing my company webbapp sourcecode ? is there a modified javamail.jar that supports TLSv1.2 by default ? I cannot reach my company webapp sourcecode to add properties.put("mail.smtp.ssl.protocols", "TLSv1.2");
:((((((((((