Is vonovia.de a Disposable Email?
Unknownvonovia.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-05-08
- Last Checked
- 2026-07-20
- Reason
- vonovia.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check vonovia.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/vonovia.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/vonovia.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/vonovia.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/vonovia.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/vonovia.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 vonovia.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxa-00271f01.gslb.pphosted.com
- mxb-00271f01.gslb.pphosted.com
NS Records
- ns1-35.azure-dns.com
- ns2-35.azure-dns.net
- ns3-35.azure-dns.org
- ns4-35.azure-dns.info
SOA Record
- ns1-35.azure-dns.com
- azuredns-hostmaster@microsoft.com
A Records
- 151.101.131.52
- 151.101.195.52
- 151.101.3.52
- 151.101.67.52
TXT Records
- MS=ms99537496
- _telesec-domain-validation=7A03E1E2E24F882D3948BAD428D0FBD825CBAA54424A52FAC368F3A5D6CCC0C5
- atlassian-domain-verification=x62884x5kZLUyP1Lu9b2LQu49XPFzpDpUEVgclhTZLYTnPxlF9RUFaMtZDyRHRaN
- cg8CZsxdzFsDlbD6TMeqPzGyw1yY7ZjHlL3j7s5x2KP1TP6WqvPRDpngw9N2ilysriU87Wp/hffkv45PXUwYdQ==
- cisco-ci-domain-verification=15896e8a288125e8c37cd2970d9d86a3bd7bf78dbedea7d49e26d6fb02564a13
- cisco-ci-domain-verification=e398d2b1a938ab59b73cb3ed18c29f9e667f88013e678746395e3efca9e6f44
- d25da93b34573fb96eb43fb717cb043ffdb288831104a872b9
- domainVerification=fe05eaf6-9e30-4821-8206-4b495841713b
- fastly-domain-delegation-PiBJ3O3IMjGhCpO-20260302
- fastly-domain-delegation-vw4wv35b3v1c-20240807
- google-site-verification=GMv0GxuHRqBLAyrgMTnmeA0bOV4bTymtfCHz2gVi_8A
- have-i-been-pwned-verification=ce6e7342fff9bf0768f6a46cff856165
- ms-domain-verification=5c2da31f-9e7f-4dcd-8da8-8c5f4c5d2a59
- ms-domain-verification=adb99444-13ea-4c1e-9db1-d275f847d334
- ms-domain-verification=ff9a7d35-20f8-41cf-9661-3fa745949c9f
- v=spf1 include:spf-00271f01.pphosted.com ip4:87.118.125.64 ip4:212.23.134.56 include:amazonses.com include:spf.protection.outlook.com include:spf-a.vonovia.de ip4:155.56.221.14 ip4:155.56.221.13 ip4:93.157.201.118 ip4:93.157.201.119 -all
SPF Includes
- spf-00271f01.pphosted.com
- amazonses.com
- spf.protection.outlook.com
- spf-a.vonovia.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is vonovia.de a disposable email provider?
vonovia.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use vonovia.de for account registration?
We have not yet verified vonovia.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from vonovia.de?
Use the Trashmail-Blacklist API to check vonovia.de before accepting it in your application. Send a GET request to /check/json/vonovia.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 vonovia.de?
vonovia.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 vonovia.de before they reach your database.