It's the age old subject of email address validation again, sorry.
I use javascript, and php to check the format of an address but that does not stop someone typing in a fake address.
I could use nslookup and parse the resulting utput to see if the domain exists, but that does not tell me if the mailbox exists.
Is there someway, perhaps making a connection via smtp and running a query, that I can find out if a domain exists and if the mailbox exists?
Regards,
-- Nick Gushlow