Is edu.escpeurope.eu a Disposable Email?
Unknownedu.escpeurope.eu is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-06-23
- Reason
- edu.escpeurope.eu
API Playground
Check edu.escpeurope.eu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/edu.escpeurope.eu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/edu.escpeurope.eu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/edu.escpeurope.eu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/edu.escpeurope.eu");
$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/edu.escpeurope.eu")
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 edu.escpeurope.eu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ALT1.ASPMX.L.GOOGLE.COM
- ALT2.ASPMX.L.GOOGLE.COM
- ALT3.ASPMX.L.GOOGLE.COM
- ALT4.ASPMX.L.GOOGLE.COM
- ASPMX.L.GOOGLE.COM
TXT Records
- MS=1EB03C67762ED85D09E7B65E4D5E04C9B58D39E7
- v=spf1 ip4:91.121.252.113/32 ip4:46.183.241.52/32 ip4:46.183.246.12/32 ip4:195.85.247.192/26 include:_spf.google.com -all
SPF Includes
- _spf.google.com
Related Domains by Mail Server
50 other domains also
use ALT1.ASPMX.L.GOOGLE.COM
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is edu.escpeurope.eu a disposable email provider?
edu.escpeurope.eu has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use edu.escpeurope.eu for account registration?
We have not yet verified edu.escpeurope.eu. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from edu.escpeurope.eu?
Use the Trashmail-Blacklist API to check edu.escpeurope.eu before accepting it in your application. Send a GET request to /check/json/edu.escpeurope.eu 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 edu.escpeurope.eu?
edu.escpeurope.eu 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 edu.escpeurope.eu before they reach your database.