-
Notifications
You must be signed in to change notification settings - Fork 490
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[script request]: E-mail verifier using Golang. #1362
Comments
/assign |
@dijodaiju7 Welcome to Rotten-Scripts🥳 Thanks for opening this Issue 🙌, This Will definitely Improve our Project💖.While we are having a look at this. If you want to work on this then,feel free to self-assign and start working on it.📄 Use |
/assign |
This issue has been assigned to @dijodaiju7! |
@dijodaiju7, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute. |
/assign |
This issue has been assigned to @pandyaved98! |
@pandyaved98, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute. |
/assign |
This issue has been assigned to @itsCheithanya! |
@itsCheithanya, this issue hasn't had any activity in 7 days. It will become unassigned in 14 days to make room for someone else to contribute. |
Is there an existing issue for this?
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
The text was updated successfully, but these errors were encountered: