How can I check the given email id is valid or 开发者_StackOverflow社区not using ELIPS Studio 3? Is it possible?
Thanks in Advance.
if you want to validate an email ID formay then you can use regular expression. if you are looking at validating a email address to see if it exists or not then there is no way.
精彩评论