Is o2.pl a Disposable Email?
Whitelistedo2.pl 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-12
- Reason
- o2.pl
Registration Data
- Registrar
- AZ.pl Sp. z o.o.
- Registered
- 1999-12-22 (26 years, 5 months)
- Expires
- 2026-12-21
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check o2.pl programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/o2.pl
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/o2.pl")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/o2.pl");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/o2.pl");
$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/o2.pl")
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 o2.pl.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx.tlen.pl
NS Records
- ns1.go2.pl
- ns2.go2.pl
SOA Record
- ns1.go2.pl
- root@go2.pl
A Records
- 212.77.98.29
TXT Records
- facebook-domain-verification=0omejgqroqocgh4efgrbu8bovlazni
- google-site-verification=WrpRIWLXiRlCO50D5fsiAbhBmKcna3g7aRskspmh-ow
- v=spf1 include:wp.pl -all
SPF Includes
- wp.pl
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is o2.pl a disposable email provider?
No, o2.pl is whitelisted and considered a legitimate email provider.
Can I use o2.pl for account registration?
o2.pl is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from o2.pl?
Use the Trashmail-Blacklist API to check o2.pl before accepting it in your application. Send a GET request to /check/json/o2.pl 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 o2.pl?
o2.pl 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 o2.pl before they reach your database.