I'm sending emails via encrypted SMTP on port 465, Is it slower than unsecured SMTP on port 25.
Is there any benchmark or valid comprising?
I'm sending emails via encrypted SMTP on port 465, Is it slower than unsecured SMTP on port 25.
Is there any benchmark or valid comprising?
Adding SSL will obviously make it slower as it adds computational overhead and will not reduce your data size either (network traffic).
You may also add STARTTLS to the bunch which further adds an TLS initiation phase.
If you are interested in actual numbers then check the link provided by Gryphius.