20 lines
551 B
HTML
20 lines
551 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Inspect Mail</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<form action="inspect-mail.php" method="post">
|
|
Mail Server:<br>
|
|
<input type="text" name="domain" placeholder="Domain or IP address">
|
|
<br>
|
|
<br>
|
|
<input type="submit" value="Test">
|
|
</form>
|
|
<p>To get NS, MX and SPF records for the domain, make sure you test a FQDN that has a valid A record. <br>domain.tld should work.<br></p>
|
|
|
|
</body>
|
|
</html>
|