GoRify is a robust and efficient command-line tool written in Go, designed to verify the validity of email addresses. Whether you're cleaning up your email list, checking user input, or validating emails for any other reason, GoRify provides a simple and powerful solution.
- Fast and Efficient: Built with Go for high performance and quick verification.
- MX Record Lookup: Verifies the existence of the domain's mail server.
- Syntax Check: Ensures the email address adheres to standard email format.
- Disposable Email Detection: Identifies disposable email addresses.
- Command-Line Interface: Easy to use with clear commands and options.
- Output Options: Supports various output formats including JSON and plain text.
You can install GoRify using go get
:
go get -u github.com/yourusername/gorify