Skip to main content

How do you verify if a given email address is real or fake?

How to verify an Email Address ( real or fake ) ?


A simple solution is that send a test mail to that email address and if your message doesn't bounce, it is safe to assume that the address is real. But some web domains are including a new configuration to catch all email address meaning is that messages send to a address to a non-existent mailbox will not be returned to the sender but in most cases, such email messages will bounce.

How to validate a Email Address? - Answer is Ping

when a email is send, the message goes to an SMTP server which then looks for the Mail Exchange records of the email recipient's domain.

For Instance,When you send a email to xyz@gmail.com, the mail server will try to find the Mail Exchange records for the gmail.com domain. If the records exist, the next step would be to determine whether that email username (xyz in our example) is present or not.

Using a similar logic, we can verify an email address from the computer without actually sending a test message. Let say that we want to verify the address abc@gmail.com exists or not?

Step 1. Enable telnet in Windows. or if you have the PuTTY utility, skip this step.
Step 2. Open the command prompt and type the following command:

nslookup -type=mx gmail.com 
This command will extract and list the MX (Mail Exchange) records of a domain as shown below. Replace gmail.com with the domain of the email address that you are trying to verify.

gmail.com           MX preference= 10, mail exchanger = alt1.gmail-smtp-in.l.google.com 
gmail.com           MX preference= 20, mail exchanger = alt2.gmail-smtp-in.l.google.com 
gmail.com           MX preference= 30, mail exchanger = alt3.gmail-smtp-in.l.google.com 
gmail.com           MX preference= 40, mail exchanger = alt4.gmail-smtp-in.l.google.com 
gmail.com           MX preference= 5, mail exchanger = gmail-smtp-in.l.google.com    

Step 3. It is not uncommon to have multiple MX records for a domain. Now pick any one of the servers mentioned in the MX records and "pretend" to send a test message to that server from you computer 

For that go to command prompt window and type the following commands in the listed sequence:

3a) Connect to the mail server:
          telnet gmail-smtp-in.l.google.com 25  

3b) Say hello to the other server
          HELLO

3c) Identify yourself with some fictitious email address
         mail from:<dtcrunch@gmail.com>

3d) Type the recipient's email address that you are trying to verify
         rcpt to:<abc@gmail.com>

The server response for 'rcpt to' command will give an idea whether an email address is valid or not. You'll get an "OK" if the address exists else a 550 error like:

* abc@gmail.com - The email account that you tried to reach doesn't exist.
* support@gmail.com - The email account that you tried to reach is disabled.
 
That's it! If the address is valid, you may perform reverse email search to find the person behind the address.

Popular posts from this blog

A Chinese Facebook is coming and will make Huge Censorship Concessions

A Facebook lobbyist recently said that perhaps the site was allowing too Much Free Speech in countries that were not used to the luxury. The Facebook-China rumor mill has been churning for years now, but it’s becoming increasingly obvious that the site will launch a censorship-friendly option in the country. As Per the Information , Facebook Will Parter With Baidu ( Baidu - Chinese search engine ) and launch a separate site, although all users will have the ability to connect to it – but not without some red tape. “ When Facebook users outside China connect with users inside China, sources said they will need to click through a warning that any material visible to Chinese users may also be visible to the Chinese government .” China has been accused of hacking Gmail accounts of Chinese dissidents , so if you’re trying to connect to Facebook China, it can be assumed your content is being monitored. The censorship issue has been at the heart of Facebook’s inability to break thr...

Difference between Optical Mouse and Laser Mouse

Optical mouse and laser mouse are different varieties of digital mice which have overwhelmed ball rollers ones. Laser mouse is one step ahead of optical mouse. 1) Laser ones are more precise than optical ones and can respond to very little movements also (extra sensitive). 2) This difference is because of the type of light used. An optical mouse uses an LED light while a laser mouse contains a small laser and hence is a bit expensive, comparatively. 3) An LED light in simple mouse is a visible red light while a laser light might not be visible. Rating: Optical mouse - 400 to 800 dpi (dots per inch) Laser mouse – 2000 dpi or more. You may also like to read: How to Convert Videos to GIF on Whatsapp Tips to Reduce the Effect of "Blue Light" on Your Computer Tricks Get Google Chrome Dark Mode Board of Directors Denies Kalanick Returns as CEO of Uber 3 Ways to Clean Memory Space on Android Tips for Securing Data Using Keywords Easy Ways to Unblock an Account on Instagram The...

Best Funny Firefox Tricks

Firefox is one of best browser in World and Till now More than 100 Millions Have Donwload the Latest Version Of Mozilla (Mozilla Firefox..) ( To Watch Current Total Number of Downloads : Go Here ).And there are some funny tricks that you can do with your firefox browser. I will also recommend you to read Best Funny Google Tricks to explore the funny side of google. These will not harm your browser and they are tested in the latest version of firefox i.e firefox 4.0 ... Here are Some Funny Firefox Tricks To perform these tricks open your firefox browser and copy/paste the following in your address bar chrome://global/content/alerts/alert.xul This will show you dancing firefox.Your firefox window will automatically popup anywhere at screen. · chrome://browser/content/browser.xul This will open another firefox within in a new tab.So you will have firefox within firefox. · chrome://browser/content/preferences/preferences.xul This will open firefox options dialog box in new tab. · ...