Is sky.com a Disposable Email?
Whitelistedsky.com is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-06-23
- Reason
- sky.com
Registration Data
- Registrar
- MarkMonitor Inc.
- Registered
- 1988-03-31 (38 years, 2 months)
- Expires
- 2027-06-17
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sky.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sky.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sky.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sky.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sky.com");
$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/sky.com")
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 sky.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx-eu.mail.am0.yahoodns.net
NS Records
- edns1.ultradns.biz
- edns1.ultradns.com
- edns1.ultradns.net
- edns1.ultradns.org
- ns0.isp.sky.com
- ns1.isp.sky.com
SOA Record
- ns0.isp.sky.com
- hostmaster@isp.sky.com
A Records
- 90.216.128.5
TXT Records
- 00d4l000000dm5duas
- MS=ms86737142
- _12nlncz474iaso9j55v7i88sa0rnsna
- _595cjaqv0ptl1epn8cb0fqfd1h5yhg0
- _5md2fczgpxw5jl0lk0xzv6svpx3x64a
- _jd8vq9u16l6vylmvdfbqtvqkb2g6nrs
- _p9t8fz0eoxp6xip05ata9xwtpqs93m6
- _pjgmrpdv28fyb3k9ay31j27a17li1hs
- _s5iacdkk632162peqyadpnoloo7g2js
- ahrefs-site-verification_607c2c7074c04201f6632e6a440053ec517a212c8a03c5083fd939033aec6f3f
- btsl662n5ztf6hxwpz1br9lnymzlxnhh
- facebook-domain-verification=ipyjuhllffdlc7r4atbu8bjwwp0f5k
- google-site-verification=Ic0ftNf6Pta1zaewQg7-TCuketCTgZ2CXj0LJj9RIMA
- google-site-verification=T8BVAD-cfFxIqvPpZn4LVI57n9HfjwmtLotigKtTsfE
- google-site-verification=VFpv2u0XNbu-CZ7oUtVcu-aIM3kaS_saNRwozl_NQxk
- google-site-verification=XzbYOlDPRzLbnhWk1pFivHZzYJyk2IbsLUiaU74cDIQ
- google-site-verification=_8Kzib21BabB_N3_7wdtxZj_rFp7Rj-vFWnA_ZsriZ8
- pardot916381=5bdd524aacc22cc1e56b6a1fbb397218800799de66cf70980fb7ead32a50438f
- pinterest-site-verification=92d7380a0ba5d6b8a7170aec27d80ebc
- shwmg2xn2d7wp400zml9jkpdllzvx66z
- v=spf1 include:_ipspf.yahoo.com -all
- xj15qbt8nfwys1gg0s50gq21b2b8h5gs
SPF Includes
- _ipspf.yahoo.com
Related Domains by Mail Server
27 other domains also
use mx-eu.mail.am0.yahoodns.net
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sky.com a disposable email provider?
No, sky.com is whitelisted and considered a legitimate email provider.
Can I use sky.com for account registration?
sky.com is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from sky.com?
Use the Trashmail-Blacklist API to check sky.com before accepting it in your application. Send a GET request to /check/json/sky.com 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 sky.com?
sky.com 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 sky.com before they reach your database.