Is msu.edu a Disposable Email?
Whitelistedmsu.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-07-20
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check msu.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/msu.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/msu.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/msu.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/msu.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/msu.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 msu.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxa-00165801.gslb.pphosted.com
- mxb-00165801.gslb.pphosted.com
NS Records
- ns-1432.awsdns-51.org
- ns-1827.awsdns-36.co.uk
- ns-64.awsdns-08.com
- ns-665.awsdns-19.net
SOA Record
- ns-665.awsdns-19.net
- awsdns-hostmaster@amazon.com
A Records
- 45.60.108.246
- 45.60.63.246
TXT Records
- aLlvL2DiUReVNESUQYsBAV2nKa4tuQej+TNymArkAmMmTyCBAiZdJBwgGIMy3Mi2YLzgabDK8CREkb98YiBQiw==
- airtable-verification=8f61df4476392363de5aa9bde19c2cad
- airtable-verification=d694cc3ff9805d58b783cfc4e81ce2c8
- apple-domain-verification=0jfkDunzyRzI0WsL
- atlassian-domain-verification=itLfKC08zO047glldaNzD2p7nvo1N2OyKrZ/in5ovH5lxikPyiqb95ZSclsszpE9
- atlassian-domain-verification=qEWbOJqdu3drEba/zhP3SGN5GhrswqfGlNRzIMbcNAaa215JmyGwcP3IRNaZdVBS
- autodesk-domain-verification=w4XRUrwZTOVh2K9j2L8L
- bw=MEjeLCC4f0640PNjH6uDzp3YJ/npaMF8i5N5g6pnZ1R8
- cisco-ci-domain-verification=5cf47f796ffe9ac34e9bc6910231e603717c74a2fffdaa8a54251d9117769fb
- dell-technologies-domain-verification=msu.edu_e73b9b8e-20e0-47c7-9edc-15479a838f12_1745771063
- globalsign-domain-verification=018D7F2C50F08731DD85B3C6CC291038
- globalsign-domain-verification=38B161A9C5547F0B515AB8C1941ED0E8
- globalsign-domain-verification=4357b70081ec9d63c1643d4640603ccd
- globalsign-domain-verification=ACD1C5DE2220D692E0C36BF46F040EE9
- globalsign-domain-verification=B8EC28BC125F423268E5A2EEFC31AA85
- globalsign-domain-verification=E5B7DB815DCA5CE2BEFD523522A1ACEF
- google-site-verification=WjTZuTOhvitFU3cwvUrShiFgfHi9o64LFFAMSe_yEN8
- google-site-verification=xnUsUm8vkXWEEtnsFclA6JiqvZ1HimYoXNsf6l3sORk
- invoiced-saml-verification=0eaa78e391761d2937bef925a056a6e2
- jamf-site-verification=j6YAGgLGIJE03sDXPLx9Uw
- nearmap-domain-verification=0869879417f20495d6ea968532619b8c6660429b4cc0e07f17baf89f199c33c7
- openai-domain-verification=dv-E73Jfkx5XkP2jqbeTkmx9S40
- pRj1lHNHlDBoyTvYFaUBH02G8lX9cB6CVLuJy5RuDw/mZJ9YiHzdsFmF2tLKa58yeojGLj055VTqALoON5PQzQ==
- sitecore-domain-verification=0f3897166ebc42a492e1c0387bf63104
- teamviewer-sso-verification=d8b37211efed44b589c9b8196e1a92e8
- v=DKIM1 a -all; MS=ms58189640
- v=spf1 ip4:35.8.0.0/13 ip4:207.74.148.0/24 ip4:192.231.113.0/24 ip4:162.247.216.0/22 ip4:66.151.109.0/24 ip4:34.194.230.233 ip4:34.230.107.215 ip4:148.163.147.0/24 ip4:148.163.143.0/24 include:_external.mail.msu.edu include:_external2.mail.msu.edu -all
SPF Includes
- _external.mail.msu.edu
- _external2.mail.msu.edu
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is msu.edu a disposable email provider?
No, msu.edu is whitelisted and considered a legitimate email provider.
Can I use msu.edu for account registration?
msu.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from msu.edu?
Use the Trashmail-Blacklist API to check msu.edu before accepting it in your application. Send a GET request to /check/json/msu.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 msu.edu?
msu.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 msu.edu before they reach your database.