Is healthinsite.net a Disposable Email?
Unknownhealthinsite.net 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
- GoDaddy.com, LLC
- Registered
- 1999-11-01 (26 years, 7 months)
- Expires
- 2026-11-01
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check healthinsite.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/healthinsite.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/healthinsite.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/healthinsite.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/healthinsite.net");
$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/healthinsite.net")
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 healthinsite.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- healthinsite-net.mail.protection.outlook.com
NS Records
- ns41.domaincontrol.com
- ns42.domaincontrol.com
SOA Record
- ns41.domaincontrol.com
- dns@jomax.net
A Records
- 102.37.103.102
TXT Records
- 912cabf7a89e0a2875ebc73c377fd491dec341bd62dbf2996e0f44b21e166cde
- google-site-verification=sJk-a4xqDVfNSLWTf0gcf8K_e086bmF3NqEDh9pc4xM
- v=spf1 include:spf.mailjet.com include:spf.protection.outlook.com include:_spf.synaq.com ~all
SPF Includes
- spf.mailjet.com
- spf.protection.outlook.com
- _spf.synaq.com
Related Domains by Mail Server
34 other domains also
use healthinsite-net.mail.protection.outlook.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is healthinsite.net a disposable email provider?
healthinsite.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use healthinsite.net for account registration?
We have not yet verified healthinsite.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from healthinsite.net?
Use the Trashmail-Blacklist API to check healthinsite.net before accepting it in your application. Send a GET request to /check/json/healthinsite.net 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 healthinsite.net?
healthinsite.net 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 healthinsite.net before they reach your database.