Is virginia.edu a Disposable Email?
Whitelistedvirginia.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 virginia.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/virginia.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/virginia.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/virginia.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/virginia.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/virginia.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 virginia.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- tm.az.virginia.edu
NS Records
- eip-01-aws.net.virginia.edu
- nom.virginia.edu
- uvaarpa.virginia.edu
SOA Record
- nom.virginia.edu
- hostmaster@virginia.edu
A Records
- 128.143.33.145
- 128.143.33.146
- 128.143.33.150
- 132.148.77.44
TXT Records
- 00256316
- MS=ms40126609
- ZOOM_verify_PuU-eQzyQ7ONrij_vTP72A
- airtable-verification=bc6f22332ff256b3ff3573d451e2e9d5
- anthropic-domain-verification-06xczc=S2RSRmEXKMaUWADjBs3plmn9e
- apple-domain-verification=mROwKUEMfwLBfltC
- apple-domain-verification=zllSamqSFAw4lNQo
- atlassian-domain-verification=bWvCIIroKtwfKHzK85siobwKzklsKpQRBDsnpHAy4eZU8a4sc3lx3DgGD8anUDdi
- cisco-ci-domain-verification=268b991de3589451b38fcfeaa99473f8e4fb2522f96a1b478e04ec1bd5a25ff9
- docker-verification=ce211d1e-318e-47df-a577-02ff8433d7b5
- docusign=6547d080-1c40-427c-8736-fafa466ff73f
- e2ma-verification=rx8eb
- google-site-verification=rePHmrM7FEfSw62DHq9TpuMFUw66J6hgpFFh5cq89IM
- google-site-verification=zEwuk4FIG8_vtv2BZJOD6IWzg9JbNiJPH9mQdPNCXRw
- jamf-site-verification=0uspGKDMkjiSUu7ND5gXKw
- js7cav9rghvdpb3ilhs6qqgiga
- lifitemjb0hc9uiigk2gkofrj5
- miro-verification=9f3238c881466b3ccb99c4347b99e5504eafc118
- onetrust-domain-verification=d901adf09116474c89790a9752e0046c
- oovh6v3cjjnh7ovn5k3av61qe9
- openai-domain-verification=dv-azMq0AtSucP9q346upCqAwND
- p987gk00mtga6bbosssbke16t
- sending_domain1023271=f4a69653389ff4543a64e982f1cbc2e9db30eab95cccfb8be58d883ce7849448
- v=msv1 t=537499f256ea46bd386f7543d18d28
- v=spf1 a mx ip4:52.254.56.82 ip4:52.137.91.139 ip4:128.143.125.90 ip4:128.143.125.91 ip4:209.222.25.117 include:spf.protection.outlook.com include:_spf.google.com include:spf.elluciancloud.com ~all
- yYMwnn+VY4w6aVf+cE4888ppz+MDXBKnaI0m5eteiMGgwWIBTOgA6aTSJM4QYRG6s49MnR2Fj0grzaOKokmCow==
SPF Includes
- spf.protection.outlook.com
- _spf.google.com
- spf.elluciancloud.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is virginia.edu a disposable email provider?
No, virginia.edu is whitelisted and considered a legitimate email provider.
Can I use virginia.edu for account registration?
virginia.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from virginia.edu?
Use the Trashmail-Blacklist API to check virginia.edu before accepting it in your application. Send a GET request to /check/json/virginia.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 virginia.edu?
virginia.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 virginia.edu before they reach your database.