Is emory.edu a Disposable Email?
Whitelistedemory.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-27
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check emory.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/emory.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/emory.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/emory.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/emory.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/emory.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 emory.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- emory-edu.mail.protection.outlook.com
- smtp.service.emory.edu
NS Records
- publicdns1.emory.net
- publicdns2.emory.net
SOA Record
- dns-public-ws.emory.net
- hostmaster@emory.net
A Records
- 50.16.204.103
- 52.206.37.88
TXT Records
- 20qc030a2uhrmmk6v1o8acg3ri
- 27jbe5nf8ue7gk2t0dahuk7ra9
- 3nYsULXk5IUzviTX+2NogyJGQ21iS4fq1mXfnrpqvhTA9OsJCjSeFIpVwOFIZDBk9WXwKyKv3axC8qsrxPXT1Q==
- MS=ms19185306
- SFMC-kIW0hyxhBw4Y5zLxMhb6tjRJ45SLsppoGW4_9C15
- _dmarc.js.emory.edu
- _dmarc.sustainability.emory.edu
- _dmarc.winshipcancer.emory.edu
- adobe-idp-site-verification=850227643298fcd532d3513e85bf323209c68d110d833dc6b65b6cbc2f018d29
- asv=5e26ee297594686f178c5d75df2b723a
- atlassian-domain-verification=6pkFvwWe0GT6lbD4obYbNW41L7Lf37s8XkTb/EJuvkB8hyoa1Kj4Rf4AbwLmjtxs
- brevo-code:105d2e2193c1bbfdb7b3716607ca690d
- docusign=07d93342-1cf0-46ab-befc-5d79fb04c837
- docusign=8efc7088-7a14-4281-afcc-faea8d1406a1
- dpt07uvhf4o2gl4rme72nloipu
- duo_sso_verification=8Z7PN3nPJYMPS6sOMqQhkjAvMS2DewGUIUVuQ86jPXHmije3VTCLHDVFJYEmB5RS
- mn39c3b7takaft544ovf0l5qtu
- teamviewer-sso-verification=37acbb54696b4ceb8961b822d619faa0
- v=spf1 ip4:170.140.0.0/16 ip4:163.246.0.0/16 include:spf.protection.outlook.com include:technolutions.net include:cust-spf.exacttarget.com ~all
SPF Includes
- spf.protection.outlook.com
- technolutions.net
- cust-spf.exacttarget.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is emory.edu a disposable email provider?
No, emory.edu is whitelisted and considered a legitimate email provider.
Can I use emory.edu for account registration?
emory.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from emory.edu?
Use the Trashmail-Blacklist API to check emory.edu before accepting it in your application. Send a GET request to /check/json/emory.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 emory.edu?
emory.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 emory.edu before they reach your database.