Is zajil.com a Disposable Email?
Whitelistedzajil.com is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2026-04-24
- Last Checked
- 2026-06-22
Registration Data
- Registrar
- Tucows Domains Inc.
- Registered
- 1997-12-18 (28 years, 6 months)
- Expires
- 2028-12-17
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check zajil.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/zajil.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/zajil.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/zajil.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/zajil.com");
$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/zajil.com")
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 zajil.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1-eu1.ppe-hosted.com
- mx2-eu1.ppe-hosted.com
- mxa-009e0a01.gslb.pphosted.com
- mxb-009e0a01.gslb.pphosted.com
NS Records
- ns4.kems.net
- ns5.kems.net
SOA Record
- ns4.kems.net
- j\.thomas@zajil.com
A Records
- 168.187.5.230
TXT Records
- MS=7CB9566B69BA18A6F418BB2873D8FD1F0DBC762C
- MS=ms94188543
- _cgtbh0orxgy7bx6sy9vwcj9yi40v55x
- _m8h416luhp7kcmfj8snfl2ys7zba20u
- _rylxrmsgqfljmgogvfn6wcaavqhsqfm
- cisco-ci-domain-verification=51f810e73e18f778b561722689ab62d549032e6b3c5e1763d57e4f143341b2a8
- google-site-verification=vwph_Oe-cyjmWO8r7Vjih4c4fdmV-eb7uxRr1P1B6V4
- v=spf1 ip4:185.183.29.33 ip4:168.187.9.51 include:_spf-eu.ppe-hosted.com include:spf.protection.outlook.com include:spf-009e0a01.pphosted.com ~all
SPF Includes
- _spf-eu.ppe-hosted.com
- spf.protection.outlook.com
- spf-009e0a01.pphosted.com
Related Domains by Mail Server
13 other domains also
use mx1-eu1.ppe-hosted.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is zajil.com a disposable email provider?
No, zajil.com is whitelisted and considered a legitimate email provider.
Can I use zajil.com for account registration?
zajil.com is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from zajil.com?
Use the Trashmail-Blacklist API to check zajil.com before accepting it in your application. Send a GET request to /check/json/zajil.com 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 zajil.com?
zajil.com 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 zajil.com before they reach your database.