Is bmi.bund.de a Disposable Email?
Whitelistedbmi.bund.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-11-05
- Last Checked
- 2026-06-12
- Reason
- domain is limited to german government
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bmi.bund.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bmi.bund.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bmi.bund.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bmi.bund.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bmi.bund.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/bmi.bund.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 bmi.bund.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.bund.de
- mx2.bund.de
A Records
- 80.245.145.100
TXT Records
- apple-domain-verification=dBuzXNRVfWfZXvDL
- google-site-verification=688j5aD_12LejyMYxPC6W9HE2e4SaEXy1oS5WELfTpg
- v=spf1 include:_spf1.bund.de -all
SPF Includes
- _spf1.bund.de
Related Domains by Mail Server
10 other domains also
use mx1.bund.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is bmi.bund.de a disposable email provider?
No, bmi.bund.de is whitelisted and considered a legitimate email provider.
Can I use bmi.bund.de for account registration?
bmi.bund.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from bmi.bund.de?
Use the Trashmail-Blacklist API to check bmi.bund.de before accepting it in your application. Send a GET request to /check/json/bmi.bund.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 bmi.bund.de?
bmi.bund.de 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 bmi.bund.de before they reach your database.