Is vanderbilt.edu a Disposable Email?
Whitelistedvanderbilt.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 vanderbilt.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/vanderbilt.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/vanderbilt.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/vanderbilt.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/vanderbilt.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/vanderbilt.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 vanderbilt.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- vanderbilt-edu.mail.protection.outlook.com
NS Records
- ns1.vanderbilt.edu
- ns2.vanderbilt.edu
- ns3.vanderbilt.edu
- ns4.vanderbilt.edu
SOA Record
- ns1.vanderbilt.edu
- noc@vanderbilt.edu
A Records
- 18.67.65.116
- 18.67.65.119
- 18.67.65.38
- 18.67.65.60
TXT Records
- MS=ms22528399
- ZOOM_verify_dr4sLjF8sxm6AcjtNNiMB2
- _v8vb83d1o4uah31sa6cwz1ahxj5v68w
- atlassian-domain-verification=KIrgf7/apONq/bRnIYdJbtFpatSYKDRI9zXQMa5facg4/7C7aQ5nmBlq0/bWJB1R
- docusign=3041bd88-1c88-49c0-8576-3d2885cb672b
- docusign=529f0db5-6560-4a5a-bd99-efb58047d240
- google-site-verification=ZPkskV3bBDvSNlfQT4v7iQztoJzSniLVsXVRNUysWTs
- infoblox-domain-mastery=f0b5ed4094e6987428819256812c9b4e577e8947244eaa8ac44dfa20beacc8dc80
- notion-domain-verification=97dE1bHc7XC2FHSsR7KrzXMFu0GSMKquWBIciXaOXMx
- poll-everywhere-2-0-domain-verification-fs9hmc=bgsfIReGhZPrmpR7aed0O9Xlk
- v=spf1 mx ip4:129.59.16.3 ip4:129.59.16.4 ip4:129.59.16.5 ip4:129.59.15.240 ip4:129.59.15.241 ip4:129.59.15.242 ip4:129.59.15.243 include:spf.protection.outlook.com ~all
SPF Includes
- spf.protection.outlook.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is vanderbilt.edu a disposable email provider?
No, vanderbilt.edu is whitelisted and considered a legitimate email provider.
Can I use vanderbilt.edu for account registration?
vanderbilt.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from vanderbilt.edu?
Use the Trashmail-Blacklist API to check vanderbilt.edu before accepting it in your application. Send a GET request to /check/json/vanderbilt.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 vanderbilt.edu?
vanderbilt.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 vanderbilt.edu before they reach your database.