Is sfr.fr a Disposable Email?
Whitelistedsfr.fr 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-25
- Reason
- sfr.fr
Registration Data
- Registrar
- SFR
- Registered
- 1996-07-22 (29 years, 11 months)
- Expires
- 2026-11-18
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check sfr.fr programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/sfr.fr
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/sfr.fr")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/sfr.fr");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/sfr.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/sfr.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 sfr.fr.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- smtp-in.sfr.fr
NS Records
- ns1pub.sfr.fr
- ns2pub.sfr.fr
SOA Record
- pranspub03.phys.prod
- support@dns.sfr.net
A Records
- 80.125.163.172
TXT Records
- amazonses:p3HEkN0C4HX+XaWp6Rgs/GpmpPORzsoT0FmM8USlpEA=
- google-site-verification=teCIeQ6AHM1F2yezbALmddwx96XhkHX1E3YP8byc_X0
- v=spf1 ip4:93.17.128.0/24 ip4:198.2.187.67 ip4:52.36.127.248 ip4:86.64.210.3 ip4:86.64.210.5 ip4:86.64.210.19 ip4:86.64.210.79 ip4:86.64.210.153 ip4:86.64.210.154 ip4:195.62.75.16/29 include:spf1.sfr.fr -all
- wx3qzvclgn9075dqtzxpp4k8t4m1502k
- y80jphtqhqxyzt3yb2pbs6bd5qh746zf
- yahoo-verification-key=+y0ZvV+ZIJH5a65pOIppQhrDQS2uVyBATH52KTcn/DY=
- yahoo-verification-key=m6zLtCjZ6lAoaRF7osG44BTHuAE1aYmW5Y0yfs+a+a4=
SPF Includes
- spf1.sfr.fr
Related Domains by Mail Server
6 other domains also
use smtp-in.sfr.fr
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is sfr.fr a disposable email provider?
No, sfr.fr is whitelisted and considered a legitimate email provider.
Can I use sfr.fr for account registration?
sfr.fr is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from sfr.fr?
Use the Trashmail-Blacklist API to check sfr.fr before accepting it in your application. Send a GET request to /check/json/sfr.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 sfr.fr?
sfr.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 sfr.fr before they reach your database.