Is wuerttembergische.de a Disposable Email?
Unknownwuerttembergische.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-10
- Reason
- wuerttembergische.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check wuerttembergische.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/wuerttembergische.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/wuerttembergische.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/wuerttembergische.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/wuerttembergische.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/wuerttembergische.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 wuerttembergische.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail1.ww-informatik.de
- mail2.ww-informatik.de
NS Records
- a.ns.ecotel.net
- b.ns.ecotel.net
- c.ns.ecotel.net
SOA Record
- a.ns.ecotel.net
- hostmaster@ww-informatik.de
A Records
- 195.95.137.171
TXT Records
- 00D7Q000003R01S=1TBdk00000002pp
- UdwG1x8Fmb83udFC3P+bijbqjYR3X/t5qM7Ui5w/OCEK88MWIePuTfeR1usMd6QlV5ZceSYjJXCz2BIRMioAGQ==
- jyp6vm13ybp8yksxr5bb7qt1ynzlhnns
- logmein-verification-code=s5BIY1fFAs1joWxsHoyTEQu4Z
- swisssign-check=rWkOhRi-1mMpWfqO-cbURmc6Ltc
- v=spf1 mx ip4:195.95.137.0/24 include:spf.protection.outlook.com include:_spf.tivian.com -all
- xj599dpx35372q7xn2nmrffvtggcgc2l
SPF Includes
- spf.protection.outlook.com
- _spf.tivian.com
Related Domains by Mail Server
1 other domain also
use mail1.ww-informatik.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is wuerttembergische.de a disposable email provider?
wuerttembergische.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use wuerttembergische.de for account registration?
We have not yet verified wuerttembergische.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from wuerttembergische.de?
Use the Trashmail-Blacklist API to check wuerttembergische.de before accepting it in your application. Send a GET request to /check/json/wuerttembergische.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 wuerttembergische.de?
wuerttembergische.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 wuerttembergische.de before they reach your database.