473,387 Members | 1,597 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

verify email address

how can i verify the email address entered by client???
is there any readily available function for that in php or mysql?????
else suggest me some links for verifying email address enetered by
client.

thxs for help in advance.

Jul 17 '05 #1
4 5249
vishal <vi************@yahoo.co.in> wrote:
how can i verify the email address entered by client???

is there any readily available function for that in php or mysql?????

else suggest me some links for verifying email address enetered by
client.


It has been asked many times before in comp.lang.php use the archives.

But in short, the only way to really verify is to send a challenge to
the address that could be solved by a program. The text hidden in images
solution comes to mind...
Jul 17 '05 #2
On 2 Apr 2005 03:09:07 -0800, "vishal" <vi************@yahoo.co.in> wrote:
how can i verify the email address entered by client???
Verify what about it?
is there any readily available function for that in php or mysql?????

else suggest me some links for verifying email address enetered by
client.


Without sending an email, you can check it's syntactically correct, and that's
about it. This is Asked Frequently.

http://www.google.co.uk/search?q=php...+email+address
http://groups.google.co.uk/groups?q=...+email+address

If you want to make sure a human is reading it, send an email containing a URL
to a page on your site with a unique identifier, and ask the person to visit
the URL. You'd have saved the ID when sending the email, then later if the URL
is visited, you can mark that email address as "verified".

--
Andy Hassall / <an**@andyh.co.uk> / <http://www.andyh.co.uk>
<http://www.andyhsoftware.co.uk/space> Space: disk usage analysis tool
Jul 17 '05 #3
Q: How can I check the validity of the email address?
A:
1. Use regular expressions to check the format/syntax of email
address.
2. Use SMTP's VRFY or EXPN command. Note, many turn off this command
for spam abuse.
3. Use checkdnsrr() or getmxrr() to see if the domain has MX records;
and then check if the domain exists.
4. Send a real email to the user, but with an activation URL.

Caveats:
(1) can check only the format and doesn't check if the domain exists or
not
(3) checks only the domain
(4) is the only (right) approach to see if the user uses is own-valid
email address.

Refer:
http://www.ex-parrot.com/~pdw/Mail-RFC822-Address.html
http://www.faqs.org/rfcs/rfc2821.html
http://www.network-tools.com/de*****...**@example.com
http://www.devshed.com/c/a/PHP/Email...tion-with-PHP/
http://www.php.net/checkdnsrr
http://www.php.net/getmxrr

Jul 17 '05 #4
Hello,

on 04/02/2005 08:09 AM vishal said the following:
how can i verify the email address entered by client???
is there any readily available function for that in php or mysql?????
else suggest me some links for verifying email address enetered by
client.


You can use this class that can be used to validate an e-mail address
as you need:

http://www.phpclasses.org/emailvalidation

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
Jul 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: NotGiven | last post by:
Is there anyway to verify an email address before you send it? Does anyone know of a way to clean up an email address, like check for "me @theend.co" The above has a space before "@" and is...
5
by: Dan Williams | last post by:
Apologies for the cross-post but i thought i'd aim for the largest audience possible. I have a web site that users have to register to with their email address. The site then emails the user...
2
by: Cherry | last post by:
Hi, I have an intranet application that should validate the Email Address from the local SMTP Server. I have tried using CDO.Message but that does not seem to have functionality to verify the...
6
by: johnt | last post by:
i am looking for help on how to verify information in a form so that the following info has to be filled in before they click on submit. I am not an expert in java or html so any help would be...
2
by: darin dimitrov | last post by:
Hello, Is there a way to verify that a particular account exists on SMTP server before sending email to it in an ASP.NET web application?
2
by: Wayne Wengert | last post by:
I want to write a Windows application to go through all the email addresses in an SQL Server table and to report which ones are invalid. From Googling and perusing NGs it is my understanding that...
1
by: Grey | last post by:
I have to write a program to verify email address availability. i have to verify thousand of email address. is there any way to verify the email in ..net instead. the requirement is to verify which...
3
by: Grey | last post by:
I have to write a program to verify email address availability. i have to verify thousand of email address. is there any way to verify the email in ..net instead. the requirement is to verify which...
7
by: =?Utf-8?B?Tmlrb2xheSBQb2Rrb2x6aW4=?= | last post by:
Good afternoon, community! How you help me? I need to know, how could I verify e-mail address? I don't mean ( for example: test@test.com it is valid or not) I wanna know is that real world...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.