Registry / utility / badoux-checkmail

badoux-checkmail

JSON →
library1.2.4gogounverified

A Go library for validating email addresses by checking syntax, domain, and SMTP availability.

go get github.com/badoux/checkmail
INSTALL
IMPORT
SIG · BADOUX-CHECKMAIL
B
badoux-checkmail
utilitygov1.2.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

checkmail
github.com/badoux/checkmail

Validates the format of an email address.

package main import ( "fmt" "github.com/badoux/checkmail" ) func main() { err := checkmail.ValidateFormat("user@example.com") fmt.Println(err) }
Debug
Known issues
gotchaSMTP validation may be blocked by some mail servers or firewalls.
fix
Use only format validation if SMTP checks are unreliable.
affects: >=1.0.0
Upgrade
Version history
1.2.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
2
Resources
badoux-checkmail — go get badoux-checkmail · libregistry