Is ucla.edu a Disposable Email?
Whitelisteducla.edu is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-09-09
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check ucla.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/ucla.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/ucla.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/ucla.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/ucla.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/ucla.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 ucla.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- smtp.google.com
NS Records
- ns1.dns.ucla.edu
- ns2.dns.ucla.edu
- ns3.dns.ucla.edu
- ns4.dns.ucla.edu
SOA Record
- ib00f2.csb1.ucla.net
- hostmaster@ucla.edu
A Records
- 15.197.181.170
- 3.33.167.235
TXT Records
- 9B35FCD11BFDDBD8EB06C8EF706B3548
- MS=ms75307409
- ZOOM_verify_VyMyKp4xRESQCcHLpwFUvw
- adobe-idp-site-verification=66a3bd1a9e558d8448ed38b1258c70ac3915d1a894e70ca110eb16c3f1254a8b
- atlassian-domain-verification=PYB7nvhaSpskXk/oaGfNqyc/VDgWrQIhzaLLFKIUWI5kT9GXjRegeU7CwS86cv7W
- atlassian-domain-verification=avKVbiyVZZ1DXWIHaaKKN7aaCdCcJeskGjVundz6pAgcOM9IKXaF66psfVpXC232
- atlassian-domain-verification=q30yDADVaFnzLVOlyAKq90ajO6mW7k08cAxUyblTa5XYzaa8AASLidcHhtUpouoZ
- brevo-code:fb7abc76984900d8473089f6bc03c064
- cisco-ci-domain-verification=6e1def6e2a0868a9419cfea9b832f97ad90431954906840385111730225cb122
- docusign=027f23b4-d9f0-4ee3-9b88-971151b9799a
- docusign=2443ab46-94b2-4538-963e-c51aecbf883a
- docusign=8464d0b2-429a-4bd4-bd4b-b8731bc52272
- docusign=f69982ad-c0cf-4bc3-93aa-68a7daa19db5
- dtm-domain-verification=EASom4Rer_jmKtH9ZtAiFt4AoHXsMnieZGTxWaf1HgU
- google-site-verification=CYG7YvyVNclBzS9iQ5kfNRGyP2TCDkx5Y-zsS5dpmRo
- google-site-verification=FLpFoWt5t_e08uK3oeAoq2aTuHe3YhWjqwQfA7YcDaM
- google-site-verification=QS5gayPg38zC46YsAx4a9c3v4qTBkn-R69g90pQgpB0
- google-site-verification=Ra3XM5Y8Xemz62pY2Ul98YRmX21qNtvXnzaOZixTFWI
- google-site-verification=_TtGYbOLonABpIn4mkZlKPmMEulT8077b3Nq_uo0RSM
- google6505167087
- hpe-greenlake-domain-verification=577732674e4975336636676d5851352d785969355346586848344a6a44583561
- jamf-site-verification=d5VBEA2LY6sHcp5mgWJWAQ
- klaviyo-site-verification=VUwRd8
- klaviyo-site-verification=YhxBRK
- l9lkd49o9eeqj1rm0fhp65q79i
- openai-domain-verification=dv-85b2FcVGlrPNPqnmddUjAZw7
- s12qrtu50nfpgjjvc0sof3ltnu
- smartsheet-site-validation=6hn_LE93R6x_4UVsmIKf_r17MVOOVpsH
- v=spf1 ip4:128.97.0.0/16 ip4:149.142.0.0/16 ip4:131.179.0.0/16 ip4:164.67.0.0/16 ip4:169.232.0.0/16 ip4:20.114.37.244/30 ip6:2607:f010::/32 include:everbridge.net include:_spf.google.com include:spf.protection.outlook.com include:_spf.salesforce.com a:c.spf.service-now.com ?all
SPF Includes
- everbridge.net
- _spf.google.com
- spf.protection.outlook.com
- _spf.salesforce.com
Related Domains by Mail Server
50 other domains also
use smtp.google.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is ucla.edu a disposable email provider?
No, ucla.edu is whitelisted and considered a legitimate email provider.
Can I use ucla.edu for account registration?
ucla.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from ucla.edu?
Use the Trashmail-Blacklist API to check ucla.edu before accepting it in your application. Send a GET request to /check/json/ucla.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 ucla.edu?
ucla.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 ucla.edu before they reach your database.