Is tosunkaya.com a Disposable Email?
Unknowntosunkaya.com is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-06-24
- Reason
- trashmail?
Registration Data
- Registrar
- NameCheap, Inc.
- Registered
- 2015-08-24 (10 years, 10 months)
- Expires
- 2034-08-24
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check tosunkaya.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/tosunkaya.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/tosunkaya.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/tosunkaya.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/tosunkaya.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/tosunkaya.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 tosunkaya.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx.yandex.net
- mx.zoho.com
- mx2.zoho.com
- mx3.zoho.com
- route1.mx.cloudflare.net
- route2.mx.cloudflare.net
- route3.mx.cloudflare.net
NS Records
- mark.ns.cloudflare.com
- sara.ns.cloudflare.com
SOA Record
- mark.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.0.127
- 172.67.150.246
- 2606:4700:3033::6815:7f
- 2606:4700:3034::ac43:96f6
TXT Records
- google-site-verification=S_10FM6jmPiwpdpk7_vohOFxo8hjbvsL_OHvY3CXe9E
- pinterest-site-verification=acd6ce2a294b332e99c67b535ee50ae1
- site-verification=8ac9c680b36e01244127e35b58bfa626
- v=spf1 include:zoho.com include:_spf.yandex.net include:_spf.turhost.com include:_spf.mx.cloudflare.net ~all
- zoho-verification=zb84082112.zmverify.zoho.com
SPF Includes
- zoho.com
- _spf.yandex.net
- _spf.turhost.com
- _spf.mx.cloudflare.net
Related Domains by Mail Server
50 other domains also
use mx.yandex.net
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is tosunkaya.com a disposable email provider?
tosunkaya.com has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use tosunkaya.com for account registration?
We have not yet verified tosunkaya.com. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from tosunkaya.com?
Use the Trashmail-Blacklist API to check tosunkaya.com before accepting it in your application. Send a GET request to /check/json/tosunkaya.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 tosunkaya.com?
tosunkaya.com 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 tosunkaya.com before they reach your database.