Is aliceadsl.fr a Disposable Email?
Whitelistedaliceadsl.fr is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2026-04-24
- Last Checked
- 2026-07-24
Registration Data
- Registrar
- SCALEWAY
- Registered
- 2003-09-17 (22 years, 10 months)
- Expires
- 2027-08-10
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check aliceadsl.fr programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/aliceadsl.fr
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/aliceadsl.fr")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/aliceadsl.fr");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/aliceadsl.fr");
$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/aliceadsl.fr")
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 aliceadsl.fr.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.free.fr
- mx2.free.fr
NS Records
- ns0.proxad.net
- ns1.proxad.net
SOA Record
- ns0.proxad.net
- admin-dns@libertysurf.net
A Records
- 212.27.48.10
TXT Records
- _w5ydfkw5wljaynfr7jf4lv38r7wc6bu
- v=spf1 include:_spf.free.fr ?all
SPF Includes
- _spf.free.fr
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is aliceadsl.fr a disposable email provider?
No, aliceadsl.fr is whitelisted and considered a legitimate email provider.
Can I use aliceadsl.fr for account registration?
aliceadsl.fr is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from aliceadsl.fr?
Use the Trashmail-Blacklist API to check aliceadsl.fr before accepting it in your application. Send a GET request to /check/json/aliceadsl.fr 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 aliceadsl.fr?
aliceadsl.fr 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 aliceadsl.fr before they reach your database.