Is lwl.org a Disposable Email?
Unknownlwl.org is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-05-07
- Last Checked
- 2026-06-22
- Reason
- lwl.org
Registration Data
- Registrar
- http.net Internet GmbH
- Registered
- 1996-05-31 (30 years)
- Expires
- 2027-05-30
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check lwl.org programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/lwl.org
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/lwl.org")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/lwl.org");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/lwl.org");
$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/lwl.org")
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 lwl.org.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail11.lwl.org
- mail12.lwl.org
NS Records
- ns1.link11.de
- ns2.link11.de
- ns3.link11.de
SOA Record
- ns1.link11.de
- hostmaster@link11.de
A Records
- 195.202.41.53
TXT Records
- bf0674de2851c266dd8530d220cdb366157a100658b7f553ae48ee8358ca9ee
- goodnotes-verification=0de6406b-d2cf-4451-b8be-181969e42e04
- v=spf1 ip4:195.202.51.19 ip4:89.27.164.139 a:mail300.lvr.de a:mail400.lvr.de a:mail30.lvr.de a:mail40.lvr.de include:spf.nl2go.com -all
- zone-ownership-verification-2b87986342fb5b83a08cf6a081d4ace135a1afa4b159b48e2550fc9a8ab9f606
SPF Includes
- spf.nl2go.com
Related Domains by Mail Server
1 other domain also
use mail11.lwl.org
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is lwl.org a disposable email provider?
lwl.org has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use lwl.org for account registration?
We have not yet verified lwl.org. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from lwl.org?
Use the Trashmail-Blacklist API to check lwl.org before accepting it in your application. Send a GET request to /check/json/lwl.org 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 lwl.org?
lwl.org 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 lwl.org before they reach your database.