Is iesy.net a Disposable Email?
Unknowniesy.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-23
- Reason
- iesy.net
Registration Data
- Registrar
- Ascio Technologies, Inc. Danmark - Filial af Ascio technologies, Inc. USA
- Registered
- 2001-06-06 (25 years)
- Expires
- 2027-06-06
API Playground
Check iesy.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/iesy.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/iesy.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/iesy.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/iesy.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/iesy.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 iesy.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx3.vodafonemail.de
- mx5.vodafonemail.de
NS Records
- ns1.vodafone-ip.de
- ns2.vodafone-ip.de
- ns3.vodafone-ip.de
SOA Record
- ns1.vodafone-ip.de
- hostmaster@adm.arcor.net
TXT Records
- 1llfOzXi44WKVCz44IH5jvK2PeZcUCv3gWIsdEFomLw=
- 43MyZ+1Hw8N5/So4XcKoYdq7HEXKFSdskxORKt4cycM=
- _globalsign-domain-verification=t_QqWO4oSa5VOwbRhkrSlsy4EHFyAFQmRh_xBuY--Q
- v=spf1 include:vodafonemail.de ~all
SPF Includes
- vodafonemail.de
Related Domains by Mail Server
14 other domains also
use mx3.vodafonemail.de
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is iesy.net a disposable email provider?
iesy.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use iesy.net for account registration?
We have not yet verified iesy.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from iesy.net?
Use the Trashmail-Blacklist API to check iesy.net before accepting it in your application. Send a GET request to /check/json/iesy.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 iesy.net?
iesy.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 iesy.net before they reach your database.