Is albagroup.de a Disposable Email?
Unknownalbagroup.de is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-09-20
- Reason
- albagroup.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check albagroup.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/albagroup.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/albagroup.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/albagroup.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/albagroup.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/albagroup.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 albagroup.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx14a.antispameurope.com
- mx14b.antispameurope.com
- mx14c.antispameurope.com
- mx14d.antispameurope.com
NS Records
- ns.mpexnet.de
- ns2.mpexnet.de
- ns3.mpex.net
SOA Record
- ns.mpexnet.de
- hostmaster@mpexnet.de
A Records
- 81.17.217.232
TXT Records
- MS=ms57416248
- p4iAmEuCp9Gp/SVwr+vjh/XoTO292KH2RQMb50SrKACqsUZ41rCQQcJrCMxxcT3SZ+ZNgaGQ/9PWc2h0csrtVA==
- v=spf1 include:spf.hornetsecurity.com include:_spf_matoma.albagroup.de include:spf.protection.outlook.com include:spf.de.umantis.com a:mail.askallo.info a:mout.kundenserver.de a:er-mail.erecruiter.net include:spf.spi-hosting.de ~all
SPF Includes
- spf.hornetsecurity.com
- _spf_matoma.albagroup.de
- spf.protection.outlook.com
- spf.de.umantis.com
- spf.spi-hosting.de
Related Domains by Mail Server
9 other domains also
use mx14a.antispameurope.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is albagroup.de a disposable email provider?
albagroup.de has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use albagroup.de for account registration?
We have not yet verified albagroup.de. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from albagroup.de?
Use the Trashmail-Blacklist API to check albagroup.de before accepting it in your application. Send a GET request to /check/json/albagroup.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 albagroup.de?
albagroup.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 albagroup.de before they reach your database.