• dan@upvote.au
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    2 months ago

    Websites don’t have an actual check for a legit email.

    Some do. You can connect to an SMTP server and pretend to send an email (send the EHLO, MAIL FROM, and RCPT TO commands, but don’t actually send any content). A lot of servers will immediately reject as soon as you provide an invalid recipient email address.

    Of course, that doesn’t work for any domains with a catchall address (where every address at a domain goes to one mailbox).