Is unomafu.fr a Disposable Email?
Unknownunomafu.fr is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-28
- Last Checked
- 2026-07-17
- Reason
- unomafu.fr
Registration Data
- Registrar
- RANXPLORER
- Registered
- 2022-04-08 (4 years, 3 months)
- Expires
- 2027-04-08
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check unomafu.fr programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/unomafu.fr
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/unomafu.fr")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/unomafu.fr");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/unomafu.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/unomafu.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 unomafu.fr.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ermi4747.odns.fr
NS Records
- bart.ns.cloudflare.com
- bingo.ns.cloudflare.com
SOA Record
- bart.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.4.130
- 172.67.132.25
- 2606:4700:3032::6815:482
- 2606:4700:3034::ac43:8419
TXT Records
- google-site-verification=-Oip--yiGG6cEbRtMfBxFPNS7EqUib4fzJIjgakZF1o
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is unomafu.fr a disposable email provider?
unomafu.fr has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use unomafu.fr for account registration?
We have not yet verified unomafu.fr. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from unomafu.fr?
Use the Trashmail-Blacklist API to check unomafu.fr before accepting it in your application. Send a GET request to /check/json/unomafu.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 unomafu.fr?
unomafu.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 unomafu.fr before they reach your database.