Is london.edu a Disposable Email?
Whitelistedlondon.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-10
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check london.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/london.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/london.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/london.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/london.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/london.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 london.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- eu-smtp-inbound-1.mimecast.com
- eu-smtp-inbound-2.mimecast.com
NS Records
- ns1-04.azure-dns.com
- ns2-04.azure-dns.net
- ns3-04.azure-dns.org
- ns4-04.azure-dns.info
SOA Record
- ns1-04.azure-dns.com
- azuredns-hostmaster@microsoft.com
A Records
- 20.117.145.205
TXT Records
- 0F2EEE88-D5D9-464D-966F-FAFF6668B011
- MS=ms38819436
- a2ZP3UVf5WGnaeKmetV5SgxxsF7ZDPJdy9NUGbVdWLRNejP8vIaREYa0wVh6HvZB/3YueLh5x2RndtfH7cuYOA==
- apple-domain-verification=gWeJwS2Do4EedfWZ
- appspace-domain-verification=c0850ff496d5833443534bad21e6d69160bf60f583f316c65e7bbedbe3fea3b3
- atlassian-domain-verification=yWkeleecrmbRI2aPsG4TcRPofYZQiezPeslTxL8h1Qgbcs11MfdYeQHMMmcN9QLg
- canva-site-verification=cbsmuXLUvDvSh59FlcZx2A
- google-site-verification=pCet29HY7jE9f2H24tA1BVqTI_AbBVz_Nhg8qjzkYv8
- twilio-domain-verification=fdc916c6ebd7797c71a7e619af193c77
- v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCp6j70Bk3h3Bue/la6qSIXZduYdPkTm0ClBc8Pq5yBzdsSplDvlFegqvmLLxRSiOJ12NcwXCwHDJN7H/vqi/mWwJzsvEuyBM5uIjkzD6Yg/qx1+L3QUN+9S+SDieV1l+4Awpb5sVE//O4ruXzvguob16Dif/VD2G2thfjp8GtvTQIDAQAB
- v=spf1 ip4:51.145.10.112 ip4:4.234.132.40 ip4:20.90.45.62 ip4:51.104.47.182 ip4:94.23.120.168 ip4:172.167.54.172 ip4:172.167.54.55 include:spf.protection.outlook.com include:eu._netblocks.mimecast.com include:customers.clickdimensions.com include:spf.constantcontact.com include:spf.aluminati.net ~all
SPF Includes
- spf.protection.outlook.com
- eu._netblocks.mimecast.com
- customers.clickdimensions.com
- spf.constantcontact.com
- spf.aluminati.net
Related Domains by Mail Server
21 other domains also
use eu-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is london.edu a disposable email provider?
No, london.edu is whitelisted and considered a legitimate email provider.
Can I use london.edu for account registration?
london.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from london.edu?
Use the Trashmail-Blacklist API to check london.edu before accepting it in your application. Send a GET request to /check/json/london.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 london.edu?
london.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 london.edu before they reach your database.