Is alumni.esade.edu a Disposable Email?
Whitelistedalumni.esade.edu 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-16
- Reason
- domain is limited to colleges and universities
API Playground
Check alumni.esade.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/alumni.esade.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/alumni.esade.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/alumni.esade.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/alumni.esade.edu");
$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/alumni.esade.edu")
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 alumni.esade.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- d327280.a.ess.de.barracudanetworks.com
- d327280.b.ess.de.barracudanetworks.com
TXT Records
- atlassian-domain-verification=eWGSXwsepcqfjCIURPZh/3mefd5hImP8JlEI0/SpYPEHd7FptMGKMocRkfG4VzHv
- mentimeter-9a00371e-5384-4fcf-a374-6770eb2e5895
- openai-domain-verification=dv-coYqxNsGzqUzZDpHPTOCHj5H
- v=spf1 ip4:84.88.228.10 ip4:84.76.255.10 ip4:84.88.228.7 ip4:84.76.255.7 ip4:84.76.255.30 ip4:84.88.228.30 ip4:57.133.107.30 ip4:68.232.192.128 ip4:185.20.116.10 ip4:185.20.116.11 ip4:148.105.14.19 include:spf.protection.outlook.com include:servers.mcsv.net include:authsmtp.com include:spf.mandrillapp.com include:_spf.qualtrics.com -all
- vC4Kkk7pFbuJyMvgb4Gxp611qIwVuRm2oy5TpxkVmgzL3uPH89UtGgK6bzM7hnqsJmOL69T1iTuEkeS5kKrLsw==
SPF Includes
- spf.protection.outlook.com
- servers.mcsv.net
- authsmtp.com
- spf.mandrillapp.com
- _spf.qualtrics.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is alumni.esade.edu a disposable email provider?
No, alumni.esade.edu is whitelisted and considered a legitimate email provider.
Can I use alumni.esade.edu for account registration?
alumni.esade.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from alumni.esade.edu?
Use the Trashmail-Blacklist API to check alumni.esade.edu before accepting it in your application. Send a GET request to /check/json/alumni.esade.edu 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 alumni.esade.edu?
alumni.esade.edu 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 alumni.esade.edu before they reach your database.