Is zadata.de a Disposable Email?
Unknownzadata.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-07-06
- Last Checked
- 2026-07-27
- Reason
- zadata.de
API Playground
Check zadata.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/zadata.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/zadata.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/zadata.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/zadata.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/zadata.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 zadata.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- fallback.ffm.teledata-fn.de
- fallback.teledata-fn.de
- mx0.teledata-fn.de
- mx1.teledata-fn.de
NS Records
- auth01.ns.td-fn.net
- auth02.ns.td-fn.net
SOA Record
- auth02.ns.td-fn.net
- hostmaster@td-fn.net
TXT Records
- MS=ms93671740
- _1k08rnvxo8pl215sbsu97388z3ljqwi
- _8im5zyy3vclxt5g5ppv8e0jufpnggad
- _al6ijfvyng5ya6uov1xap7h9m914wu7
- _fzhcwagj495bhjz8uh0dph9s8vb1j46
- _hoygjikhhr18xlygbr8ob65ijfllvm2
- _iutsm1aeyg7oy9hrav9ueu1kzdy1bow
- _j5q9kzrduuoojsvnad4quz5fhsb4aaz
- _k7l1oucvtttqz1p7eehuiq5bbf8lymp
- _p224yqjnc3oi4szip1o0mkvfc8eikn1
- lc6sxl2y47dpp2jldxjzxc7q4zd3cp85
- rp763lqsy99yrn5y8n4kdhpl80t3c0tp
- sccl808xtzfdzkgfndk938q385y17l5l
- v=spf1 include:_spf.teledata.de ~all
- y2k5wntzg14hjw0jzpc0t57gtj7xnhdp
SPF Includes
- _spf.teledata.de
Related Domains by Mail Server
1 other domain also
use fallback.ffm.teledata-fn.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is zadata.de a disposable email provider?
zadata.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use zadata.de for account registration?
We have not yet verified zadata.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from zadata.de?
Use the Trashmail-Blacklist API to check zadata.de before accepting it in your application. Send a GET request to /check/json/zadata.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 zadata.de?
zadata.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 zadata.de before they reach your database.