Is infomaniak.com a Disposable Email?
Whitelistedinfomaniak.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-06-24
Registration Data
- Registrar
- Infomaniak Network SA
- Registered
- 1997-06-10 (29 years)
- Expires
- 2027-06-09
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check infomaniak.com programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/infomaniak.com
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/infomaniak.com")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/infomaniak.com");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/infomaniak.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/infomaniak.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 infomaniak.com.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mta-gw.infomaniak.ch
NS Records
- ns1.infomaniak.ch
- ns2.infomaniak.ch
SOA Record
- ns1.infomaniak.ch
- hostmaster@infomaniak.ch
A Records
- 185.125.25.1
- 2001:1600:0:aaaa::2:6
TXT Records
- MS=A59978F0659511E0E80CC48E30ADDFD1F86E8801
- _0456fl7j57k4hvo54iqoqdlagzhh0q8
- _uqaz3lzwlwiyrfvt3hjimu3tlhkoe84
- _vlslakjzuze9at8r1rl715byhxqhkfj
- adojq6vxx4
- amazonses:7hUjEK9TH/M+HXLYD8yA0dfU4jcVbNy3ZdGCsNByvEc=
- apple-domain-verification=Ey6vFr7DkisAJaSF
- atlassian-domain-verification=lwrD2TOQhGSwjaugjMCBFRM4a89u0Geeyl6a3inzM9wBgc5ayPOtAoKEPFYxOdyC
- atlassian-domain-verification=qeCGHMahv9BJmcC4TSO8RNewSQOatfmucGX1AeOzbmCWndGItXdLFBxrmmLr38HB
- google-site-verification=Ks5xAq1tM3zO_f80XerzZqoX16985FxihanzVeFOJa8
- google-site-verification=S729C68oJjMTKpiIPMuRRhraZ6yk5RlC75M41nJ-Wws
- google-site-verification=YE1h9_Az5_YBBZIzkwUqqgtlQYYIIG9RnZ0G2TlWi2o
- google-site-verification=mx5B9z5DJj6DTz-eo_9gTAhPZ-JHJvwVwxdKuIZ9NQY
- v=spf1 include:spf.infomaniak.ch include:_spf.mailrelay.rrpproxy.net ip4:164.128.163.164 ip4:164.128.163.167 ip4:164.128.163.171 -all
SPF Includes
- spf.infomaniak.ch
- _spf.mailrelay.rrpproxy.net
Related Domains by Mail Server
32 other domains also
use mta-gw.infomaniak.ch
as their mail server.
Domain Network
Connections between domains, mail servers, nameservers, and shared infrastructure.
FAQ
Is infomaniak.com a disposable email provider?
No, infomaniak.com is whitelisted and considered a legitimate email provider.
Can I use infomaniak.com for account registration?
infomaniak.com is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from infomaniak.com?
Use the Trashmail-Blacklist API to check infomaniak.com before accepting it in your application. Send a GET request to /check/json/infomaniak.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 infomaniak.com?
infomaniak.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 infomaniak.com before they reach your database.