fredeil / email-validator.dart

A simple Dart class for validating email addresses (syntax) without using RegEx :email:
https://pub.dartlang.org/packages/email_validator
MIT License
190 stars 38 forks source link

name+number@domain.com email is valid or invalid ? #49

Closed user-23xyz closed 10 months ago

user-23xyz commented 1 year ago

given a email that is like jhon+55@gmail.com is this a valid or invalid email ?

woolfred commented 1 year ago

jhon+55@gmail.com would be a valid email.

fredeil commented 1 year ago

Which results are you getting @sabowsla ? Valid or invalid?

user-23xyz commented 1 year ago

iwas getting invalid tho i havent checked again