Is gatech.edu a Disposable Email?
Whitelistedgatech.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-08-18
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check gatech.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/gatech.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/gatech.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/gatech.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/gatech.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/gatech.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 gatech.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- gatech-edu.mail.protection.outlook.com
NS Records
- dns1.gatech.edu
- dns2.gatech.edu
- dns3.gatech.edu
SOA Record
- dns1.gatech.edu
- hostmaster@gatech.edu
A Records
- 151.101.130.216
- 151.101.194.216
- 151.101.2.216
- 151.101.66.216
TXT Records
- 1password-site-verification=EISCRSLWPNDCXE5YAWB2KATZIA
- 2o0qkdhgn6h9p695r7phh8d4ok
- 9dLzu0CG1qO+5B82n6k35OPexBrgVoft1ok1lJma7uzEUG95D0GvY9q4p0XdDDnsNj2tGoaJKr3uGtnUhnPQ2w==
- D7GHRMWUOA7K69XBLF70NIPOH4CAVI4JJY9KHGHV
- E3DD78E16C5CB5F95EBC1B4ADC635429
- MS=ms45592394
- MS=ms74949178
- ZOOM_verify_WEnAVQIRPeo0hcJisIGkQG
- adobe-idp-site-verification=b121cd76-89af-4a5f-b94a-9cc865e1116f
- airtable-verification=79969ae4a440c5c240092c823ad833f8
- anthropic-domain-verification-vx4x4d=zKKIpv73L3s4UATN2EY4cBxAB
- apple-domain-verification=5dqZgW9v3jro7kzf
- atlassian-domain-verification=JINfQ5QEWL8mwz12g6Gnzb/pRfUZcSof0noIdxlTgVaoeWj2JjMRUaS0LDBYvagn
- cisco-ci-domain-verification=3b439ac3574a218119fb4d2ae11d9f82d6a0b76ca853754fdf0ef77f707fcaf5
- docusign=3a62dae8-1176-4aec-98f5-6b7a1e120359
- docusign=e1e347ac-bf67-4a46-af4b-633507650cd8
- dropbox-domain-verification=qddqfi7r4j3s
- google-site-verification=YAlClp86z3JJuhJtsl-6-cc2YdAxYeJ5QKgKaHuG2WE
- jamf-site-verification=gAwgJ3Xd0vGmRXC5AtK_2A
- onetrust-domain-verification=5c805546946c4762bfcd39bae58bbe95
- openai-domain-verification=dv-QYbNXMWTRie8FAYxkPoFsUI0
- smartsheet-site-validation=eNrpnAJtXF17QgFh4D_ZvdUqX5ar6cCf
- status-page-domain-verification=97wpf9ns99vd
- v=spf1 include:spf.gatech.edu -all
- webexdomainverification.4C675B8AB8B9B136E053AB06FC0A3F65=0ff7987a-38bc-451e-b0ab-926b301d24d8
SPF Includes
- spf.gatech.edu
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is gatech.edu a disposable email provider?
No, gatech.edu is whitelisted and considered a legitimate email provider.
Can I use gatech.edu for account registration?
gatech.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from gatech.edu?
Use the Trashmail-Blacklist API to check gatech.edu before accepting it in your application. Send a GET request to /check/json/gatech.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 gatech.edu?
gatech.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 gatech.edu before they reach your database.