php - Email verification -
i'm creating newsletter subscription app. want implement email verification prevent spam/bot signups (well, @ least can delete them afterwards). i've been struggling confirmation key though of simpler solution:
- user clicks submit -> inputed database (verified = 0)
- user receives generic email ("click me verify") -> verified page (verified = 1)
would work? there potential issues might come up?
if problem spam bots, should use captcha: http://www.google.com/recaptcha against of them.
your solution good, if want prevent random user using site, problems solves user must put effort in it.
also if want save bandwidth, can realy go in email checking: http://www.serviceobjects.com/blog/hot-topics/email-validation-whitepaper/
hope helps
Comments
Post a Comment