Is inzenjer.tech a Disposable Email?
Unknowninzenjer.tech is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-25
- Last Checked
- 2026-07-26
- Reason
- deviceandbrowserinfo.com
Registration Data
- Registrar
- Cloudflare, Inc.
- Registered
- 2017-07-20 (9 years)
- Expires
- 2027-07-20
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check inzenjer.tech programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/inzenjer.tech
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/inzenjer.tech")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/inzenjer.tech");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/inzenjer.tech");
$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/inzenjer.tech")
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 inzenjer.tech.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx01.mail.icloud.com
- mx02.mail.icloud.com
NS Records
- dylan.ns.cloudflare.com
- michelle.ns.cloudflare.com
SOA Record
- dylan.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.22.154
- 172.67.205.126
- 2606:4700:3032::ac43:cd7e
- 2606:4700:3036::6815:169a
TXT Records
- apple-domain=js9SmXWpe1QmTm95
- v=spf1 include:icloud.com ~all
SPF Includes
- icloud.com
Related Domains by Mail Server
50 other domains also
use mx01.mail.icloud.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is inzenjer.tech a disposable email provider?
inzenjer.tech has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use inzenjer.tech for account registration?
We have not yet verified inzenjer.tech. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from inzenjer.tech?
Use the Trashmail-Blacklist API to check inzenjer.tech before accepting it in your application. Send a GET request to /check/json/inzenjer.tech 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 inzenjer.tech?
inzenjer.tech 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 inzenjer.tech before they reach your database.