We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to validate emails using valid_email2 gem (without ActiveModel) but i noticed there is something that needs to improve.
valid_email2
Look at following examples (Especially email address)
1-
> email => "goel.urvashi1@gmail+blinkist.com" > ValidEmail2::Address.new(email).valid? => true
Why?
2-
> email => "jacoblarsonband@yahoo.comfargoasfsn123!" > ValidEmail2::Address.new(email).valid? => true
Why it's saying valid email?
and also for email = "bengmr@msn-.com"
email = "bengmr@msn-.com"
any suggestion will be appreciated. Thanks
The text was updated successfully, but these errors were encountered:
c21da3d
I've release v2.1.0 to rubygems with the fix. Thanks!
Sorry, something went wrong.
No branches or pull requests
I tried to validate emails using
valid_email2
gem (without ActiveModel) but i noticed there is something that needs to improve.Look at following examples (Especially email address)
1-
2-
and also for
email = "bengmr@msn-.com"
any suggestion will be appreciated. Thanks
The text was updated successfully, but these errors were encountered: