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
164 forks
Language: Go
last commit: about 1 month 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 | 106 |
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. | 53 |
alayahharvey/mailtester-ninja | A tool for verifying and validating email addresses to prevent spam and improve engagement | 0 |
fgribreau/mailchecker | A cross-language email validation library with support for over 55,000 throwaway domains. | 1,646 |
truemail-rb/truemail | An email validation framework that uses various methods to verify email addresses, including regex, DNS, and SMTP. | 1,194 |
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 library for sending emails in Go with a focus on simplicity and security. | 732 |
vercel/email-prompt | A CLI email prompt utility with autocompletion and built-in validation | 276 |
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 |