Is voiio.family a Disposable Email?
Unknownvoiio.family is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-12
- Reason
- voiio.family
Registration Data
- Registrar
- united-domains GmbH
- Registered
- 2020-05-12 (6 years, 1 month)
- Expires
- 2027-05-12
API Playground
Check voiio.family programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/voiio.family
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/voiio.family")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/voiio.family");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/voiio.family");
$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/voiio.family")
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 voiio.family.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
NS Records
- ns.udag.de
- ns.udag.net
- ns.udag.org
SOA Record
- ns.udag.de
- hostmaster@united-domains.de
TXT Records
- Sendinblue-code:dd4ba0d30b6c84e95acf5c91f98a5ede
- asv=c462280521f8f8e95e89412b3b428def
- google-site-verification=vHul35OyAo5khSjsBX-hXnhvB4Hrb9IDUWxPTDRgpAY
- v=spf1 include:_spf.google.com include:public.zohoforms.eu include:eu-west-1.ses.outbound-mail.voiio.family ip4:149.72.166.225 ip4:50.31.48.203 ip4:172.246.5.94 ip4:172.246.3.133 ~all
SPF Includes
- _spf.google.com
- public.zohoforms.eu
- eu-west-1.ses.outbound-mail.voiio.family
Related Domains by Mail Server
50 other domains also
use alt1.aspmx.l.google.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is voiio.family a disposable email provider?
voiio.family has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use voiio.family for account registration?
We have not yet verified voiio.family. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from voiio.family?
Use the Trashmail-Blacklist API to check voiio.family before accepting it in your application. Send a GET request to /check/json/voiio.family 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 voiio.family?
voiio.family 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 voiio.family before they reach your database.