Is jochen-schweizer.de a Disposable Email?
Whitelistedjochen-schweizer.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-06-23
- Reason
- jochen-schweizer.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check jochen-schweizer.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/jochen-schweizer.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/jochen-schweizer.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/jochen-schweizer.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/jochen-schweizer.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/jochen-schweizer.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 jochen-schweizer.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.hornetsecurity.com
- mx02.hornetsecurity.com
- mx03.hornetsecurity.com
- mx04.hornetsecurity.com
NS Records
- ns1.nodesecure.com
- ns2.nodesecure.de
SOA Record
- ns1.nodesecure.com
- domreg@cluster-team.com
A Records
- 185.157.21.88
TXT Records
- 3dqgfkj9rfpmrbt34jcywbm2gcrffdfg
- 7e8bb3599a361c3842f382c6b000a2af
- MS=ms83639929
- T8Bcclzq/mN5o4ZjJiHQWx3I5hAyM9PepqUHgxWmgXYjJXFSzl4mTzhC6YYhpugWgx6MsB/EGgAiQX9f8hWRMw==
- ZOOM_verify_iZQ98c-rTnqOdOTsEPVP7Q
- google-site-verification=mDRKiz2J7syErifL49Bc0MFWrMwiizIXAJYQaKa-vTI
- rg87a3nppmZCNKNoAvMX5+xgFvFY1t1iDPvx93XtJD9W12og9h5ARl1NOy72s1ue6mmZCq8JpdeYYloeRAK2xA==
- v=spf1 mx include:spf.cluster-team.net include:spf.hornetsecurity.com include:spf.protection.outlook.com include:amazonses.com include:iagent-ondemand._spf.novomind.com ip4:188.172.233.148 -all
SPF Includes
- spf.cluster-team.net
- spf.hornetsecurity.com
- spf.protection.outlook.com
- amazonses.com
- iagent-ondemand._spf.novomind.com
Related Domains by Mail Server
50 other domains also
use mx01.hornetsecurity.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is jochen-schweizer.de a disposable email provider?
No, jochen-schweizer.de is whitelisted and considered a legitimate email provider.
Can I use jochen-schweizer.de for account registration?
jochen-schweizer.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from jochen-schweizer.de?
Use the Trashmail-Blacklist API to check jochen-schweizer.de before accepting it in your application. Send a GET request to /check/json/jochen-schweizer.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 jochen-schweizer.de?
jochen-schweizer.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 jochen-schweizer.de before they reach your database.