Is hhl.de a Disposable Email?
Unknownhhl.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-08-25
- Reason
- hhl.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check hhl.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/hhl.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/hhl.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/hhl.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/hhl.de");
$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/hhl.de")
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 hhl.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- hhl-de.mail.protection.outlook.com
NS Records
- ns07.domaincontrol.com
- ns08.domaincontrol.com
SOA Record
- ns07.domaincontrol.com
- dns@jomax.net
A Records
- 85.13.157.36
TXT Records
- 00D9Q000006c5EX=1TB9Q00000009sv
- adobe-idp-site-verification=660871c1ea2449b71e5cf23de4c83c975aeeb56a735b7863be86b460f7597bed
- anthropic-domain-verification-7njyz5=9LjQQEC2vp1mC29ZpRoM1ezSe
- brevo-code:1bbcac15f465704b6343e3a76450fc58
- google-gws-recovery-domain-verification=64450932
- google-site-verification=_BV7PvjsTCg52OsIEM1vmSh_MMYyNxNq8LPJBX9pURw
- google-site-verification=pOy8kAILRiYWVWwNNBr0-sF06iB3-SMe6uBoGys2uD0
- google-site-verification=zX1PU-yMXiXg7p7nAhcv1j4N4vM7D0myjKXNAMTCK3k
- openai-domain-verification=dv-yx9E3TOplALlTOwgsBUSfOlK
- pardot893831=505890b81c50f3b9c9d6d104c428d7f02caea26c53f1eff7f3e385982ed842b7
- v=spf1 ip4:217.69.240.88 include:spf.protection.outlook.com include:aspmx.pardot.com include:servers.mcsv.net include:spf.watermarkinsights.com include:mail.pi-asp.de include:_spf.salesforce.com -all
- vizzlo-domain-verification=
SPF Includes
- spf.protection.outlook.com
- aspmx.pardot.com
- servers.mcsv.net
- spf.watermarkinsights.com
- mail.pi-asp.de
- _spf.salesforce.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is hhl.de a disposable email provider?
hhl.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use hhl.de for account registration?
We have not yet verified hhl.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from hhl.de?
Use the Trashmail-Blacklist API to check hhl.de before accepting it in your application. Send a GET request to /check/json/hhl.de 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 hhl.de?
hhl.de 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 hhl.de before they reach your database.