Is rtskg.de a Disposable Email?
Unknownrtskg.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-23
- Reason
- rtskg.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check rtskg.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/rtskg.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/rtskg.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/rtskg.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/rtskg.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/rtskg.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 rtskg.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- maildomain.datevnet.com
- maildomain.datevnet.de
NS Records
- ns1.domaindiscount24.net
- ns2.domaindiscount24.net
- ns3.domaindiscount24.net
SOA Record
- ns1.domaindiscount24.net
- tech@key-systems.net
A Records
- 176.52.241.252
TXT Records
- apple-domain-verification=ZbEK5Scm1vEJPNqj
- v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA1BgyrhKOA93djr3/oSWZUYT6lycti5nE7x0kBgEKMu3UiU9S19Eq4rObtxEN6CCMpDNsE19JwxTfDjgI/63n2RLAiVsifRjp7V1lo/oH1U6D0KZh2gJowESyDLhKDu1CeyiNMFtvfZnaTQ/nqRUIYfpdlC4xiWKksWC8B0TxnuJbLPGyCBFKRh7Dbs2Qrp1TQ Pnfh0PsOmJqcrLKRJJKdwigc+LmCcv8YBvisu1Nvoel3yh4u26IGH2EfXqmGECp0S4r8sfj2DT5nvvgXW1mk5Rk5Ig4SUyJY3GRtIRSWxnTmxec4ZoI2t9FX/NU032w/eqYl7SoCSJPuN312CauMQIDAQAB
- v=spf1 a:mail.rtskg.de include:maildomain._spf.datev.de include:_spf.rexx-systems.com include:agenturserver.de include:spf.protection.outlook.com include:spf-de.emailsignatures365.com ip4:87.130.4.26 ~all
SPF Includes
- maildomain._spf.datev.de
- _spf.rexx-systems.com
- agenturserver.de
- spf.protection.outlook.com
- spf-de.emailsignatures365.com
Related Domains by Mail Server
38 other domains also
use maildomain.datevnet.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is rtskg.de a disposable email provider?
rtskg.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use rtskg.de for account registration?
We have not yet verified rtskg.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from rtskg.de?
Use the Trashmail-Blacklist API to check rtskg.de before accepting it in your application. Send a GET request to /check/json/rtskg.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 rtskg.de?
rtskg.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 rtskg.de before they reach your database.