Getting the valid email address.

Posted by user219315 on Stack Overflow See other posts from Stack Overflow or by user219315
Published on 2010-04-29T05:35:26Z Indexed on 2010/04/29 5:37 UTC
Read the original article Hit count: 333

Filed under:
|
|

Hi In a MVC application i want to validate the email addresses. I want to get the valid emailID from the list.If I use the emailaddress from the address book of any mail account then the name of the user get appended with the emailID .eg:"Ayushi Soni" ,.. and then copy these address to a textbox in an MVC application.

Now I want to retrieve the actual EmailID from the list ignoring the name that is appended.Is there any utitliy or jquery that we can use to filter this out and validate the filtered email.

I donot want to use regex,substring method for this.

Thanks. skothari

© Stack Overflow or respective owner

Related posts about mvc

Related posts about validate