Is lamparter.de a Disposable Email?
Unknownlamparter.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-24
- Reason
- lamparter.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check lamparter.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/lamparter.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/lamparter.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/lamparter.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/lamparter.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/lamparter.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 lamparter.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.ahponline.de
- mx2.ahponline.de
NS Records
- ns1.plusserver.com
- ns2.plusserver.com
- ns3.plusserver.com
SOA Record
- ns1.plusserver.com
- hostmaster@plusserver.com
A Records
- 185.30.32.155
TXT Records
- 05082025
- 08/08/2025
- MS=90460237
- v=spf1 mx ip4:217.78.136.0/24 ip4:217.9.116.0/24 ip4:194.172.160.0/24 ip4:88.79.202.0/24 ip4:91.217.86.0/24 ip4:195.243.214.0/25 include:inxserver.com -all
SPF Includes
- inxserver.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is lamparter.de a disposable email provider?
lamparter.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use lamparter.de for account registration?
We have not yet verified lamparter.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from lamparter.de?
Use the Trashmail-Blacklist API to check lamparter.de before accepting it in your application. Send a GET request to /check/json/lamparter.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 lamparter.de?
lamparter.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 lamparter.de before they reach your database.