Is ruv.de a Disposable Email?
Unknownruv.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-07-25
- Reason
- ruv.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check ruv.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/ruv.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/ruv.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/ruv.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/ruv.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/ruv.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 ruv.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail101.ruv.de
- mail102.ruv.de
- mail103.ruv.de
- mail201.ruv.de
- mail202.ruv.de
- mail203.ruv.de
NS Records
- dns-1.witcom.de
- dns-2.witcom.de
- pns.dtag.de
- secondary004.dtag.net
SOA Record
- pns.dtag.de
- nms@ratiodata.de
A Records
- 91.235.236.142
TXT Records
- - atlassian-domain-verification=6xbte8lAUwjeS0Nz0/mhV0J1cQfk8i34nCamV3Pwz6TTdC5LdNUA2kVWCu9g9naS
- MS=ms47901030
- QuoVadis=f47eb0ac-654b-47f5-8c25-4cd38f980686
- _lm9rm16zam4yucc2sajjl3gpfk37j9o
- adobe-idp-site-verification=bfbc3c37774f0169301b59e4897fd3ae458fdddbe0046ea2c636d531b4e1817e
- docker-verification=970915cb-78f4-4a2c-9185-ac2ce1242093
- facebook-domain-verification=3rvrpew1ua6ymlgymyjhozkqh9bko9
- google-gws-recovery-domain-verification=53857886
- google-gws-recovery-domain-verification=72178830
- google-site-verification=E90uWuayLVrkIyWHJREeJ3o1oQcKtpYPCah6ktoUP-w
- ibmid=c1463de2-474b-4113-8416-81cf96609716
- pinterest-site-verification=56e05588bc4652af1aa0b6ed02497c21
- rL1nTPuyzb+zJAyMCXwWbcM4/MVG+xanzaT6XpEpFlHC5I/EXuh6Sk0QF9d6RCgFWn0scnrqDUky/BHmTgTf5g==
- swisssign-check=okPr2jJdWpu52O9KNpQsRpXI99Q
- swisssign-check=zHHcax6Foijrog0rbflRLhk7VB0
- v=spf1 mx ip4:46.254.120.108 ip4:87.118.119.79 -all
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is ruv.de a disposable email provider?
ruv.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use ruv.de for account registration?
We have not yet verified ruv.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from ruv.de?
Use the Trashmail-Blacklist API to check ruv.de before accepting it in your application. Send a GET request to /check/json/ruv.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 ruv.de?
ruv.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 ruv.de before they reach your database.