Is there a mechanism for verifying an e-mail address exists before sending?
feedback
|
closed as not a real question by pauska, Holocryptic, Iain♦, mfinni, jscott Aug 16 '11 at 13:40
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
RFC 2821's "VRFY" SMTP command is supposed to do that but, due to spammers abusing this command for validating mail addresses lists it's often disabled on the servers and SMTP gateways. | |||
feedback
|