I want to write a routine for email validation.
Here is what I have come up with based on a sample email of:
Sample@sample.com
1. Make sure there is only one @ in the name.
2. Make sure there are characters before and after the @
3. Make sure there is a period after the @
Any other ideas or sample snippets are greatly appreciated
Jim Osieczonek
Delta Business Group, LLC
Here is what I have come up with based on a sample email of:
Sample@sample.com
1. Make sure there is only one @ in the name.
2. Make sure there are characters before and after the @
3. Make sure there is a period after the @
Any other ideas or sample snippets are greatly appreciated
Jim Osieczonek
Delta Business Group, LLC