Is leuchtturm.com a Disposable Email?
Unknownleuchtturm.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-16
- Last Checked
- 2026-08-25
- Reason
- leuchtturm.com
Registration Data
- Registrar
- RegistryGate GmbH
- Registered
- 1996-07-16 (30 years, 1 month)
- Expires
- 2027-07-15
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check leuchtturm.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/leuchtturm.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/leuchtturm.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/leuchtturm.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/leuchtturm.com");
$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/leuchtturm.com")
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 leuchtturm.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- de-smtp-inbound-1.mimecast.com
- de-smtp-inbound-2.mimecast.com
NS Records
- ns.seceidos.com
- ns.seceidos.de
- ns.seceidos.net
- ns.seceidos.org
SOA Record
- ns.seceidos.de
- hostmaster@leuchtturm.com
A Records
- 31.172.90.100
TXT Records
- 99cc6f1aa48ab29c86623786f88af320
- MS=7CCA4B2706194D2C98515DF03DE28F265973BD55
- MS=ms49075634
- apple-domain-verification=RwseZpwxvlz9rTYe
- autodesk-domain-verification=yHjTDoO7tP6DYelPCvEl
- mindmanager-verification=8d9d5920d1ca666564395e16297fac6725ab10ee371b8cff590b23a21096717f
- v=spf1 include:a10zuk0nse.powerspf.com ~all
- zoho-verification=zb28312705.zmverify.zoho.eu
- zoho-verification=zb93275104.zmverify.zoho.eu
- zoho-verification=zb97008362.zmverify.zoho.eu
SPF Includes
- a10zuk0nse.powerspf.com
Related Domains by Mail Server
21 other domains also
use de-smtp-inbound-1.mimecast.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is leuchtturm.com a disposable email provider?
leuchtturm.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use leuchtturm.com for account registration?
We have not yet verified leuchtturm.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from leuchtturm.com?
Use the Trashmail-Blacklist API to check leuchtturm.com before accepting it in your application. Send a GET request to /check/json/leuchtturm.com 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 leuchtturm.com?
leuchtturm.com 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 leuchtturm.com before they reach your database.