Is andersch-ag.de a Disposable Email?
Unknownandersch-ag.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-08-26
- Reason
- andersch-ag.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check andersch-ag.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/andersch-ag.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/andersch-ag.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/andersch-ag.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/andersch-ag.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/andersch-ag.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 andersch-ag.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- de-smtp-inbound-1.mimecast.com
- de-smtp-inbound-2.mimecast.com
NS Records
- udns1.cscdns.net
- udns2.cscdns.uk
SOA Record
- udns1.cscdns.net
- hostmaster@cscdns.net
A Records
- 216.150.1.1
TXT Records
- 0ed1fe018a638e31f2f22a484792b5e9d5122c9e48
- MS=ms43631555
- MS=ms45693882
- _globalsign-domain-verification=YecEnMY17FxfhDxWn1DoqyJGXvl50JLQsLkE_D1faZ
- apple-domain-verification=agJP3qT6Arc6iWbC
- v=spf1 include:de._netblocks.mimecast.com include:de._extnetblocks.mimecast.com include:spf.protection.outlook.com include:servers.mcsv.net include:spf.de.umantis.com include:spf.crsend.com -all
SPF Includes
- de._netblocks.mimecast.com
- de._extnetblocks.mimecast.com
- spf.protection.outlook.com
- servers.mcsv.net
- spf.de.umantis.com
- spf.crsend.com
Related Domains by Mail Server
21 other domains also
use de-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is andersch-ag.de a disposable email provider?
andersch-ag.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use andersch-ag.de for account registration?
We have not yet verified andersch-ag.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from andersch-ag.de?
Use the Trashmail-Blacklist API to check andersch-ag.de before accepting it in your application. Send a GET request to /check/json/andersch-ag.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 andersch-ag.de?
andersch-ag.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 andersch-ag.de before they reach your database.