Is mein.gmx a Disposable Email?
Whitelistedmein.gmx is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-06-14
- Reason
- mein.gmx
Registration Data
- Registrar
- PSI-USA, Inc. dba Domain Robot
- Registered
- 2018-01-17 (8 years, 4 months)
- Expires
- 2027-01-17
API Playground
Check mein.gmx programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/mein.gmx
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/mein.gmx")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/mein.gmx");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/mein.gmx");
$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/mein.gmx")
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 mein.gmx.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx00.emig.gmx.net
- mx01.emig.gmx.net
NS Records
- ns-mam.ui-dns.biz
- ns-mam.ui-dns.com
- ns-mam.ui-dns.de
- ns-mam.ui-dns.org
SOA Record
- ns-mam.ui-dns.com
- dnsadmin@ionos.com
TXT Records
- google-site-verification=NS3trrM9ec0uRWJ7MXZLtZfTJCYS7nLpPtXx42XuHPo
- v=spf1 redirect=_spf.gmx.net
Related Domains by Mail Server
32 other domains also
use mx00.emig.gmx.net
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is mein.gmx a disposable email provider?
No, mein.gmx is whitelisted and considered a legitimate email provider.
Can I use mein.gmx for account registration?
mein.gmx is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from mein.gmx?
Use the Trashmail-Blacklist API to check mein.gmx before accepting it in your application. Send a GET request to /check/json/mein.gmx 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 mein.gmx?
mein.gmx is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like mein.gmx before they reach your database.