
Raul IONESCU - 2012-12-30 23:15:21 -
In reply to message 1 from mohamed wael
There are 2 methods, both to be run on to the mail hosting server of the recipient.
1. Using "VRFY" SMTP command (but usually this is turned off for security reasons)
2. If the previous method fails, try to send a mail and quit after reading "rcpt to:" command's response (code 550 means the address does not exists); neither this method is fail proof.
Either way there are no 100% sure methods.
I have no intent to add non-accurate and time consuming methods to my class.