The Email Checker Tool is a command-line application developed in Go that validates DNS records for domain names. It checks for MX, SPF, and DMARC records to ensure the domain is properly configured for email delivery and security. This tool helps administrators and developers quickly verify domain configurations.
Features:
1.Validates MX records.
2.Checks and retrieves SPF records.
3.Checks and retrieves DMARC records.
4.Outputs results in CSV format for easy analysis.
Technologies Used:
1.Go
2.DNS Record Lookup
Usage:
Run the tool and input domain names to check their DNS records.