Opportunistic TLS means that Resend always attempts to make a secure connection to the receiving mail server.If the receiving server does not support TLS, the fallback is sending the message unencrypted.
One strategy is not necessarily better than the other.The decision is less about one option being safe and the other being unsafe, and more about one option being safe and the other being safer.When you have Enforced TLS enabled, you might see an increase in bounce rates because some outdated mail servers do not support TLS.So it’s important to understand the different use cases for each configuration. If you’re sending sensitive information like authentication emails, you might want to use Enforced TLS. If you’re sending marketing emails, you might want to use Opportunistic TLS.In simple terms, with Opportunistic TLS, delivery is more important than security. On the other hand, with Enforced TLS, security is more important than delivery.