email-verifier
Email verifier
A Go library for verifying the validity and reachability of email addresses without sending emails.
A Go library for email verification without sending any emails.
1k stars
34 watching
159 forks
Language: Go
last commit: 10 days ago
Linked from 3 awesome lists
disposableemailgosmtpvalidationverificationverifier
Related projects:
Repository | Description | Stars |
---|---|---|
truemail-rb/truemail-go | A Golang package for validating and verifying email addresses using multiple methods including regex, DNS, and SMTP | 104 |
verifid/vl-go | A Go client library for the VerifID identity verification layer API | 2 |
alexcesaro/mail | Provides a simple interface to write and send emails | 83 |
valord577/mailx | A Go library that simplifies email sending via SMTP | 19 |
dertuxmalwieder/libvldmail | A C library that validates email addresses according to RFC 6531 with optional fallback to RFC 5321 and additional features for Unicode support and deprecation checking. | 52 |
alayahharvey/mailtester-ninja | An email verification tool with features for real-time validation and comprehensive verification of email addresses. | 0 |
fgribreau/mailchecker | A cross-language email validation library with support for over 55,000 throwaway domains. | 1,628 |
truemail-rb/truemail | An email validation framework that uses various methods to verify email addresses, including regex, DNS, and SMTP. | 1,187 |
swiftonsecurity/swiftfilter | A tool for implementing custom email transport rules to detect and respond to phishing attacks. | 403 |
verifytests/verify.mailmessage | A Verify extension for verifying properties of email message components | 1 |
xhit/go-simple-mail | A package for sending emails using SMTP with various features such as keep-alive connections and timeout handling. | 651 |
wneessen/go-mail | A comprehensive email sending library in Go with a focus on simplicity and extensibility. | 691 |
vercel/email-prompt | A CLI email prompt utility with autocompletion and built-in validation | 275 |
verifytests/verify.masstransit | Provides a way to verify the behavior of MassTransit test helpers during testing. | 12 |
raikia/uhoh365 | A tool that checks if an email address is valid in Office 365 using Microsoft's Autodiscover API without requiring login credentials. | 591 |