Can I check if e-mail address is valid?
- by simple
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 =)