{"id":23181621,"url":"https://github.com/likhithkp/go-email-verification-tool","last_synced_at":"2025-04-05T03:16:01.122Z","repository":{"id":241234439,"uuid":"803580389","full_name":"likhithkp/go-email-verification-tool","owner":"likhithkp","description":"Lightweight Go application that verifies the presence of DNS records for a given domain. It checks for MX, SPF, and DMARC records and outputs the results.","archived":false,"fork":false,"pushed_at":"2024-05-23T03:48:04.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T00:08:12.028Z","etag":null,"topics":["bufio","email-verification","go","golang","os"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/likhithkp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T02:08:36.000Z","updated_at":"2024-05-23T03:49:34.000Z","dependencies_parsed_at":"2024-05-23T05:04:49.045Z","dependency_job_id":null,"html_url":"https://github.com/likhithkp/go-email-verification-tool","commit_stats":null,"previous_names":["likhithkp/go-email-verification-tool"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fgo-email-verification-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fgo-email-verification-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fgo-email-verification-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/likhithkp%2Fgo-email-verification-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/likhithkp","download_url":"https://codeload.github.com/likhithkp/go-email-verification-tool/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247280259,"owners_count":20912967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bufio","email-verification","go","golang","os"],"created_at":"2024-12-18T08:16:57.591Z","updated_at":"2025-04-05T03:16:01.104Z","avatar_url":"https://github.com/likhithkp.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Verifier\n\nEmail Verifier is a simple Go application that checks the presence of DNS records for a given domain. It verifies the existence of MX, SPF, and DMARC records and prints the results in CSV format.\n\n## Features\n\n- Verifies the existence of MX records.\n- Checks for SPF records and retrieves the SPF record if it exists.\n- Checks for DMARC records and retrieves the DMARC record if it exists.\n\n## Prerequisites\n\n- Go (version 1.13 or later)\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/likhithkp/go-email-verification-tool.git\ncd go-email-verification-tool\n```\n\n## Run\n\n```go run main.go```\n\n## Example input:\n  example.com\n  google.com\n  yahoo.com\n\n## Example output:\n  domain, hasMX, hasSPF, spfRecord, hasDMARC, dmarcRecord\n  example.com, true, true, v=spf1 include:_spf.example.com ~all, true, v=DMARC1; p=none; rua=mailto:dmarc@example.com\n  google.com, true, true, v=spf1 include:_spf.google.com ~all, true, v=DMARC1; p=none; rua=mailto:dmarc-reports@google.com\n  yahoo.com, true, true, v=spf1 include:spf.protection.outlook.com -all, true, v=DMARC1; p=reject; rua=mailto:dmarc@reporting.yahoo.com\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithkp%2Fgo-email-verification-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flikhithkp%2Fgo-email-verification-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flikhithkp%2Fgo-email-verification-tool/lists"}