Is seas.upenn.edu a Disposable Email?
Whitelistedseas.upenn.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-07-26
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check seas.upenn.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/seas.upenn.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/seas.upenn.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/seas.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/seas.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/seas.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 seas.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
- 158.130.68.91
TXT Records
- e2ma-verification=8qggb
- e2ma-verification=beagb
- e2ma-verification=epsgb
- e2ma-verification=gpsgb
- e2ma-verification=inngb
- e2ma-verification=v1ggb
- v=spf1 ip4:158.130.64.0/21 ip4:158.130.96.0/23 ip6:2607:f470:8:64::/64 ip6:2607:f470:8:96::/64 ip4:176.31.145.254 include:_spf.google.com include:spf.protection.outlook.com include:spf-00390e01.pphosted.com include:emailus.freshservice.com include:_spf.e2ma.net include:%{ir}.%{v}.%{d}.spf.has.pphosted.com ~all
SPF Includes
- _spf.google.com
- spf.protection.outlook.com
- spf-00390e01.pphosted.com
- emailus.freshservice.com
- _spf.e2ma.net
- %{ir}.%{v}.%{d}.spf.has.pphosted.com
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 seas.upenn.edu a disposable email provider?
No, seas.upenn.edu is whitelisted and considered a legitimate email provider.
Can I use seas.upenn.edu for account registration?
seas.upenn.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from seas.upenn.edu?
Use the Trashmail-Blacklist API to check seas.upenn.edu before accepting it in your application. Send a GET request to /check/json/seas.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 seas.upenn.edu?
seas.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 seas.upenn.edu before they reach your database.