Is bc.edu a Disposable Email?
Whitelistedbc.edu is a verified legitimate email provider. Emails from this domain are safe to accept.
Details
- Status
- whitelisted
- Added
- 2025-09-03
- Last Checked
- 2026-08-24
- Reason
- domain is limited to colleges and universities
Website Preview
Screenshot may be up to 14 days old.
API Playground
Check bc.edu programmatically — pick your language, copy, run. No authentication required.
curl https://trashmail-blacklist.org/check/json/bc.edu
import requests
r = requests.get("https://trashmail-blacklist.org/check/json/bc.edu")
data = r.json()
print(data["status"]) # blacklisted / whitelisted / unknown
const r = await fetch("https://trashmail-blacklist.org/check/json/bc.edu");
const data = await r.json();
console.log(data.status); // blacklisted / whitelisted / unknown
<?php
$json = file_get_contents("https://trashmail-blacklist.org/check/json/bc.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/bc.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 bc.edu.
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
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- aspmx.l.google.com
NS Records
- a1-6.akam.net
- a12-67.akam.net
- a22-66.akam.net
- a28-67.akam.net
- a5-65.akam.net
- a7-67.akam.net
SOA Record
- gidney.bc.edu
- dnsadmins@bc.edu
A Records
- 151.101.131.10
- 151.101.195.10
- 151.101.3.10
- 151.101.67.10
TXT Records
- 1password-site-verification=PISA5OJ6W5BWTA6FTYARK2CULE
- 9CNHDYOSP11BLBLEDB6H886KG1ZSJVS8EDWNYINTH
- MS=B874BC6797A6C1AA1B5914EFC33FFC97233D3252
- SFMC-RaCFOiR4Dv-FmTwIIhaKEwi7cz7tFVvYj-N0RrcW
- adobe-idp-site-verification=ca41dbb72cd238627e8af63cf76b2958131db6da50d242f91cd56bced00d3c04
- apple-domain-verification=HDuJy1UMoAmBpFup
- atlassian-domain-verification=Jm5pwFOAXtdC/LScI/SAI0LmJgxzYAtttWuzlGBfngg1e7K3tvmyvojEFvTZKCWB
- atlassian-sending-domain-verification=6077bcf2-1d5d-4890-bd64-44595fe5f903
- box-domain-verification=f37b81f13b422b79c23aad733b3943e7cea833fd7e498e19c276d0283bb251ba
- cisco-ci-domain-verification=4eb590044c87ce7a3d440769d8e4727f27131ba17b2425e6fb171ccb9d5faf57
- e2ma-verification=8figb
- e2ma-verification=eg2eb
- e2ma-verification=i3t
- google-site-verification=HGU0Yf349BxrrFvQ7X3x1ToRfbiW830yIja6nGPN1VQ
- google-site-verification=TlSuKjbwY8dtUcVnO3yvcmDDxu_NhmuXSwiQFjhYjGY
- google-site-verification=VvEbyEb64ri6R67r1AK6RxRdFpaHB1rh-sDEVLCidPo
- google-site-verification=ZYWr-XyLlo9aztrC1BKAFjryCkkhsDt7JGHhE5iqHAY
- m98prj8e1ojp37v6rfok1fmodq
- sij7qofovndodvjgjhmgmkeof
- v=spf1 include:_spf.google.com include:_spf.qualtrics.com include:relay.bc.edu ip4:104.45.175.206 ip4:136.167.10.75 ip4:216.147.212.20/30 ip4:52.224.142.128 ip4:72.15.208.71 ip4:54.236.128.150 ip4:64.74.237.230/31 -all
SPF Includes
- _spf.google.com
- _spf.qualtrics.com
- relay.bc.edu
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 bc.edu a disposable email provider?
No, bc.edu is whitelisted and considered a legitimate email provider.
Can I use bc.edu for account registration?
bc.edu is a legitimate email provider and safe to accept for account registrations.
How can I block disposable emails from bc.edu?
Use the Trashmail-Blacklist API to check bc.edu before accepting it in your application. Send a GET request to /check/json/bc.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 bc.edu?
bc.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 bc.edu before they reach your database.