Is proton.me a Disposable Email?
Whitelistedproton.me is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-06-23
- Reason
- proton.me
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check proton.me programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/proton.me
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/proton.me")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/proton.me");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/proton.me");
$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/proton.me")
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 proton.me.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail.protonmail.ch
- mailsec.protonmail.ch
NS Records
- ns1.proton.me
- ns2.proton.me
- ns3.proton.me
SOA Record
- ns1.proton.me
- support@proton.me
A Records
- 185.70.42.45
TXT Records
- google-site-verification=2FGIDo-Gf-lWE6t_gWd9gpPTehHD85hbNiEujPVgysc
- google-site-verification=4UIZgETX8lGnv0WwpeJJbszo9daKOdXXYBKCA2XLf94
- google-site-verification=MUjtKY-4uQAjE92Z2-s1nm9m4mvdqY2z6HCvi_Bj4so
- google-site-verification=QviHfE1VQ57-tDmDLxM6BQH1mdgvdQ_0QsIvCht2IaU
- google-site-verification=_ayl1WqWIag2WkIbK4sNg_x3NCT5nYOl_DgtFPTYKeg
- linkedin-site-verification=01e79150-bf68-4e0c-ad04-822dc1015b3b
- protonmail-verification=5262a92f988e64f1be1362138befdf1e19d6a4c1
- v=spf1 include:_spf.protonmail.ch ~all
- yandex-verification: 95a7888a0f987e6a
- zoom-domain-verification=ZOOM_verify_5990c1fbb09d4c6aba062cded6cbdf06
SPF Includes
- _spf.protonmail.ch
Related Domains by Mail Server
50 other domains also
use mail.protonmail.ch
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is proton.me a disposable email provider?
No, proton.me is whitelisted and considered a legitimate email provider.
Can I use proton.me for account registration?
proton.me is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from proton.me?
Use the Trashmail-Blacklist API to check proton.me before accepting it in your application. Send a GET request to /check/json/proton.me 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 proton.me?
proton.me 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 proton.me before they reach your database.