Is roccozuehlke.de a Disposable Email?
Unknownroccozuehlke.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-12
- Last Checked
- 2026-07-24
- Reason
- roccozuehlke.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check roccozuehlke.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/roccozuehlke.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/roccozuehlke.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/roccozuehlke.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/roccozuehlke.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/roccozuehlke.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 roccozuehlke.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- s200.goserver.host
- s200.goserver.host
NS Records
- ns1.webgo.de
- ns2.webgo.de
- ns3.webgo.de
- ns4.webgo.de
SOA Record
- ns1.webgo.de
- hostmaster@webgo.de
A Records
- 185.30.32.200
TXT Records
- brevo-code:7a25c97981478fee094a1b6d46953d6b
- google-site-verification=bzevdhlhDrdaukxEdjs7dU4FUX6bNQomU94i6H4T9go
- v=spf1 a mx ip4:37.17.224.0/21 ip4:185.30.32.0/22 ip4:88.82.224.0/19 ip4:45.153.56.0/22 ~all
Related Domains by Mail Server
1 other domain also
use s200.goserver.host
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is roccozuehlke.de a disposable email provider?
roccozuehlke.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use roccozuehlke.de for account registration?
We have not yet verified roccozuehlke.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from roccozuehlke.de?
Use the Trashmail-Blacklist API to check roccozuehlke.de before accepting it in your application. Send a GET request to /check/json/roccozuehlke.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 roccozuehlke.de?
roccozuehlke.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 roccozuehlke.de before they reach your database.