diff --git a/inspect-mail.php b/inspect-mail.php index 2e8212b..c0c223b 100644 --- a/inspect-mail.php +++ b/inspect-mail.php @@ -4,6 +4,14 @@ //ini_set('memory_limit', -1); error_reporting(0); +echo ' + + + + Inspect Mail | Report for ' . $_POST['domain'] . ' + + '; + if ( ! $_POST['domain'] ) { echo 'Mail Server field is empty.'; die; @@ -13,6 +21,8 @@ echo '
+
+ Download

Note: To get NS and MX records for the domain, make sure you test a FQDN that has a valid A record. domain.tld should work.
To get SPF record, test SMTP server\'s FQDN with a valid A record or it\'s IP address.

'; @@ -165,3 +175,6 @@ foreach ( $sslports as $sslport ) { echo 'There is no certificate on the port.'; } } + +echo ' + ';