Is ok.de a Disposable Email?
Whitelistedok.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-07-26
- Reason
- ok.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check ok.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/ok.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/ok.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/ok.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/ok.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/ok.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 ok.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1-eu.spamexperts.com
- mx2-eu.spamexperts.com
- mx3-eu.spamexperts.com
- mx4-eu.spamexperts.com
NS Records
- brenda.ns.cloudflare.com
- rick.ns.cloudflare.com
SOA Record
- brenda.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.26.14.116
- 104.26.15.116
- 172.67.73.131
- 2606:4700:20::681a:e74
- 2606:4700:20::681a:f74
- 2606:4700:20::ac43:4983
TXT Records
- facebook-domain-verification=gezbh5b7uycdfj45our51vpmqvbvm1
- google-site-verification=1IHCQAA6v0kJmD6U7GRH5AbBhNFRZ3gvd4nOYThBs_A
- google-site-verification=L4P-Sxs385YSl-D7ax4nK835p7FehMlwEhtaUUgTcxs
- have-i-been-pwned-verification=885d68675527cfc5354db8c67ca1b6bf
- mailru-verification: c12ff2d6c33863ac
- v=spf1 mx a:mx-nb01.ok-mx.com a:mx-nb02.ok-mx.com a:smtp.ok.de a:smtp-nb01.ok.de a:smtp-nb10.ok.de include:spf.antispamcloud.com -all
- zone-ownership-verification-2efa78fa466f8c196206f43afdf19f2b4db1e43f4621878baaf2c6297701c322
SPF Includes
- spf.antispamcloud.com
Related Domains by Mail Server
1 other domain also
use mx1-eu.spamexperts.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is ok.de a disposable email provider?
No, ok.de is whitelisted and considered a legitimate email provider.
Can I use ok.de for account registration?
ok.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from ok.de?
Use the Trashmail-Blacklist API to check ok.de before accepting it in your application. Send a GET request to /check/json/ok.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 ok.de?
ok.de is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like ok.de before they reach your database.