Is sas.upenn.edu a Disposable Email?
Whitelistedsas.upenn.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-16
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sas.upenn.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sas.upenn.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sas.upenn.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sas.upenn.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sas.upenn.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/sas.upenn.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 sas.upenn.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mxa-00390e01.gslb.pphosted.com
- mxb-00390e01.gslb.pphosted.com
A Records
- 128.91.79.164
- 165.123.125.242
- 165.123.242.19
TXT Records
- e2ma-verification=4z4bb
- e2ma-verification=q5pgb
- e2ma-verification=ypxcb
- v=spf1 include:%{ir}.%{v}.%{d}.spf.has.pphosted.com include:_spf.google.com include:spf.protection.outlook.com include:fdspfus.freshemail.io include:sendgrid.net ip4:128.91.234.0/24 ip4:130.91.65.131 ip4:165.123.242.30 ip4:52.89.178.138 ~all
SPF Includes
- %{ir}.%{v}.%{d}.spf.has.pphosted.com
- _spf.google.com
- spf.protection.outlook.com
- fdspfus.freshemail.io
- sendgrid.net
Related Domains by Mail Server
3 other domains also
use mxa-00390e01.gslb.pphosted.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sas.upenn.edu a disposable email provider?
No, sas.upenn.edu is whitelisted and considered a legitimate email provider.
Can I use sas.upenn.edu for account registration?
sas.upenn.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from sas.upenn.edu?
Use the Trashmail-Blacklist API to check sas.upenn.edu before accepting it in your application. Send a GET request to /check/json/sas.upenn.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 sas.upenn.edu?
sas.upenn.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 sas.upenn.edu before they reach your database.