I am using .NET for my email validation:
[Display(Name = "Email address")]
[Required(ErrorMessage = "The email address is required")]
[EmailAddress(ErrorMessage = "Invalid Email Address")]
But if I copy paste an email address like bc@good.com
( notice the empty space at the end of .com it says it is invalid.
How can I tell it to ignore that empty space for validation?
I couldn't type empty space in SO editor, imagine there are empty spaces after .com