Is avcom.tv a Disposable Email?
Unknownavcom.tv is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-27
- Last Checked
- 2026-06-27
- Reason
- avcom.tv
Registration Data
- Registrar
- Domain The Net Technologies, Ltd.
- Registered
- 2008-06-24 (18 years)
- Expires
- 2027-06-24
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check avcom.tv programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/avcom.tv
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/avcom.tv")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/avcom.tv");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/avcom.tv");
$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/avcom.tv")
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 avcom.tv.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- avcom-tv.mail.eo.outlook.com
- mx1.emailsrvr.com
- mx2.emailsrvr.com
NS Records
- adi.ns.cloudflare.com
- beau.ns.cloudflare.com
SOA Record
- adi.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.18.116
- 172.67.181.203
- 2606:4700:3034::ac43:b5cb
- 2606:4700:3037::6815:1274
TXT Records
- MS=6CBD7F91A0AD15C42CC356B6C8518475B8CCF12F
- amazonses:FxhwswURu0l1p3hkC015C7cMGEzIFodgxWsMQkUmDKU=
- google-site-verification=26lYWY1knYijZ9Ospph9VZo1kQvuY0M604MLCO_e0fo
- v=spf1 mx a ip4:62.90.74.20 include:spf.protection.outlook.com include:_spf.elasticemail.com include:emailsrvr.com -all
SPF Includes
- spf.protection.outlook.com
- _spf.elasticemail.com
- emailsrvr.com
Related Domains by Mail Server
14 other domains also
use avcom-tv.mail.eo.outlook.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is avcom.tv a disposable email provider?
avcom.tv has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use avcom.tv for account registration?
We have not yet verified avcom.tv. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from avcom.tv?
Use the Trashmail-Blacklist API to check avcom.tv before accepting it in your application. Send a GET request to /check/json/avcom.tv 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 avcom.tv?
avcom.tv 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 avcom.tv before they reach your database.