formatting correction
This commit is contained in:
parent
0924e1a3e3
commit
ed67ce0e7f
|
|
@ -13,7 +13,8 @@ echo '<br><form action="inspect-mail.php" method="post">
|
|||
<input type="text" name="domain" value="' . $_POST['domain'] . '">
|
||||
<input type="submit" value="ReTest">
|
||||
</form>
|
||||
<p><em>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.<br>To get SPF record, test SMTP server\'s FQDN with a valid A record or it\'s IP address.</em><br></p>';
|
||||
<p><em>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.<br>
|
||||
To get SPF record, test SMTP server\'s FQDN with a valid A record or it\'s IP address.</em><br></p>';
|
||||
|
||||
// Identify, set data and report info
|
||||
if ( filter_var( $_POST['domain'] , FILTER_VALIDATE_IP ) ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user