Is verizon.net a Disposable Email?
Whitelistedverizon.net is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-07-25
- Reason
- verizon.net
Registration Data
- Registrar
- CSC Corporate Domains, Inc.
- Registered
- 1999-07-06 (27 years)
- Expires
- 2027-07-06
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check verizon.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/verizon.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/verizon.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/verizon.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/verizon.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/verizon.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 verizon.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx-aol.mail.gm0.yahoodns.net
NS Records
- ns1.verizon.net
- ns2.verizon.net
- ns3.verizon.net
- ns4.verizon.net
SOA Record
- ns1.verizon.net
- dns@verizon.com
A Records
- 23.206.61.130
TXT Records
- _hvchngjl5oogd0qld9rtrgecmd7mdax
- _qvv0aju3ekc7qnh4owu1z23tzdbcwgn
- google-site-verification=ROMv9S9Yq5n9YROyzvWVtJwAdUvdgO5lpvl9p6VlCtI
- v=spf1 include:_ipspf.yahoo.com include:verizon.com ip4:209.191.107.0/24 ip4:216.252.111.0/24 ip4:68.142.206.0/24 ip4:209.73.179.0/24 ip4:68.142.203.0/24 ip4:206.46.0.0/16 ip4:69.147.103.0/24 ip4:204.29.186.0/23 ?all
- y9kthjh2mtltx9sjm9f5qcvl3xwpmxkg
SPF Includes
- _ipspf.yahoo.com
- verizon.com
Related Domains by Mail Server
17 other domains also
use mx-aol.mail.gm0.yahoodns.net
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is verizon.net a disposable email provider?
No, verizon.net is whitelisted and considered a legitimate email provider.
Can I use verizon.net for account registration?
verizon.net is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from verizon.net?
Use the Trashmail-Blacklist API to check verizon.net before accepting it in your application. Send a GET request to /check/json/verizon.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 verizon.net?
verizon.net 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 verizon.net before they reach your database.