Basically what you are asking is "can I find out if an email address is valid without sending email to it." The short answer is no.

The best you can do is send out the validation mail blind, and then have the form tell them to expect it and if that if they don't get it there is probably an email problem. In theory you could watch for bounces and then notify the person who submitted the form that it bounced, but they would have to stay on the page, or check back periodically, for a very long time. For example, if the mail can't be delivered because all their mail servers are down, it could take days to bounce, most mail servers will keep retrying for 4 days in this circumstance.


We're not surrounded, we're in a target-rich environment!

In reply to Re: Yet Another E-mail Validation Question by jasonk
in thread Yet Another E-mail Validation Question by tanger

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.