Can I check if e-mail address is valid?

Posted by simple on Stack Overflow See other posts from Stack Overflow or by simple
Published on 2010-05-12T15:52:46Z Indexed on 2010/05/12 16:24 UTC
Read the original article Hit count: 135

Filed under:

How can I implement following logic?

  • User registers with an e-mail address

  • If provided e-mail address is a valid email address Then user account get's activated

  • or if it is a fake email then user account is not activated

I doubt that I can catch the - "Delivery failed reply message", right? anyhow how would you suggest to implement the above logic?

PS. I will have to find a way no matter what, client wants it =)

© Stack Overflow or respective owner

Related posts about php