Is lmbhh.de a Disposable Email?
Unknownlmbhh.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-13
- Last Checked
- 2026-08-26
- Reason
- lmbhh.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check lmbhh.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/lmbhh.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/lmbhh.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/lmbhh.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/lmbhh.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/lmbhh.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 lmbhh.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail01.lmbhh.de
NS Records
- dns1.metaways.net
- dns2.metaways.net
- dns3.metaways.net
- dns4.metaways.net
SOA Record
- dns1.metaways.net
- hostmaster@metaways.net
A Records
- 85.13.147.151
TXT Records
- ZOOM_verify_JiTcUxveSsCyqsNgGAywYw
- apple-domain-verification=v4A5yV5lllxFFlxY
- brevo-code:8e4fbbc72572eb2c72149f0bc66a6e94
- brevo-code:ccc0e04aa886cf72a41c075c2f35194e
- logmein-verification-code=54ed088f-8b74-432d-8e11-727e7f34ab45
- ms86963633.msv1.invalid
- v=spf1 ip4:109.232.172.0/24 ip4:85.13.147.151 ip4:212.12.40.178 ip4:212.12.45.59 ip4:212.12.45.56 include:spf.mandrillapp.com include:servers.mcsv.net include:spf.protection.outlook.com -all
SPF Includes
- spf.mandrillapp.com
- servers.mcsv.net
- spf.protection.outlook.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is lmbhh.de a disposable email provider?
lmbhh.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use lmbhh.de for account registration?
We have not yet verified lmbhh.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from lmbhh.de?
Use the Trashmail-Blacklist API to check lmbhh.de before accepting it in your application. Send a GET request to /check/json/lmbhh.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 lmbhh.de?
lmbhh.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 lmbhh.de before they reach your database.