Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-15-2002, 01:40 AM   PM User | #1
dhtmlhelp
Regular Coder

 
Join Date: Jun 2002
Location: London, UK
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
dhtmlhelp is an unknown quantity at this point
Server Side Email Validation with ASP

Hi,

I was visiting www.2advanced.com (Flash site) and I was amazed by the email validation script they use.

What the script does is it processes the email (sends some kind of proxy to the email address to see if it exists) and if it doesn't it displays Invalid Email Address (not just an email syntax verifier - it actually verifies the email actually exists). Now, I haven't seen it done in html/asp but was hoping some of you knew how to do it.

I am aware of the email validators available around but there is nothing close to what the 2advanced script can do. Very impressed, hope you can share your thoughts if you have the solution.

DHTMLHELP
dhtmlhelp is offline   Reply With Quote
Old 07-15-2002, 06:14 AM   PM User | #2
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
Well... hmmm.... it might do some kind of DNS look up or it might ping the domain first to see if that exists. It it does then some how it interfaces with the email server and then i dont have a clue.
__________________
OracleGuy
oracleguy is offline   Reply With Quote
Old 07-15-2002, 12:39 PM   PM User | #3
dhtmlhelp
Regular Coder

 
Join Date: Jun 2002
Location: London, UK
Posts: 127
Thanks: 0
Thanked 0 Times in 0 Posts
dhtmlhelp is an unknown quantity at this point
How do I ping or do a DNS lookup with ASP? And would anybody know how to interface with the email server on the other side to find out if the email actually exists?

DHTMLHELP
dhtmlhelp is offline   Reply With Quote
Old 07-16-2002, 07:26 PM   PM User | #4
oracleguy
Rockstar Coder


 
Join Date: Jun 2002
Location: USA
Posts: 9,043
Thanks: 1
Thanked 322 Times in 318 Posts
oracleguy is a jewel in the roughoracleguy is a jewel in the roughoracleguy is a jewel in the rough
They could of built some .NET application in VS.NET that is doing it. I don't know exactly how you'd do it but it is a possiblility.

I think.
oracleguy is offline   Reply With Quote
Old 07-16-2002, 07:27 PM   PM User | #5
Morgoth
Senior Coder

 
Morgoth's Avatar
 
Join Date: Jun 2002
Location: Ontario, Canada Remaining Brain Cells: 6
Posts: 1,402
Thanks: 2
Thanked 1 Time in 1 Post
Morgoth is an unknown quantity at this point
Well, I think it doesn't check for the e-mail address exactly, I think it takes the domain and if the site is real, it says it sent the message. All it does is check if the site is running, and not a 404.

So, basically it's almost like

If fish.net <> 404 then
Send mail
Else
Invailed
End if

Try it with hotmail,

Use addesses that you know, noone has.
Ex.
I_eat_apples_2_2_2_2_2_2_2_iiiiiiiifhgj@hotmail.com
6693748tyhfdgjhs9w4tugkcjgjgjgjgjgjgjgjjg@hotmail.com

That's my explanation.
But as I see it, any other site might just want to get the right looking e-mail address...
Right Looking= AA@BB.CC
Wrong Looking= AABB.CC
Wrong Looking= @AABB.CC
Wrong Looking= AABB.CC@
Wrong Looking= AABB@.CC
Wrong Looking= AABB.@CC
Wrong Looking= AA@BBCC
Wrong Looking= AABB@CC
Wrong Looking= AABBCC@
Wrong Looking= @AABBCC
Wrong Looking= AABBCC
Wrong Looking= AABBC.@
Wrong Looking= AABBC@.
Etc...
...and save the time and bandwidth of programs that will have to do what www.2advanced.com does.

<personal opinon>
P.S. Flash is not the way for making websites, you need to be able to have some HTML other then the enbed tag.
</personal opinon>
Morgoth is offline   Reply With Quote
Old 07-17-2002, 02:30 AM   PM User | #6
whammy
Senior Coder

 
Join Date: Jun 2002
Location: 41° 8' 52" N -95° 53' 31" W
Posts: 3,660
Thanks: 0
Thanked 0 Times in 0 Posts
whammy is an unknown quantity at this point
I saw this kind of script and have it bookmarked somewhere... I'll see if I can find it... and this is in regular ASP, not ASP.NET
__________________
Former ASP Forum Moderator - I'm back!

If you can teach yourself how to learn, you can learn anything. ;)
whammy is offline   Reply With Quote
Old 11-02-2004, 08:06 AM   PM User | #7
GoneWest
New to the CF scene

 
Join Date: May 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
GoneWest is an unknown quantity at this point
Question

I Know this is a really old thread but did anyone manage to solve this????
GoneWest is offline   Reply With Quote
Old 11-09-2004, 04:41 AM   PM User | #8
Morgoth
Senior Coder

 
Morgoth's Avatar
 
Join Date: Jun 2002
Location: Ontario, Canada Remaining Brain Cells: 6
Posts: 1,402
Thanks: 2
Thanked 1 Time in 1 Post
Morgoth is an unknown quantity at this point
I don't think there is a solution for this, I think it's just something you'll need to email the person who programed the site.

It's advanced, but it just might be a trick.
Morgoth is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:44 AM.


Advertisement
Log in to turn off these ads.