Is myport.ac.uk a Disposable Email?
Whitelistedmyport.ac.uk is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-04-21
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check myport.ac.uk programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/myport.ac.uk
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/myport.ac.uk")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/myport.ac.uk");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/myport.ac.uk");
$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/myport.ac.uk")
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 myport.ac.uk.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- aspmx.l.google.com
- aspmx2.googlemail.com
- aspmx3.googlemail.com
- aspmx4.googlemail.com
- aspmx5.googlemail.com
A Records
- 148.197.223.7
TXT Records
- 5a874903-f4c7-41a0-9c44-a0a62fa7ab14
- 7e5fb577-34f9-41d8-a8de-f2e71efaefdd.100718
- MS=D6231DD58D55E0DF7DAE75147959251828A96ACF
- MS=ms21241360
- QuoVadis=5e976f31-2fc0-4307-8106-326e410f5b43
- ZOOM_verify_nwqhkNCSSTyNbqufeHEvwA
- adobe-idp-site-verification=2dd099867f687579ba1908f7c73e2059e4b7560d916e172e23370e23438b9b32
- cisco-ci-domain-verification=59c2bcbc6c29bd0590bc114fb90dd11d1c26aab5a8e35d3f579643100cf6c0c6
- google-site-verification=b8VifWIsLQnQUVaYTNNmV3JXpyocNA-xyjV9-wNLl9s
- v=spf1 mx ip4:148.197.0.0/16 ip4:209.95.230.52 include:_spf.google.com include:mktomail.com include:spf.protection.outlook.com -all
Related Domains by Mail Server
50 other domains also
use alt1.aspmx.l.google.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is myport.ac.uk a disposable email provider?
No, myport.ac.uk is whitelisted and considered a legitimate email provider.
Can I use myport.ac.uk for account registration?
myport.ac.uk is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from myport.ac.uk?
Use the Trashmail-Blacklist API to check myport.ac.uk before accepting it in your application. Send a GET request to /check/json/myport.ac.uk 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 myport.ac.uk?
myport.ac.uk 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 myport.ac.uk before they reach your database.