Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validating email address?
Message
From
10/04/2012 08:51:44
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 2.0
Miscellaneous
Thread ID:
01540791
Message ID:
01540793
Views:
45
>Is it possible to validate email address such that only emails that have a certain domain are allowed. For example, that only "yahoo.com" emails are allowed. (e.g. name@yahoo.com, name2@yahoo.com). But emails like name@msn.com are rejected? TIA.

If it is inside your application, just parsing would do it. You may enter a list of domains and filter them out, or in your case, validate them against your validation rules.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform