Is external.eumetsat.int a Disposable Email?
Whitelistedexternal.eumetsat.int is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2026-06-17
- Last Checked
- 2026-09-21
- Reason
- domain is limited to NATO, UN, ...
API Playground
Check external.eumetsat.int programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/external.eumetsat.int
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/external.eumetsat.int")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/external.eumetsat.int");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/external.eumetsat.int");
$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/external.eumetsat.int")
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 external.eumetsat.int.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- eumetsat-int.mail.protection.outlook.com
TXT Records
- E0U0M41623
- MS=DF4F898A504F5FE89EBEC57E9E87DC4AC0CF1823
- ZOOM_verify_8Xm1mirbR_SusNPN_1jmUg
- atlassian-domain-verification=187mhGMzXksEJ0hn4MVpazR3bdTtYXEfduIULNBY29OXJansaUUVhZoWB/vRvLUb
- bw=4lvYrE2L8fO0l8fbzzaj8bfewc3IgRaGRmFaWYgHsdGn
- v=spf1 include:spf.external.eumetsat.int include:spf.messagelabs.com include:_spf.mailspamprotection.com include:spf.protection.outlook.com a:mrelay.osn.de -all
SPF Includes
- spf.external.eumetsat.int
- spf.messagelabs.com
- _spf.mailspamprotection.com
- spf.protection.outlook.com
Related Domains by Mail Server
1 other domain also
use eumetsat-int.mail.protection.outlook.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is external.eumetsat.int a disposable email provider?
No, external.eumetsat.int is whitelisted and considered a legitimate email provider.
Can I use external.eumetsat.int for account registration?
external.eumetsat.int is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from external.eumetsat.int?
Use the Trashmail-Blacklist API to check external.eumetsat.int before accepting it in your application. Send a GET request to /check/json/external.eumetsat.int 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 external.eumetsat.int?
external.eumetsat.int 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 external.eumetsat.int before they reach your database.