473,396 Members | 2,030 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,396 software developers and data experts.

How to verify if an email address actually exists?

I have to chek whether the email exist or not using php
ex:test@gmail.com is valid email format but it may not be exist.I have to check wherther the email is exist or not.
please help me
Sep 6 '07 #1
5 6457
smartic
150 100+
Try to search on google about regular expressions.
Sep 6 '07 #2
code green
1,726 Expert 1GB
Do you want to test if an email is of a valid construction or check whether the address is a genuine email address?
A preg_match expression can check for most address formats, but you will find different regular expressions making this claim.
The only way to truly test if an email address is genuine is to obtain a reply from that address, unless you have access to the email providers directory.
Sep 6 '07 #3
Atli
5,058 Expert 4TB
I've changed the title of this thread to better describe it's topic.
Using good, descriptive titles that follow the Posting Guidelines will increase your chances of getting you question answered!

Moderator
Sep 6 '07 #4
if you are using smtp to send ur mails then you can check wether the email exist or not , simply send a mail to the address and set bounce mail address if the mail bounced it will be notified on your given bounced mail address you can then check it
Sep 7 '07 #5
Purple
404 Expert 256MB
if you are using smtp to send ur mails then you can check wether the email exist or not , simply send a mail to the address and set bounce mail address if the mail bounced it will be notified on your given bounced mail address you can then check it
Hi all,

not wanting to be pedantic but it is common practice to configure email servers not to respond to incorrectly address emails - this is done to stop directory harvesting attacks.

Another approach implemented is tar pitting where a non delivery response is sent after a delay, again to reduce the effectiveness of directory harvesting attacks.

Regards Purple
Sep 7 '07 #6

Sign in to post your reply or Sign up for a free account.

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...
4
by: vishal | last post by:
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...
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...
11
by: Phil Amey | last post by:
In a web based form I am able to make sure that there is text in an input field but I want to force the user into inputting a valid email address, one that has @ in the address How can I modify...
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...
2
by: Bazzaboy | last post by:
I need to verify that someone has not submitted a bogus email address in my on-line form. So I need to check: The syntax of the email address submitted If the email address actually exists ...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.