Is siteground.com a Disposable Email?
Whitelistedsiteground.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-09-19
Registration Data
- Registrar
- Tucows Domains Inc.
- Registered
- 2004-03-22 (22 years, 5 months)
- Expires
- 2030-03-22
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check siteground.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/siteground.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/siteground.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/siteground.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/siteground.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/siteground.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 siteground.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mx10.antispam.mailspamprotection.com
- mx20.antispam.mailspamprotection.com
- mx30.antispam.mailspamprotection.com
NS Records
- ns1.siteground.com
- ns2.siteground.com
- ns3.siteground.com
- ns4.siteground.com
SOA Record
- ns-cloud-a1.googledomains.com
- sysadmin@siteground.com
A Records
- 35.227.253.10
TXT Records
- MS=ms69515986
- _globalsign-domain-verification=u53IVPzwq3sVZGZmcS7n7V4uRo4O266M55PygUGxcf
- anthropic-domain-verification-y4yb2k=twDMhjhvgZZLBPAEXbrVLneu5
- google-site-verification=BjuYkX1OJlxPZBk4oEAJUdpanbPtTF6qQaaGAhtWIVA
- google-site-verification=Lyklcr075dYiiD5aJtOv9vTJrUZk8qAWyd7av7LPfEo
- google-site-verification=eq5Y2zXODoC3uls0LpprPQfdZvRrkvG2q_InXwDAtVE
- google-site-verification=zqCisYNqVi7cNNl62eSC9WVM-aZBheLfKaR3-tdOmvA
- openai-domain-verification=dv-sBzbXv0NInw7Luv5NZYGOSnv
- v=spf1 include:_spf.siteground.com include:_spf.google.com include:_spf.mailspamprotection.com ip4:82.118.240.0/24 ip4:87.118.135.0/24 ip4:34.91.201.39 -all
SPF Includes
- _spf.siteground.com
- _spf.google.com
- _spf.mailspamprotection.com
Related Domains by Mail Server
38 other domains also
use mx10.antispam.mailspamprotection.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is siteground.com a disposable email provider?
No, siteground.com is whitelisted and considered a legitimate email provider.
Can I use siteground.com for account registration?
siteground.com is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from siteground.com?
Use the Trashmail-Blacklist API to check siteground.com before accepting it in your application. Send a GET request to /check/json/siteground.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 siteground.com?
siteground.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 siteground.com before they reach your database.