Is salzmann-gmbh.cloud a Disposable Email?
Unknownsalzmann-gmbh.cloud is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-08-19
- Reason
- salzmann-gmbh.cloud
Registration Data
- Registrar
- IONOS SE
- Registered
- 2021-12-06 (4 years, 8 months)
- Expires
- 2026-12-06
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check salzmann-gmbh.cloud programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/salzmann-gmbh.cloud
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/salzmann-gmbh.cloud")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/salzmann-gmbh.cloud");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/salzmann-gmbh.cloud");
$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/salzmann-gmbh.cloud")
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 salzmann-gmbh.cloud.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx00.ionos.de
- mx01.ionos.de
NS Records
- ns1018.ui-dns.de
- ns1023.ui-dns.com
- ns1025.ui-dns.org
- ns1046.ui-dns.biz
SOA Record
- ns1025.ui-dns.org
- hostmaster@1und1.com
A Records
- 2001:8d8:100f:f000::2d3
- 217.160.0.4
TXT Records
- v=spf1 include:_spf-eu.ionos.com ~all
SPF Includes
- _spf-eu.ionos.com
Related Domains by Mail Server
50 other domains also
use mx00.ionos.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is salzmann-gmbh.cloud a disposable email provider?
salzmann-gmbh.cloud has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use salzmann-gmbh.cloud for account registration?
We have not yet verified salzmann-gmbh.cloud. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from salzmann-gmbh.cloud?
Use the Trashmail-Blacklist API to check salzmann-gmbh.cloud before accepting it in your application. Send a GET request to /check/json/salzmann-gmbh.cloud 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 salzmann-gmbh.cloud?
salzmann-gmbh.cloud 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 salzmann-gmbh.cloud before they reach your database.