Is johanniter.de a Disposable Email?
Unknownjohanniter.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-07-15
- Reason
- johanniter.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check johanniter.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/johanniter.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/johanniter.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/johanniter.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/johanniter.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/johanniter.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 johanniter.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.johanniter.de
- mx2.johanniter.de
NS Records
- ns51.domaincontrol.com
- ns52.domaincontrol.com
SOA Record
- ns51.domaincontrol.com
- dns@jomax.net
A Records
- 185.102.93.88
- 2a06:2380:0:1::2e7
TXT Records
- MS=ms45535345
- MS=ms80767335
- ZOOM_verify_Rq90oK9M8N9pewb8GLLJa6
- apple-domain-verification=sfDF95LReNJHQwDR
- brevo-code:0a3a97a2d3c411ed1c83b0c8d409eb52
- brevo-code:261d91482ab320d4a6e5952d0faa007d
- brevo-code:95b27a05b2f505e736153e608e5812cb
- c23665e77931cbb6b30cb82ddf1b75ecdb9ac08e6fe034fb49ea2c73c6cd9b3
- facebook-domain-verification=u9uce1fwrawwmzrw52mibg02ut02lz
- google-site-verification=7Ow6XpuKxVuG2zXW_iyWKkWumDL6sZXBFrg7ZclpkNs
- google-site-verification=9wiqG9xLhcGi9tvgCvv_kIrQdHEdBBrMbSXqylkZibk
- google-site-verification=B1ATiIs3qqwWa4dvmTHu3_at3nv1PuSZE0JCuFaEpHU
- google-site-verification=BVqEbzhNPhnnuj3tT3A2rdlvWihw7gl9IgA4rbSWJuI
- google-site-verification=JioJsqEffQK5do_IY7fHTSnf5mE9Iyiao10OMEVFsZs
- google-site-verification=T_H6aEGeFyqq4IXkDGj48urGd9ugb29jWmA4QbTqG5E
- logmein-verification-code=6cfd6a24-b01f-461e-8ead-cc9ad540a509
- logmein-verification-code=8aff9a11-088f-43e6-9de6-9803cce5e34f
- pinterest-site-verification=0cf3cf26e4a016e186383d5e0d42fb31
- trend-micro-v1-domain-verification.b595cbf3850a86518c60aa153dc6f991=5d198365-1cf9-463f-9014-f3dd46b040b2
- v=spf1 mx include:spf.nl2go.com include:spfa.myconvento.com include:spf.mailjet.com include:spf.protection.outlook.com include:_spf.zimpel.de ip4:217.6.52.71 -all
SPF Includes
- spf.nl2go.com
- spfa.myconvento.com
- spf.mailjet.com
- spf.protection.outlook.com
- _spf.zimpel.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is johanniter.de a disposable email provider?
johanniter.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use johanniter.de for account registration?
We have not yet verified johanniter.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from johanniter.de?
Use the Trashmail-Blacklist API to check johanniter.de before accepting it in your application. Send a GET request to /check/json/johanniter.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 johanniter.de?
johanniter.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 johanniter.de before they reach your database.