Is richmond.edu a Disposable Email?
Whitelistedrichmond.edu is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-08-13
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check richmond.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/richmond.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/richmond.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/richmond.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/richmond.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/richmond.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 richmond.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxa-003ab501.gslb.pphosted.com
- mxb-003ab501.gslb.pphosted.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
- 141.166.35.106
TXT Records
- 6EAE02C5E8ACF7D7DA2EC8928D4A8478
- MS=97BED8DB74373FE368E794C5EA4235DEA97E4E5D
- ZA=XqZuHJ+jJbVQozi1txEgrQ==
- ZOOM_verify_ftbcJiBxNN7FdhupA1ETDt
- adobe-idp-site-verification=64b5777f126225eeeb7efa751b436c8ce52c59ceb9c1a2a9ff538a76db91765f
- apple-domain-verification=fVRuULxGKy8pzdPh
- canva-site-verification=G1dy4QgtQchq7MGLJsbT8Q
- d365mktkey=T8FI7IwF066fi9oOQBkx3q8u5f4FSz85VZDs5RM7YUwx
- d365mktkey=yrvBpJPUVbzIoNGjp3b1ooZyCiYXQLG5BWmNWDoJlokx
- google-site-verification=ios8uidblldhBxUeNZ-IVb-KITp5cPETxQ6_5XX811Q
- hpe-greenlake-domain-verification=66397a553377514f377453577a493432534f4171656c6f6b576d706c61785a56
- include:_spf.messagegears.net
- nTLSdzaVTTFysP00pg/B1ZnCnUUoVILScP/eOZGmn9YCj2WK/UjiI9HSvklKAP4RAdZvD3QgB5l6tdpAxRrGUg==
- proxy-ssl.webflow.com
- v=spf1 ip4:141.166.39.131 ip4:141.166.39.132 ip4:208.185.229.0/24 ip4:35.80.141.6 ip4:44.229.121.55 ip4:72.5.188.130 include:_spf.google.com include:spf.protection.outlook.com include:outboundmail.blackbaud.net include:45558589.spf03.hubspotemail.net include:_spf.qualtrics.com ip4:208.76.56.0/21 ip4:216.146.32.0/20 ip4:80.231.25.0/24 ip4:80.231.219.0/24 ip4:103.11.200.0/22 ip4:199.19.0.0/21 ip4:204.13.248.0/22 ip4:208.78.68.0/22 ip4:162.88.36.0/23 ip4:162.88.4.0/23 ip4:162.88.24.0/24 ip4:162.88.28.0/24 ip4:10.144.155.128/26 ip4:129.148.164.0/25 ip4:129.148.215.0/25 ip4:129.149.6.0/25 ip4:129.149.38.0/25 ip4:138.1.170.0/24 ip4:147.154.32.0/25 ip4:147.154.63.0/24 ip4:147.154.126.0/24 ip4:147.154.191.0/24 ip4:162.88.24.0/21 ip4:192.29.72.0/25 ip4:192.29.88.0/25 ip4:192.29.103.128/25 ip4:192.29.134.0/25 ip4:155.248.148.0/25 ip4:131.186.12.0/25 ip4:138.1.156.112 ip4:130.35.132.195 ip4:168.245.25.116 ip4:107.23.16.222 ip4:54.173.83.138 ip4:72.50.228.0/24 ~all
SPF Includes
- _spf.google.com
- spf.protection.outlook.com
- outboundmail.blackbaud.net
- 45558589.spf03.hubspotemail.net
- _spf.qualtrics.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is richmond.edu a disposable email provider?
No, richmond.edu is whitelisted and considered a legitimate email provider.
Can I use richmond.edu for account registration?
richmond.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from richmond.edu?
Use the Trashmail-Blacklist API to check richmond.edu before accepting it in your application. Send a GET request to /check/json/richmond.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 richmond.edu?
richmond.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 richmond.edu before they reach your database.