Is mosbach.dhbw.de a Disposable Email?
Whitelistedmosbach.dhbw.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-06-25
- Reason
- mosbach.dhbw.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check mosbach.dhbw.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/mosbach.dhbw.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/mosbach.dhbw.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/mosbach.dhbw.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/mosbach.dhbw.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/mosbach.dhbw.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 mosbach.dhbw.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.hornetsecurity.com
- mx02.hornetsecurity.com
- mx03.hornetsecurity.com
- mx04.hornetsecurity.com
NS Records
- dns1.belwue.de
- dns3.belwue.de
- zeus.mosbach.dhbw.de
SOA Record
- zeus.mosbach.dhbw.de
- hostmaster@mosbach.dhbw.de
A Records
- 141.31.235.95
TXT Records
- MS=A59F699E71C7D55E8E87930BB32534A6F16D7D60
- google-site-verification=UtWsHQW-qAfT1hf8OlvGu-yMDHi9tecBSWXMjxQH8iA
- v=spf1 ip4:141.31.235.101 ip4:193.197.39.146 ip4:193.197.41.25 include:spf.dynect.net include:spf.hornetsecurity.com include:_spf.belwue.de ip4:172.246.1.222 include:spf.sendinblue.com include:_spf.recruiting-portal.com include:spf.academic-hero.de -all
SPF Includes
- spf.dynect.net
- spf.hornetsecurity.com
- _spf.belwue.de
- spf.sendinblue.com
- _spf.recruiting-portal.com
- spf.academic-hero.de
Related Domains by Mail Server
50 other domains also
use mx01.hornetsecurity.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is mosbach.dhbw.de a disposable email provider?
No, mosbach.dhbw.de is whitelisted and considered a legitimate email provider.
Can I use mosbach.dhbw.de for account registration?
mosbach.dhbw.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from mosbach.dhbw.de?
Use the Trashmail-Blacklist API to check mosbach.dhbw.de before accepting it in your application. Send a GET request to /check/json/mosbach.dhbw.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 mosbach.dhbw.de?
mosbach.dhbw.de is whitelisted as a legitimate provider. We provide its status, DNS records, and related domains sharing the same mail server.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like mosbach.dhbw.de before they reach your database.