Is macbay.de a Disposable Email?
Unknownmacbay.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-03
- Last Checked
- 2026-06-25
- Reason
- macbay.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check macbay.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/macbay.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/macbay.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/macbay.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/macbay.de");
$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/macbay.de")
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 macbay.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.macbay.de
- mx2.macbay.de
- mx3.macbay.de
- mx4.macbay.de
NS Records
- ns01.macbay.de
- ns02.macbay.de
- ns03.macbay.de
- ns04.macbay.de
SOA Record
- ns01.macbay.de
- autodns@macbay.de
A Records
- 185.225.133.85
TXT Records
- google-site-verification=Wtu6pGFMOA4CkjNz27iOtEjdX3kfmU3TTJwE6s0Hldc
- google-site-verification=jDx6PhfZhO3uhZEPW779Z_Ykp2MbxBjUC1Dm4YYr-s0
- v=spf1 mx ip4:159.69.164.192/27 ip4:116.203.102.78 ip4:116.203.29.72 ip4:185.225.134.176 ip4:185.225.133.85 ip6:2a01:4f8:1c1c:d493::1 a:1234.submission.antispamcloud.com include:userinclude.dme3ds1.com include:mail.macbay.email ~all
SPF Includes
- userinclude.dme3ds1.com
- mail.macbay.email
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is macbay.de a disposable email provider?
macbay.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use macbay.de for account registration?
We have not yet verified macbay.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from macbay.de?
Use the Trashmail-Blacklist API to check macbay.de before accepting it in your application. Send a GET request to /check/json/macbay.de 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 macbay.de?
macbay.de 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 macbay.de before they reach your database.