|
-
Jun 3rd, 2003, 11:48 AM
#1
Thread Starter
New Member
Validate Email Username and Domain
Anyone have any Visual Basic 6 code that can be compiled into a COM object so I can validate an SMTP email address. I want to validate the DNS and the username portion of the address.
What API's should I be looking at?
-
Jun 3rd, 2003, 01:54 PM
#2
Frenzied Member
There are none. Unless you are sending mail on an intranet.
For general SMTP stuff you have to hope that the server supports the finger protocol.
What are you trying to do? Validating usernames and domains for email outside of your business is unusual.
-
Jun 4th, 2003, 05:53 AM
#3
Frenzied Member
Send a message to the address. If you get back a non-delivery message, then it was an invalid address.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|