Is aliases.fr a Disposable Email?
Unknownaliases.fr is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-25
- Last Checked
- 2026-06-23
- Reason
- deviceandbrowserinfo.com
Registration Data
- Registrar
- Infomaniak Network SA
- Registered
- 2025-01-03 (1 year, 5 months)
- Expires
- 2027-01-03
API Playground
Check aliases.fr programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/aliases.fr
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/aliases.fr")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/aliases.fr");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/aliases.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/aliases.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 aliases.fr.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mail.protonmail.ch
- mailsec.protonmail.ch
NS Records
- ns41.infomaniak.com
- ns42.infomaniak.com
SOA Record
- ns41.infomaniak.com
- hostmaster@infomaniak.ch
TXT Records
- protonmail-verification=0e41bc2d338cb3357bc0a6ef9393b889db218596
- sl-verification=agpvzxjztmjsobruvvyagzhvzxnihx
- sl-verification=akaygjwyybtcxikndysxlzaabvxhkb
- sl-verification=axjnxgthemrjrdytovijpsqiwxdnpo
- sl-verification=oloktweajiqbnzusolkhccoshvjzbo
- v=spf1 include:_spf.protonmail.ch include:spf.infomaniak.ch -all
SPF Includes
- _spf.protonmail.ch
- spf.infomaniak.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 aliases.fr a disposable email provider?
aliases.fr has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use aliases.fr for account registration?
We have not yet verified aliases.fr. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from aliases.fr?
Use the Trashmail-Blacklist API to check aliases.fr before accepting it in your application. Send a GET request to /check/json/aliases.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 aliases.fr?
aliases.fr is not yet in our database. You can check it via our API or submit it for review through our contact form.
Block Disposable Emails Automatically
Integrate our free API into your signup flow to detect domains like aliases.fr before they reach your database.