Is bonamail.net a Disposable Email?
Unknownbonamail.net is not yet classified in our database.
Details
- Status
- unknown
- Added
- 2026-04-11
- Last Checked
- 2026-06-24
- Reason
- bonamail.net
Registration Data
- Registrar
- Cloudflare, Inc.
- Registered
- 2002-02-16 (24 years, 4 months)
- Expires
- 2027-02-16
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bonamail.net programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bonamail.net
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bonamail.net")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bonamail.net");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bonamail.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/bonamail.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 bonamail.net.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- mta-gw.infomaniak.ch
NS Records
- gail.ns.cloudflare.com
- nick.ns.cloudflare.com
SOA Record
- gail.ns.cloudflare.com
- dns@cloudflare.com
A Records
- 104.21.48.235
- 172.67.188.90
- 2606:4700:3035::ac43:bc5a
- 2606:4700:3037::6815:30eb
TXT Records
- v=spf1 include:spf.infomaniak.ch ?all
SPF Includes
- spf.infomaniak.ch
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 bonamail.net a disposable email provider?
bonamail.net has not yet been classified. It is currently unknown whether it is a disposable email provider.
Can I use bonamail.net for account registration?
We have not yet verified bonamail.net. Proceed with caution or use our API to check programmatically.
How can I block disposable emails from bonamail.net?
Use the Trashmail-Blacklist API to check bonamail.net before accepting it in your application. Send a GET request to /check/json/bonamail.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 bonamail.net?
bonamail.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 bonamail.net before they reach your database.