Is savary.li a Disposable Email?
Unknownsavary.li is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-06
- Last Checked
- 2026-08-26
- Reason
- savary.li
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check savary.li programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/savary.li
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/savary.li")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/savary.li");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/savary.li");
$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/savary.li")
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 savary.li.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.mail.hostpoint.ch
- mx2.mail.hostpoint.ch
NS Records
- ns.hostpoint.ch
- ns2.hostpoint.ch
- ns3.hostpoint.ch
SOA Record
- ns.hostpoint.ch
- hostmaster@hostpoint.ch
A Records
- 217.26.52.45
- 2a00:d70:0:b:2002:0:d91a:342d
TXT Records
- v=spf1 redirect=spf.mail.hostpoint.ch
Related Domains by Mail Server
26 other domains also
use mx1.mail.hostpoint.ch
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is savary.li a disposable email provider?
savary.li has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use savary.li for account registration?
We have not yet verified savary.li. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from savary.li?
Use the Trashmail-Blacklist API to check savary.li before accepting it in your application. Send a GET request to /check/json/savary.li 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 savary.li?
savary.li 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 savary.li before they reach your database.