Skip to content
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

Enhanced verify_email rake task #2661

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

maricavor
Copy link
Contributor

@maricavor maricavor commented May 7, 2024

Close #2659

  • Added extra options for rake task :verify_email (--emails or -e, --email_regex or -r, --force or -f), for example:
  • bundle exec rake verify_email:check_all -- -e email1@example.com,email2@example.com -c mx -f
    bundle exec rake verify_email:check_all -- --email_regex='^test\d*@example.com$' --check_level=mx

@maricavor maricavor force-pushed the 2659-extend-email-validator branch from ef6448e to 908b799 Compare May 7, 2024 12:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend email validator with options for custom list of email to check and limit checks to patches
2 participants