SMTP issues as Auth0 using legacy settings

Hi all,

My SMTP provider is rejecting emails. I see this in the logs. Auth0 aren’t using the latest TLS/StartTLS options?

{
  "date": "2023-04-25T16:14:29.782Z",
  "type": "fn",
  "description": "To: xxx@xxx.xxx",
  "connection_id": "",
  "details": {
    "email_type": "try_provider_configuration_email",
    "to": "xxx@xxx.xxx",
    "error": "C0871A73357F0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:../deps/openssl/openssl/ssl/statem/extensions.c:922:\n"
  },
  "log_id": "90020230425161429824343000000000000001223372036858795270",
  "_id": "90020230425161429824343000000000000001223372036858795270",
  "isMobile": false,
  "user_agent": "Other 0.0.0 / Other 0.0.0",
  "id": "90020230425161429824343000000000000001223372036858795270"
}

Hi all,

Any options here?

Thanks.