Is him-mail.ch a Disposable Email?
Unknownhim-mail.ch is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-24
- Reason
- him-mail.ch
API Playground
Check him-mail.ch programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/him-mail.ch
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/him-mail.ch")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/him-mail.ch");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/him-mail.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/him-mail.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 him-mail.ch.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- ALASPMX2.GOOGLEMAIL.com
- ALASPMX3.GOOGLEMAIL.com
- ALASPMX4.GOOGLEMAIL.com
- ALASPMX5.GOOGLEMAIL.com
- ALT1.ASPMX.L.google.com
- ALT2.ASPMX.L.google.com
- ASPMX.L.google.com
NS Records
- ns01.shms.com
- ns02.shms.com
SOA Record
- ns01.shms.com
- ns01@shms.com
TXT Records
- MS=ms67749009
- v=spf1 include:_spf.google.com ~all
SPF Includes
- _spf.google.com
Related Domains by Mail Server
2 other domains also
use ALASPMX2.GOOGLEMAIL.com
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is him-mail.ch a disposable email provider?
him-mail.ch has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use him-mail.ch for account registration?
We have not yet verified him-mail.ch. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from him-mail.ch?
Use the Trashmail-Blacklist API to check him-mail.ch before accepting it in your application. Send a GET request to /check/json/him-mail.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 him-mail.ch?
him-mail.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 him-mail.ch before they reach your database.