Is laposte.net a Disposable Email?
Whitelistedlaposte.net is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-07-14
- Reason
- laposte.net
Registration Data
- Registrar
- Nameshield SAS
- Registered
- 1996-06-04 (30 years, 1 month)
- Expires
- 2027-06-03
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check laposte.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/laposte.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/laposte.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/laposte.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/laposte.net");
$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/laposte.net")
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 laposte.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- smtpz4.laposte.net
NS Records
- ns1.laposte.fr
- ns2.laposte.net
- ns3.laposte.net
- ns4.laposte.net
- ns5.laposte.fr
- ns6.laposte.org
- ns7.laposte.eu
SOA Record
- ns3.laposte.net
- ddi\.strs@laposte.fr
A Records
- 35.190.49.14
TXT Records
- 3lFI1VZ+jv1Cwr4VEu7pV8/YLByTPc993iJgrQ5WAVg=
- CjN/hS8eUOAE7qZJspzXtg2y6tJ9Huws1xYDOizzy3w=
- CpddjfxvoNnNKg9hIaRez9e0r17d1_8nVr9rFFcmzp
- R8d1jrvZh4mj5Y6ysgiyP5xbn9K1Z8VrJTi/V4/yBMU=
- YRWnzrgEHCIaIpi8LR_QXzA46AOrTD5o_77G3N5idp
- _globalsign-domain-verification=2dZfCmYH492yCeHxTThIkAd1h4mJovZdihdC9iBZvb
- _globalsign-domain-verification=kNJjzO9GAjReiRIvq0xM_yRMGHBvsH3gG5yeP5hJoZ
- dc93e7c2fc6a408a83d705b3249e01ef86e8d8edee42678133c30925cf8098c1
- globalsign-domain-verification=580438FEED4E6C8E7AF0E95C8B794CEA
- globalsign-domain-verification=B3A6F96B39C71BA1320F4582BB3673DF
- globalsign-domain-verification=C333F7B22E014A6D91CC654C8044FFCA
- google-site-verification=ADAlqIHthwB0cCW8MUOPbaub2XEa-3ILrCGeiErLtmY
- google-site-verification=UY8msv-obR5KUayR3d7RB_eo3h6YczqAuUxLYVnYb9Q
- have-i-been-pwned-verification=540f4b22a819d5ce9d387fe69b334c63
- lbthCsuiIb5nb1cG4d/9hdq6RvJdhpr3rbRKRoZ7NoM=
- lv3qdh3b4zd1njzzgs4n9n6hjhkszjm4
- mailru-verification: f16895e04234fb42
- nacST5JEw31w5dkSncjFnt2_pMayJLUcU-NOfSHKFM
- v0pt949yvc6yz7jzf1jgqf4zss8lk6pg
- v=spf1 include:_spfbloc2.laposte.net include:_spf.lpn.as8677.net -all
SPF Includes
- _spfbloc2.laposte.net
- _spf.lpn.as8677.net
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is laposte.net a disposable email provider?
No, laposte.net is whitelisted and considered a legitimate email provider.
Can I use laposte.net for account registration?
laposte.net is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from laposte.net?
Use the Trashmail-Blacklist API to check laposte.net before accepting it in your application. Send a GET request to /check/json/laposte.net 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 laposte.net?
laposte.net 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 laposte.net before they reach your database.