Is soul-room.net a Disposable Email?
Unknownsoul-room.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-05-22
- Last Checked
- 2026-06-23
- Reason
- soul-room.net
Registration Data
- Registrar
- InterNetX GmbH
- Registered
- 2017-07-21 (8 years, 11 months)
- Expires
- 2026-07-21
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check soul-room.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/soul-room.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/soul-room.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/soul-room.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/soul-room.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/soul-room.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 soul-room.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx1.jimdo.com
- mx2.jimdo.com
NS Records
- ns13.jimdo.com
- ns14.jimdo.com
SOA Record
- dns1.p01.nsone.net
- hostmaster@jimdo.com
A Records
- 162.159.128.70
- 162.159.129.70
TXT Records
- v=spf1 include:sendgrid.net include:emailsrvr.com ~all
SPF Includes
- sendgrid.net
- emailsrvr.com
Related Domains by Mail Server
50 other domains also
use mx1.jimdo.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is soul-room.net a disposable email provider?
soul-room.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use soul-room.net for account registration?
We have not yet verified soul-room.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from soul-room.net?
Use the Trashmail-Blacklist API to check soul-room.net before accepting it in your application. Send a GET request to /check/json/soul-room.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 soul-room.net?
soul-room.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 soul-room.net before they reach your database.