Is rawson.co.za a Disposable Email?
Unknownrawson.co.za is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-08-18
- Reason
- rawson.co.za
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check rawson.co.za programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/rawson.co.za
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/rawson.co.za")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/rawson.co.za");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/rawson.co.za");
$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/rawson.co.za")
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 rawson.co.za.
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
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
- mail.rawson.co.za
NS Records
- cass.ns.cloudflare.com
- tim.ns.cloudflare.com
SOA Record
- cass.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.26.0.78
- 104.26.1.78
- 172.67.72.99
- 2606:4700:20::681a:14e
- 2606:4700:20::681a:4e
- 2606:4700:20::ac43:4863
TXT Records
- MS=ms15894908
- facebook-domain-verification=w52bwnz9skwkr8kdstd0yve75zl1ld
- google-site-verification=BX0ZbbUH0RpXFn1BoAIdmJkhHp4lfrF1flIXpDF6D7I
- google-site-verification=MifdQ6T2r8iRJ-g2g99WX7xEbL-_l1F_nsmZzVE6ydk
- google-site-verification=hUmrELNIEeGVQu7V5FxrDmAqj9JbaZpUkuHHnuTQBMM
- google-site-verification=tquAwaaI1UNyxGosP7K_bfNJN2e5-jSIw01JpIrROEU
- google-site-verification=vHxtnPm47UhBaP9dGvYvbWDeWIkdTPwpvK8i4w6lBiM
- linkedin-site-verification=29814460-fb71-4fa4-90dc-0437ed8e9bda
- v=DMARC1; p=quarantine; rua=mailto:catchall@rawson.co.za; pct=5
- v=spf1 mx a ip4:197.221.35.163 include:_spf.google.com include:spf.mandrillapp.com include:_spf.crisp.email include:spf.mbsrvs.com ~all
- zoho-verification=zb33036495.zmverify.zoho.com
SPF Includes
- _spf.google.com
- spf.mandrillapp.com
- _spf.crisp.email
- spf.mbsrvs.com
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 rawson.co.za a disposable email provider?
rawson.co.za has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use rawson.co.za for account registration?
We have not yet verified rawson.co.za. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from rawson.co.za?
Use the Trashmail-Blacklist API to check rawson.co.za before accepting it in your application. Send a GET request to /check/json/rawson.co.za 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 rawson.co.za?
rawson.co.za 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 rawson.co.za before they reach your database.