On Thu, Apr 12, 2012 at 4:13 PM, Muhammad Niaz Rana <[email protected]>wrote:
> David, thanks for reply. > But point is this is one of my business requirements, let me explain. > > I am working on Booking system( like on line Taxi booking), > so how user will book, just will enter his email address and enter > search criteria, we will put his information in out DB and will send him > Leed(s) info on his address. > > Because right now we cant do execute the Sign up process, just come enter > email, and search criteria and do booking and use the Taxi.:) > > Email address is good for user name, but only because it tends to be unique. Apart from that, you don't need to care. Do a check for uniqueness, send a confirm, and if you don't get a confirm in a day, purge the user. Verifying email via SMTP will get your IP address blacklisted, so it'd work in prototype, and then fail quickly in production. Any idea will be appreciated. > > On Thu, Apr 12, 2012 at 10:58 AM, David Richards < > [email protected]> wrote: > >> Muhammad, >> >> If such a thing existed, it would be used by spammers. That's why >> confirmation emails are sent with links that go back to your server. >> >> David >> >> "If we can hit that bullseye, the rest of the dominoes >> will fall like a house of cards... checkmate!" >> -Zapp Brannigan, Futurama >> >> >> >> On Thu, Apr 12, 2012 at 15:47, Muhammad Niaz Rana <[email protected]> >> wrote: >> > Hi All, >> > I have to write code to validate the email, not just regex to >> > validate on client side :) >> > I have to validate the email i.e. weather is exists or Bounce back with >> some >> > error information. >> > Is there any standard way to validate email address and its source >> code.? >> > >> > >> > Thanks in advance.:) >> > >> > -- >> > >> > Regards, >> > Muhammad Niaz >> > >> > > > > -- > > Regards, > Muhammad Niaz > > -- Meski http://courteous.ly/aAOZcv "Going to Starbucks for coffee is like going to prison for sex. Sure, you'll get it, but it's going to be rough" - Adam Hills
