Skip to content

[script request]: E-mail verifier using Golang. #1362

@dijodaiju7

Description

@dijodaiju7

Is there an existing issue for this?

  • I have searched the existing issues.

Describe the script

Using this script we can verify the authenticity of an e-mail address. This will help to keep the scammers and spammers away by checking whether the e-mail address exists or not.

Language

Go

Is the feature request related to a problem? Please Specify.

We often receive many emails, in which some of which may pretend to be spam or scam emails. But if we have a tool to verify whether this email address exists or not as well as if someone provides us with an email address, we can verify the authenticity of the email address. Thus it will help us to stay safe in cyberspace.

Describe the solution you'd like.

I'm planning to implement a go script that checks MX, SPF, DMARC records ass well as the domain of the mail address. Using the net package the domain details can be verified and using the log package these details will be logged.

Anything else?

I would like to work on this project on behalf of GSSOC 22'.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions