Is bdo.co.za a Disposable Email?
Unknownbdo.co.za is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-08-09
- Last Checked
- 2026-08-23
- Reason
- bdo.co.za
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bdo.co.za programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bdo.co.za
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bdo.co.za")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bdo.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/bdo.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/bdo.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 bdo.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.lexsynergy.net
- ns2.lexsynergy.us
- ns3.lexsynergy.info
SOA Record
- ns1.lexsynergy.net
- dnsmaster@lexsynergy.com
A Records
- 20.107.224.11
TXT Records
- 70a77674def7e6b1654503fd85666bded4a60ddb4f13b79b19
- MS=ms1002405
- MS=ms25744830
- MS=ms31568120
- jGhHvpDgeXdYJ1vX8LEoMu8TyZFHvgfh8FzDpizByW65OOWQ4r9azZipm8LfDjgLIklYcY4ql2hr5RA0c/VOMw==
- ms-domain-verification=ab631617-bd48-4000-a5a2-1af99c020e9a
- v=spf1 ip4:167.89.11.197 include:za._netblocks.mimecast.com include:sendgrid.net -all
SPF Includes
- za._netblocks.mimecast.com
- sendgrid.net
Related Domains by Mail Server
9 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 bdo.co.za a disposable email provider?
bdo.co.za has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use bdo.co.za for account registration?
We have not yet verified bdo.co.za. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from bdo.co.za?
Use the Trashmail-Blacklist API to check bdo.co.za before accepting it in your application. Send a GET request to /check/json/bdo.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 bdo.co.za?
bdo.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 bdo.co.za before they reach your database.