Hi,
Since Microsoft started disabling some legacy TLS 1.0 and 1.1 requests my emails sent from unity have been failing more and more. This is expected as they are being disabled as mentioned here: https://techcommunity.microsoft.com...able-for-smtp-auth-clients-still/ba-p/2659652 however I believe my code should be sending as version 1.2, which it is seemingly not.
I get this error: System.Net.Mail.SmtpException: 421 4.7.66 TLS 1.0...
TLS 1.0 and 1.1 are not supported. Please upgrade/update your client to support TLS 1.2.
Since Microsoft started disabling some legacy TLS 1.0 and 1.1 requests my emails sent from unity have been failing more and more. This is expected as they are being disabled as mentioned here: https://techcommunity.microsoft.com...able-for-smtp-auth-clients-still/ba-p/2659652 however I believe my code should be sending as version 1.2, which it is seemingly not.
I get this error: System.Net.Mail.SmtpException: 421 4.7.66 TLS 1.0...
TLS 1.0 and 1.1 are not supported. Please upgrade/update your client to support TLS 1.2.