Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default 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.

  3. #3
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: verify users email

    how do i make zencart send a confirmation email??

  4. #4
    Join Date
    Nov 2006
    Location
    Papworth, Cambridgeshire, UK
    Posts
    731
    Plugin Contributions
    3

    Default 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.

  5. #5
    Join Date
    Jun 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: verify users email

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

  6. #6
    Join Date
    Sep 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: verify users email

    Quote Originally Posted by rando84 View Post
    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.

 

 

Similar Threads

  1. Verify email for customers
    By lrapshop in forum General Questions
    Replies: 2
    Last Post: 15 Feb 2011, 11:51 AM
  2. verify email @ registration settings?
    By orphee in forum General Questions
    Replies: 1
    Last Post: 17 Apr 2008, 08:26 PM
  3. Can't email AOL users?
    By Pammydee in forum General Questions
    Replies: 4
    Last Post: 21 Jul 2006, 07:01 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg