Is charite.de a Disposable Email?
Unknowncharite.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-09-09
- Reason
- charite.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check charite.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/charite.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/charite.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/charite.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/charite.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/charite.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 charite.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail-ccm.charite.de
- mail-cvk-ext.charite.de
NS Records
- b.ns14.net
- dns-3.dfn.de
- dns-ext-cbf.charite.de
- dns-ext-cvk.charite.de
SOA Record
- dns-ext-cvk.charite.de
- hostmaster@charite.de
A Records
- 141.42.206.113
TXT Records
- 7+zUBMwlibieezAA+IhillMswuXgZy4QENmUpkePF1V9lpDTzshVaKiicQshk7+5EE2QjDACeoQHj44ecrYlmQ==
- apple-domain-verification=gy3ffhfePM5lWXZs
- atlassian-domain-verification=V4gJ16DnsWnJUQn0V/Yod548hSzGGiVw5JJbdrsm9FQaOkmQqZNvcyCu/bt2tyAd
- brevo-code:4751dc3104923879a8c7c5c7529dc8c5
- cSC9N6i1T2Rz6Cbn0ltoBMDHcpUmIkaz4GFarK4kIbs+a4js4Vtn1U6IC6fUaDHhRZY7NN0mUkyeouBzKVTPtA==
- google-site-verification=JiiD_NUrLo7r9eq8tZ_HCbsezG-xW4mGf6NBLEAE5T0
- v=spf1 mx include:spf.qb-feedback.com ip4:193.175.73.208 ip4:193.175.73.209 ip4:94.130.99.191 ip4:52.157.149.216 ip4:195.60.213.98 ip4:195.60.213.99 ip4:5.172.45.224/27 ip4:31.200.215.65/28 ip4:46.231.86.84/30 include:spf.sendinblue.com include:spf.emailsys.net include:amazonses.com include:spf.protection.outlook.com include:143687404.spf05.hubspotemail.net -all
SPF Includes
- spf.qb-feedback.com
- spf.sendinblue.com
- spf.emailsys.net
- amazonses.com
- spf.protection.outlook.com
- 143687404.spf05.hubspotemail.net
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is charite.de a disposable email provider?
charite.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use charite.de for account registration?
We have not yet verified charite.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from charite.de?
Use the Trashmail-Blacklist API to check charite.de before accepting it in your application. Send a GET request to /check/json/charite.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 charite.de?
charite.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 charite.de before they reach your database.