Forums / General Questions / verify users email

verify users email

Locked
Results 1 to 6 of 6
This thread is locked. New replies are disabled.
14 Aug 2007, 14:29
#1
rando84 avatar

rando84

New Zenner

Join Date:
Jun 2007
Posts:
26
Plugin Contributions:
0

verify users email

hey is it possible to verify someones email so that i know that they are who they say they are, because im using a auction site and need to only allow trusted people
14 Aug 2007, 15:01
#2
chuckl avatar

chuckl

Totally Zenned

Join Date:
Nov 2006
Posts:
717
Plugin Contributions:
0

Re: verify users email

You can verify that the domain of the email exists, which doesn't really help you if it is gmail.com, or hotmail.com, and some mail servers are set up to block mail for non existent users. So on those servers you can verify the existence of an email address by connecting and issuing a RCPT to command with the email address. If the server says 'go ahead', the address exists.
It is not a general rule tho, and many hosting companies block outgoing SMTP mail from websites.

Best compromise seems to be that at signup you send a comfirmation email to their supplied address, containing a link that they have to click on to verify within a set period - e.g. 12 or 24 hours.
14 Aug 2007, 15:12
#3
rando84 avatar

rando84

New Zenner

Join Date:
Jun 2007
Posts:
26
Plugin Contributions:
0

Re: verify users email

how do i make zencart send a confirmation email??
14 Aug 2007, 15:30
#4
chuckl avatar

chuckl

Totally Zenned

Join Date:
Nov 2006
Posts:
717
Plugin Contributions:
0

Re: verify users email

It sends a welcome email to new customers by default. You would have to modify that to include a back link to the store, and create a page that accepted the incoming links, and verified the user.
15 Aug 2007, 13:28
#5
rando84 avatar

rando84

New Zenner

Join Date:
Jun 2007
Posts:
26
Plugin Contributions:
0

Re: verify users email

does anyone know the code to do this, because im not super good at coding in php
16 Oct 2008, 06:51
#6
marcosis avatar

marcosis

New Zenner

Join Date:
Sep 2008
Posts:
2
Plugin Contributions:
0

Re: verify users email

rando84:

does anyone know the code to do this, because im not super good at coding in php


i would also like to get my hands on this php code if i could please.