Is said.oxford.edu a Disposable Email?
Whitelistedsaid.oxford.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-12
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check said.oxford.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/said.oxford.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/said.oxford.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/said.oxford.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/said.oxford.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/said.oxford.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 said.oxford.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- in.hes.trendmicro.eu
- oxforduni.in.tmes.trendmicro.eu
NS Records
- ns-1079.awsdns-06.org
- ns-16.awsdns-02.com
- ns-1728.awsdns-24.co.uk
- ns-712.awsdns-25.net
SOA Record
- ns-16.awsdns-02.com
- awsdns-hostmaster@amazon.com
A Records
- 13.134.79.75
TXT Records
- hes=2827f0b29f497b8f58cd34894fc4c2ac
- o89qf/JoTDBpkiCWGhdZNO1uhxIt8jKG9EupgzsO3kFXmqFwBA3zHJBtQkCfZQ7Rq6nvxR1ovMHMW5Q6PKDpKA==
- v=spf1 a a:oxmail.ox.ac.uk include:spf.protection.outlook.com include:spf1.formassembly.com a:smtp.ox.ac.uk a:mail.said.oxford.edu include:_spf.salesforce.com ~all
SPF Includes
- spf.protection.outlook.com
- spf1.formassembly.com
- _spf.salesforce.com
Related Domains by Mail Server
2 other domains also
use in.hes.trendmicro.eu
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is said.oxford.edu a disposable email provider?
No, said.oxford.edu is whitelisted and considered a legitimate email provider.
Can I use said.oxford.edu for account registration?
said.oxford.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from said.oxford.edu?
Use the Trashmail-Blacklist API to check said.oxford.edu before accepting it in your application. Send a GET request to /check/json/said.oxford.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 said.oxford.edu?
said.oxford.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 said.oxford.edu before they reach your database.