Purple-Devs / health_check

Simple health check of Rails app for use with uptime checking sites like newrelic and pingdom
MIT License
476 stars 125 forks source link

Enable SMTP over TLS, if configured in settings. #119

Closed romanb closed 2 years ago

romanb commented 2 years ago

This PR enables SMTP over TLS, if configured in the settings, for the SMTP health check. Right now only STARTTLS is recognized.