Is o2online.de a Disposable Email?
Whitelistedo2online.de is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-06
- Last Checked
- 2026-06-11
- Reason
- o2online.de
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check o2online.de programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/o2online.de
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/o2online.de")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/o2online.de");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/o2online.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/o2online.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 o2online.de.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx.o2online.de
- mx2c52.megamailservers.eu
- mx3c52.megamailservers.eu
- mx4c52.megamailservers.eu
NS Records
- ns1.o2online.de
- ns2.o2online.de
- ns3.o2online.de
SOA Record
- ns1.o2online.de
- domain-de@o2.com
A Records
- 141.101.90.38
- 141.101.90.39
- 2a06:98c1:3200::120:0:500
- 2a06:98c1:3200::120:0:501
TXT Records
- _ndmcvxtiy3e4khz4kjr31phy9ii0r64
- facebook-domain-verification=w9pmyg2ovroz7fvkbajxsxujzd1j6k
- google-site-verification: ub0a6_20S3EL-pUtqn2PIRG0MOA1TWO4SQijgY0nIAQ
- google-site-verification=7ZDGs63vaE7yemWciLcyS6TXixCaWiRv_PxkTr1Bok0
- google-site-verification=FwT3kAVc80VnzKG5neMQDZQBnAAzXqUQ1JFqgkQUk9c
- google-site-verification=ilvQrILe7LToYDt98i1gjYtEVjrTSGEiJfR3BV57vew
- trustpilot-one-time-verification-id=d7d7e916-a052-417e-99f2-62715f9e892a
- v=spf1 ip4:82.113.101.0/24 ip4:212.23.125.184 ip4:46.28.184.125 include:spf.mail.telefonica.de include:spfc50.megamailservers.eu include:spf.mailjet.com -all
- wbjqxm9pt6krs013g6k3h6v6xwn6x3tz
SPF Includes
- spf.mail.telefonica.de
- spfc50.megamailservers.eu
- spf.mailjet.com
Related Domains by Mail Server
8 other domains also
use mx.o2online.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is o2online.de a disposable email provider?
No, o2online.de is whitelisted and considered a legitimate email provider.
Can I use o2online.de for account registration?
o2online.de is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from o2online.de?
Use the Trashmail-Blacklist API to check o2online.de before accepting it in your application. Send a GET request to /check/json/o2online.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 o2online.de?
o2online.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 o2online.de before they reach your database.