Is igmetall.de a Disposable Email?
Unknownigmetall.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-07-26
- Reason
- igmetall.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check igmetall.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/igmetall.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/igmetall.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/igmetall.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/igmetall.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/igmetall.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 igmetall.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- igmetall-de.mail.protection.outlook.com
NS Records
- ns1.telekom-domains.de
- ns2.telekom-domains.de
SOA Record
- ns1.telekom-domains.de
- dns@telekom.de
A Records
- 80.158.22.170
TXT Records
- MS=03C27BD7611A5DB8093A3E3B086EF8A150AAD3C3
- MS=ms65338655
- cisco-ci-domain-verification=6cd191a7a7e552697fd245f71d39abb30fa9dec357d594c857d404f205efc082
- google-site-verification=30AITM1vkV0BHfpxpx3cUT7rL6DqXDsZLuqafxw9Gi8
- l5478s/86mu4G41mjSxsd03lA23R/R2DI4ysUgfeVyWsbGA+YR9p/LQ7J3oFxhdQrqb8EZOKl5xZ87N9qu8w6A==
- mindmanager-verification=20bb38aa47c991bab94b8d7ae0a1101b3c2640f27d8889557192eea90c0f9cbf
- pexip-ms-tenant-domain-verification=c73271c4-a457-4a47-ada4-dd39eb15b20b
- v=spf1 mx include:spf1.igmetall.de include:spf2.igmetall.de include:spf3.igmetall.de include:spf4.igmetall.de include:spf5.igmetall.de include:spf6.igmetall.de -all
- webexdomainverification.5QQ91=fbbd366b-4483-4206-b86f-57b74498ed89
SPF Includes
- spf1.igmetall.de
- spf2.igmetall.de
- spf3.igmetall.de
- spf4.igmetall.de
- spf5.igmetall.de
- spf6.igmetall.de
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is igmetall.de a disposable email provider?
igmetall.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use igmetall.de for account registration?
We have not yet verified igmetall.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from igmetall.de?
Use the Trashmail-Blacklist API to check igmetall.de before accepting it in your application. Send a GET request to /check/json/igmetall.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 igmetall.de?
igmetall.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 igmetall.de before they reach your database.