Is graduateinstitute.ch a Disposable Email?
Unknowngraduateinstitute.ch is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2025-09-07
- Last Checked
- 2026-04-20
- Reason
- graduateinstitute.ch
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check graduateinstitute.ch programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/graduateinstitute.ch
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/graduateinstitute.ch")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/graduateinstitute.ch");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/graduateinstitute.ch");
$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/graduateinstitute.ch")
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 graduateinstitute.ch.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- aspmx.l.google.com
- aspmx2.googlemail.com
- aspmx3.googlemail.com
- aspmx4.googlemail.com
- aspmx5.googlemail.com
A Records
- 34.246.3.103
- 99.80.13.5
TXT Records
- 831708dd-1e5d-43c7-9c23-5d63a21ce430
- MS=597C33CE54693DD5308B860D47E0E9BA94A1FDC1
- QuoVadis=284dd7fe-4f36-4cf7-a3dd-a6422f42d1a5
- SFMC-XDNbOxekVvGEhW78aIvsi-ZtT17FBj_jtQA5KDM3
- adobe-idp-site-verification=cb24950f89fb2c61375eb88f65ea7f91754b131cc3baf76797b7c2bd4f8ef672
- cisco-ci-domain-verification=12d3ef8799967f81fc5b77089051d64bca9143b02eabfb2a1a33a0634eb7f5b8
- docusign=bbe9e650-961b-43d9-8150-0a4763b8f008
- facebook-domain-verification=sz9bg8sxle2spr73mq7h7i6wy76lq3
- google-site-verification=LBNBPhkhhNZR1jLgcVSg_sZcXtOkjgi9oKUOl07P9U4
- google-site-verification=WYVs5J4sD3luoSjcrc0h_ZEEK-RfbQhs8_uO_WiUosI
- google-site-verification=mmApTZ36jRqzBTPWUvKLTJlL0y8x9TIb74FtaqSikk4
- rj5kbqh8lk9j3zyz2t52lvhvgffvr7sm
- v=spf1 ip4:195.176.239.15 ip4:37.156.43.46 include:_spf.google.com include:_spf.salesforce.com ~all
Related Domains by Mail Server
50 other domains also
use alt1.aspmx.l.google.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is graduateinstitute.ch a disposable email provider?
graduateinstitute.ch has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use graduateinstitute.ch for account registration?
We have not yet verified graduateinstitute.ch. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from graduateinstitute.ch?
Use the Trashmail-Blacklist API to check graduateinstitute.ch before accepting it in your application. Send a GET request to /check/json/graduateinstitute.ch 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 graduateinstitute.ch?
graduateinstitute.ch 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 graduateinstitute.ch before they reach your database.