you are viewing a single comment's thread
view the rest of the comments
[–] 0 points 2 years ago (5 children)

Well, unlike postal addresses, email addresses have an easier way to validate them. OTPs.
But that needs to be implemented on the application side

  • source
  • parent
  • hideshow 5 child comments
  • [–] 2 points 2 years ago (4 children)

    Wouldn't have been useful in this particular case.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 0 points 2 years ago (3 children)

    Yeah. Definitely needs the form makers to implement it on their side.

  • source
  • parent
  • hideshow 3 child comments
  • [–] 1 point 2 years ago (2 children)

    I meant you wouldn't want to do that in this use case. We can't wait to verify an email at this step. There are plenty of things that could be implemented, if we knew about this workflow.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 0 points 2 years ago (1 child)

    Yeah, in your case, the most I see could be done, is to remove the address that gives an unreachable response and add it to a list which can be referred to, right before a mail to the next record's address is sent (to not retry duplicates).

    Or maybe use some AI mumbo-jumbo to determine availability.

    Of course, I can also think of using DNS records to precheck if the domain name exists, but I would think they would mostly be parked domains anyway, so maybe not.

  • source
  • parent
  • hideshow 1 child comment