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.
(cherry picked from commit 7da466e1c4b6873b9fb80e862faf8f799a6d4531)
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.
(cherry picked from commit 7da466e1c4b6873b9fb80e862faf8f799a6d4531)