When attempting to run the deploy-notifications errand, it fails with the message:
SMTP TLS configuration mismatch: Not configured to use TLS over SMTP, but the mail server does support the "STARTTLS" extension
This prevents the application from starting.
TPCF
This error happens that the mail server configured in Ops Manager has the STARTTLS option advertised, but the connections being sent are non TLS. As such, the mails server is expecting TLS connections to be made when applications connect to it. The error It will always fail without TLS, if your mail server is advertising it.
In the TPCF tile -> Email Notifications tab, the "Use StartTLS protocol" needs to be selected. This will ensure the correct protocol is made for connections to the mail server.