Is harcourts.co.za a Disposable Email?
Unknownharcourts.co.za is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-24
- Reason
- harcourts.co.za
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check harcourts.co.za programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/harcourts.co.za
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/harcourts.co.za")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/harcourts.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/harcourts.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/harcourts.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 harcourts.co.za.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- za-smtp-inbound-1.mimecast.co.za
- za-smtp-inbound-2.mimecast.co.za
NS Records
- ns1-07.azure-dns.com
- ns2-07.azure-dns.net
- ns3-07.azure-dns.org
- ns4-07.azure-dns.info
SOA Record
- ns1-07.azure-dns.com
- soa@harcourts.net
A Records
- 107.23.64.217
TXT Records
- _globalsign-domain-verification=RgTEzkKneJf-S203Y80NPK27vjcjrCNntAa_34pGm5
- _globalsign-domain-verification=dpZHyV2vF2mf3asVDyv3YH9XBKBUuVf4pxuIAnxUmH
- _globalsign-domain-verification=98KyUlrJj1nV9LCSBr6w4LK99lUyZSLEUdD1QnqQdB
- _globalsign-domain-verification=E5dgNNgZmSN58XqvUwW2xXtWpI3PnE1dFoEheYp6U3
- everlytic-site-verification=43874975a63a54762dec476dc919863c20996263736dd2fe596f9e35363af775c86681005f2f2d3dbaee09515938571ce02c102c972a3046ede4d2e1b92948a7
- everlytic-site-verification=f9b44de9b834a0ffd49a6e865a55c17fe2b90028dfbf3d931cdcfe0af41bdafa4d0f057fb60abf9236c8d1da5558a74290ae031233bed7cabcd0655ee07410d4
- globalsign-domain-verification=e9471a62180d184360e7a16cf6831d17
- google-site-verification=9KiCh8jAS216fiS5iXyVNQUba5tdOW9-mAEKp_FZxWE
- google-site-verification=JKeXsW0XtdgZsiACm5KnBUx4bdPssABhEpoC5UT2n2Q
- google-site-verification=MlTHO-UlI8VBaKhxphaPX0WoLPhkRc_4sMK1jPBJUVE
- google-site-verification=_FftHbIaz35vOBOe3m5S0_ksrlcF-_fpYdYmGEAmUFc
- google-site-verification=c41G9Wla63Zv8JozaB_lQruYARxF2fEN_Jp67QJ3kMA
- google-site-verification=uPZtWBAPk6uYpey1D25i_xqT-GKSPfKQZWjxLaG_nYc
- v=spf1 ip4:203.84.134.0/23 ip4:113.197.64.0/22 ip4:203.96.85.0/26 ip4:122.56.19.0/26 ip4:125.236.55.240/29 ip4:184.72.247.203 ip4:197.242.153.124 ip4:154.0.169.13 ip4:217.147.87.66 ip4:107.23.64.217 include:spfa.harcourts.co.za include:_spf.elasticemail.com include:za._netblocks.mimecast.com include:spf.mbsrvs.com ~all
- workplace-domain-verification=bdxfjWVvzmsPALD8EvWEAfZ6G5GwMz
SPF Includes
- spfa.harcourts.co.za
- _spf.elasticemail.com
- za._netblocks.mimecast.com
- spf.mbsrvs.com
Related Domains by Mail Server
6 other domains also
use za-smtp-inbound-1.mimecast.co.za
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is harcourts.co.za a disposable email provider?
harcourts.co.za has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use harcourts.co.za for account registration?
We have not yet verified harcourts.co.za. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from harcourts.co.za?
Use the Trashmail-Blacklist API to check harcourts.co.za before accepting it in your application. Send a GET request to /check/json/harcourts.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 harcourts.co.za?
harcourts.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 harcourts.co.za before they reach your database.