2.0.0
In this second release we include our second tool, the SMTP Checker.
This tool will a set of health checks in your web application to detect any possible issues with the SMTP configuration. It performs the checks below:
- Generic checks:
- Check connectivity with SMTP server(both using TLS or not)
- Check Time offset using a global NTP pool
- Check Mail Delivery via SMTP
- Specific checks:
- Wordpress:
- Obtains MySQL credentials from wp-config.php file
- Obtains SMTP config. data from MySQL database and check there's no missing data
- Wordpress:
- Redmine
- Check configuration.yaml syntax
- Parse SMTP config. data from configuration.yaml and check there's no missing data