Is mtp.org a Disposable Email?
Unknownmtp.org is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-06-18
- Last Checked
- 2026-08-15
- Reason
- mtp.org
Registration Data
- Registrar
- COREhub, S.R.L.
- Registered
- 1997-03-12 (29 years, 5 months)
- Expires
- 2027-03-13
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check mtp.org programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/mtp.org
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/mtp.org")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/mtp.org");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/mtp.org");
$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/mtp.org")
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 mtp.org.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mtp-org.mail.protection.outlook.com
NS Records
- ns5.kasserver.com
- ns6.kasserver.com
SOA Record
- ns5.kasserver.com
- hostmaster@kasserver.com
A Records
- 85.13.138.194
TXT Records
- brevo-code:216bda5141f01501e7f50ca97e02633d
- brevo-code:6ef1bdca0140128a0b0cdffd769c529f
- v=spf1 include:spf.protection.outlook.com mx ip4:131.234.133.224/28 ip4:85.13.155.184 ip4:85.13.138.194 -all
SPF Includes
- spf.protection.outlook.com
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is mtp.org a disposable email provider?
mtp.org has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use mtp.org for account registration?
We have not yet verified mtp.org. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from mtp.org?
Use the Trashmail-Blacklist API to check mtp.org before accepting it in your application. Send a GET request to /check/json/mtp.org 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 mtp.org?
mtp.org 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 mtp.org before they reach your database.