| View previous topic :: View next topic |
| Author |
Message |
TeeTwo
Joined: 29 Dec 2006 Posts: 123 Location: Australia
|
Posted: Thu Aug 07, 2008 1:02 am Post subject: Email Validation |
|
|
I have done a search and could not find anything. Has anyone tried a email verification script. You know to find out if a email is valid without actually checking bounce backs of messages.
The reason, I have a site and when giving away a free software version I get a collection of emails, some are invalid. I wish to sort these so I can inform the people of updates. _________________ (The guy from Oz) |
|
| Back to top |
|
 |
Slanter
Joined: 28 May 2008 Posts: 739 Location: Minnesota, USA
|
Posted: Thu Aug 07, 2008 1:37 am Post subject: |
|
|
I don't believe it's possible to check if an email address exists without first sending an email to it, which is why so many sites require you to click on a link in an email sent to you in order to validate the email address. _________________ Unless otherwise stated, all code is untested
(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
Krogdor
Joined: 18 Apr 2008 Posts: 1390 Location: The Interwebs
|
Posted: Thu Aug 07, 2008 1:45 am Post subject: |
|
|
| Although you won't be able to tell if the email address actually exists, this page describes how to check if an email address is properly formatted by using regular expressions. |
|
| Back to top |
|
 |
SoLong&Thx4AllTheFish
Joined: 27 May 2007 Posts: 4999
|
|
| Back to top |
|
 |
engunneer
Joined: 30 Aug 2005 Posts: 8255 Location: Maywood, IL
|
Posted: Thu Aug 07, 2008 8:45 pm Post subject: |
|
|
| HugoV wrote: | and I had such a nice post count 444, this post ruins it  |
We can always delete a few useless posts... _________________
(Common Answers) |
|
| Back to top |
|
 |
TeeTwo
Joined: 29 Dec 2006 Posts: 123 Location: Australia
|
Posted: Sat Aug 16, 2008 6:29 am Post subject: |
|
|
Thanks for heads up, I downloaded the program and will investigate. I have started to learn PHP but what with creating Basic programs learning AHK and now PHP I will not know if I am Arthur or Mather. I know I will start studying biology.
Thanks again all for pitching in _________________ (The guy from Oz) |
|
| Back to top |
|
 |
polyethene
Joined: 11 Aug 2004 Posts: 5248 Location: UK
|
Posted: Sat Aug 16, 2008 8:30 am Post subject: |
|
|
You can use regex to validate the form of email addresses. _________________ GitHub • Scripts • IronAHK • Contact by email not private message. |
|
| Back to top |
|
 |
Slanter
Joined: 28 May 2008 Posts: 739 Location: Minnesota, USA
|
Posted: Sat Aug 16, 2008 3:55 pm Post subject: |
|
|
That link was already posted  _________________ Unless otherwise stated, all code is untested
(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination. |
|
| Back to top |
|
 |
|