Is uni-konstanz.de a Disposable Email?
Unknownuni-konstanz.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-06-23
- Reason
- uni-konstanz.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check uni-konstanz.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/uni-konstanz.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/uni-konstanz.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/uni-konstanz.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/uni-konstanz.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/uni-konstanz.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 uni-konstanz.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- adenin2.uni-konstanz.de
- thymin2.uni-konstanz.de
NS Records
- dns3.uni-konstanz.de
- ns3.uni-konstanz.de
- ns4.uni-konstanz.de
SOA Record
- ns3.uni-konstanz.de
- hostmaster@uni-konstanz.de
A Records
- 134.34.247.9
- 2001:7c0:2880:2001::2009
TXT Records
- MS=2FBDB7375211B0E811786C14A5CE6627FC587161
- MS=ms17599286
- MS=ms72256970
- _telesec-domain-validation=2023-11-02_6AdcAFxWOJkgsnTla1pLjN0iUrEvKvxC3Psrt5OTdMHQaDgHpA
- _telesec-domain-validation=341964_2025-10-23_XhRC6QCqLOR3FIVs2cuqYP9otlsuccHUs64Lhs1fWx3yjdeiKQ
- brevo-code:709e7fe481286b7cf280d31ee838a75b
- cisco-ci-domain-verification=6da3fd39006d05bd2e40d4945b5b7e9cde0302042a2b2253cd5986311736e4cc
- google-site-verification=x7016U-M-j0bftCLHQ9y4r9jaGWldlk3UPU8RWcAam4
- v=spf1 ip4:134.34.240.32/27 ip4:91.198.250.0/24 include:_spf.tivian.com include:_spf.zimpel.de ~all
SPF Includes
- _spf.tivian.com
- _spf.zimpel.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is uni-konstanz.de a disposable email provider?
uni-konstanz.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use uni-konstanz.de for account registration?
We have not yet verified uni-konstanz.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from uni-konstanz.de?
Use the Trashmail-Blacklist API to check uni-konstanz.de before accepting it in your application. Send a GET request to /check/json/uni-konstanz.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 uni-konstanz.de?
uni-konstanz.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 uni-konstanz.de before they reach your database.