Is bucknell.edu a Disposable Email?
Whitelistedbucknell.edu is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-07
- Last Checked
- 2026-04-21
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bucknell.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bucknell.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bucknell.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bucknell.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bucknell.edu");
$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/bucknell.edu")
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 bucknell.edu.
Also available as xml, yaml, or img — replace json in the URL.
DNS Records
MX Records
- alt1.aspmx.l.google.com
- aspmx.l.google.com
- aspmx2.googlemail.com
- aspmx3.googlemail.com
- aspmx4.googlemail.com
- aspmx5.googlemail.com
A Records
- 23.185.0.2
TXT Records
- MS=B611F7C53A44FA9F724724B63108FA48D72BF09F
- ZOOM_verify_LYimDP_hQZuOgzx85JzMtQ
- adobe-idp-site-verification=650b43f8-03b1-40f7-bee4-b3fb16d9b5b0
- apple-domain-verification=UDhk8Va9mFtTvDzB
- docusign=8b242838-652a-487c-bf1f-032f4ebc9923
- docusign=bf60af0b-9e6d-4557-bb6b-7080f7c64187
- e2ma-verification=b7zcb
- f379c09c-e6c3-4837-8101-f3c3e9cde011
- google-site-verification=x3JNt1Ya5t6CBDpJ6RmjZ0UfbScdtLu87Lyl_Xwwubg
- mongodb-site-verification=WpwIgFAKQD0xQC9DdVZrlxxV95gVxUUe
- v=spf1 ip4:134.82.129.22/32 ip4:134.82.8.12/32 ip4:74.125.244.0/22 ip4:139.60.0.0/22 ip4:216.248.199.106/32 ip4:52.86.188.131/32 ip4:52.43.50.148/32 ip4:54.240.121.247/32 ip4:54.240.121.248/32 include:_spf.google.com include:whatcounts.com include:_spf.qualtrics.com include:csod.com include:sg.technolutions.net include:symplicity.com include:touchnet.com include:spf.dynect.net include:mail.mythoshq.com include:mailgun.org -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 bucknell.edu a disposable email provider?
No, bucknell.edu is whitelisted and considered a legitimate email provider.
Can I use bucknell.edu for account registration?
bucknell.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from bucknell.edu?
Use the Trashmail-Blacklist API to check bucknell.edu before accepting it in your application. Send a GET request to /check/json/bucknell.edu 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 bucknell.edu?
bucknell.edu 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 bucknell.edu before they reach your database.