Is sapros.de a Disposable Email?
Unknownsapros.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-09-20
- Reason
- sapros.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sapros.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sapros.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sapros.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sapros.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sapros.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/sapros.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 sapros.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx14a.antispameurope.com
- mx14b.antispameurope.com
- mx14c.antispameurope.com
- mx14d.antispameurope.com
NS Records
- ns2.xc-ns.de
- ns5.xc-ns.de
SOA Record
- ns2.xc-ns.de
- domainservice@indeca.de
A Records
- 217.160.59.55
TXT Records
- MS=ms83876402
- brevo-code:68642564fdfd9fa624654bb51d991af0
- v=spf1 mx ip4:83.246.86.0/24 ip4:83.246.40.51 ip4:213.23.126.114 ip4:83.246.40.24 include:spf.hornetsecurity.com -all
SPF Includes
- spf.hornetsecurity.com
Related Domains by Mail Server
9 other domains also
use mx14a.antispameurope.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sapros.de a disposable email provider?
sapros.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use sapros.de for account registration?
We have not yet verified sapros.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from sapros.de?
Use the Trashmail-Blacklist API to check sapros.de before accepting it in your application. Send a GET request to /check/json/sapros.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 sapros.de?
sapros.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 sapros.de before they reach your database.