Is dexters.co.uk a Disposable Email?
Unknowndexters.co.uk is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-23
- Reason
- dexters.co.uk
Registration Data
- Registrar
- 123-Reg Limited t/a 123-reg
- Registered
- 1998-01-12 (28 years, 5 months)
- Expires
- 2028-01-12
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check dexters.co.uk programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/dexters.co.uk
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/dexters.co.uk")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/dexters.co.uk");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/dexters.co.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/dexters.co.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 dexters.co.uk.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1-eu1.ppe-hosted.com
- mx2-eu1.ppe-hosted.com
NS Records
- elijah.ns.cloudflare.com
- mary.ns.cloudflare.com
SOA Record
- elijah.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 206.189.245.237
TXT Records
- 00f763720b3a050cc2cada66a26b4f38
- 0ed1fe018a5731606fe79f439bbc8475
- MS=DAC0B202279DB5349B23C39380A3030AA8CF976A
- _2k3623y8uyp5cn79i8csh9w4osccjt6
- access-domain-verification=9cec391d6df5547695c1a04582f9b4d5c1581c42aff70d6325b6f524aac3fa61
- docusign=d2f61b66-84d7-4fd8-8d19-e0adf4fb06aa
- google-site-verification=XoLrpLQdwEysWln9GBu_0qbVUgdY0pP2JPcq8pxZ1n0
- ppe-fd127987fb28e2236376c5a1c21da3f459f08329
- v=spf1 a:dexters.q.starberry.com ip4:217.171.110.32 include:_spf.google.com include:_spf-eu.ppe-hosted.com include:spf.smtp2go.com include:fdspfeuc.freshemail.io include:theaccessgroupSPF.smtp.com include:spf.antispamcloud.com include:mailgun.org include:_spf.netigate.se ~all
- zoho-verification=zb73726728.zmverify.zoho.com
SPF Includes
- _spf.google.com
- _spf-eu.ppe-hosted.com
- spf.smtp2go.com
- fdspfeuc.freshemail.io
- theaccessgroupSPF.smtp.com
- spf.antispamcloud.com
- mailgun.org
- _spf.netigate.se
Related Domains by Mail Server
13 other domains also
use mx1-eu1.ppe-hosted.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is dexters.co.uk a disposable email provider?
dexters.co.uk has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use dexters.co.uk for account registration?
We have not yet verified dexters.co.uk. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from dexters.co.uk?
Use the Trashmail-Blacklist API to check dexters.co.uk before accepting it in your application. Send a GET request to /check/json/dexters.co.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 dexters.co.uk?
dexters.co.uk is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like dexters.co.uk before they reach your database.