Is sparda-hessen.de a Disposable Email?
Unknownsparda-hessen.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-07
- Last Checked
- 2026-07-25
- Reason
- sparda-hessen.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sparda-hessen.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sparda-hessen.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sparda-hessen.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sparda-hessen.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sparda-hessen.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/sparda-hessen.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 sparda-hessen.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- gmail22.gadmail.de
- gmail23.gadmail.de
- omail22.gadmail.de
- omail23.gadmail.de
- rmail22.gadmail.de
- rmail23.gadmail.de
- wmail22.gadmail.de
- wmail23.gadmail.de
NS Records
- nsh1.atruvia.de
- nsh2.atruvia.com
- nsh3.atruvia.de
- nsh4.atruvia.com
SOA Record
- nsh1.atruvia.de
- hostmaster@sparda-hessen.de
A Records
- 195.200.51.163
TXT Records
- .
- 79120f35-7bae-4c36-8607-418df40b0743
- D-TRUST=YCN2DF34S5C3HX2C6C8E3J5
- MS=ms20063175
- QuoVadis=5018770b-958d-4e9d-ba7a-6e3ffbb2e515
- QuoVadis=c327a02e-8b34-4a1d-86e2-3eb7975042b1
- _b65gk2ijqx9bbyo2x1vw4r0f2p81xdg
- _telesec-domain-validation=328453_2024-06-11_ulez7RzPUHg9vwX6GGYOg8vpIkAHeRl0Zwy4sQzDP8K8MvThC2
- adobe-idp-site-verification=eb63c63ba72ab3150c113d9f79680f96382891f93ff5f47653131980b3d6d549
- cisco-ci-domain-verification=214e32832c958e52b7f8d76dd0d3da5e92ce5587f16e2493ccba2bd1f8d2ecc
- ms-domain-verification=bcd1cb9e-d1ce-4f4d-a53f-7425b065f6d9
- v=spf1 ip4:62.55.182.68 include:spf.info-online.org include:bnc3.mailjet.com ip4:82.98.104.169 ip4:87.253.235.115 ip4:94.199.93.139 include:net1.spf.fiduciagad.de include:net2.spf.fiduciagad.de ip4:194.149.246.0/23 ip4:195.35.89.0/25 include:_spf.idnt.net include:spf.protection.outlook.com -all
SPF Includes
- spf.info-online.org
- bnc3.mailjet.com
- net1.spf.fiduciagad.de
- net2.spf.fiduciagad.de
- _spf.idnt.net
- spf.protection.outlook.com
Related Domains by Mail Server
3 other domains also
use gmail22.gadmail.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sparda-hessen.de a disposable email provider?
sparda-hessen.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use sparda-hessen.de for account registration?
We have not yet verified sparda-hessen.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from sparda-hessen.de?
Use the Trashmail-Blacklist API to check sparda-hessen.de before accepting it in your application. Send a GET request to /check/json/sparda-hessen.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 sparda-hessen.de?
sparda-hessen.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 sparda-hessen.de before they reach your database.