Add checkbox to disable SMTP SSL cert verification. Implements #9001
The default action is to validate the certificate. If the user knows the server does not have a valid certificate (e.g. self-signed), this option will allow encryption to be used without validating the identity of the server.
Related issues
Feature #9001: Add checkbox to disable SSL peer verification for SMTP notifications
Add checkbox to disable SMTP SSL cert verification. Implements #9001
The default action is to validate the certificate. If the user knows the
server does not have a valid certificate (e.g. self-signed), this option
will allow encryption to be used without validating the identity of the
server.