Is norman.email a Disposable Email?
Unknownnorman.email is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-12-10
- Last Checked
- 2026-06-23
- Reason
- norman.email
Registration Data
- Registrar
- united-domains GmbH
- Registered
- 2014-04-09 (12 years, 2 months)
- Expires
- 2027-04-09
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check norman.email programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/norman.email
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/norman.email")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/norman.email");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/norman.email");
$data = json_decode($json, true);
echo $data["status"]; // blacklisted / whitelisted / unknown
package main
import (
"encoding/json"
"fmt"
"net/http"
)
func main() {
resp, err := http.Get("https://trashmail-blacklist.org/check/json/norman.email")
if err != nil {
panic(err)
}
defer resp.Body.Close()
var result struct {
Status string `json:"status"`
Domain string `json:"domain"`
}
json.NewDecoder(resp.Body).Decode(&result)
fmt.Println(result.Status)
}
Click "Run" to fetch the JSON response for norman.email.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxlb.ispgateway.de
NS Records
- ns77.domaincontrol.com
- ns78.domaincontrol.com
SOA Record
- ns77.domaincontrol.com
- dns@jomax.net
A Records
- 2a00:1169:103:7a00::
- 92.205.208.226
TXT Records
- v=spf1 mx include:ispgateway.de ~all
SPF Includes
- ispgateway.de
Related Domains by Mail Server
50 other domains also
use mxlb.ispgateway.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is norman.email a disposable email provider?
norman.email has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use norman.email for account registration?
We have not yet verified norman.email. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from norman.email?
Use the Trashmail-Blacklist API to check norman.email before accepting it in your application. Send a GET request to /check/json/norman.email to receive the domain status as JSON. Integrate this check into your signup or contact forms to automatically reject disposable email addresses.
What data is available for norman.email?
norman.email is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like norman.email before they reach your database.