Skip to content

2.0.0

Compare
Choose a tag to compare
@javsalgar javsalgar released this 08 Mar 12:42

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
  • Redmine
    • Check configuration.yaml syntax
    • Parse SMTP config. data from configuration.yaml and check there's no missing data