Skip to main content

How to Track an Email Address?

Here is all the things that you need to track an email address :

> Google Chrome (or a good and fast browser)

> Fast internet connection

> Access to a Google Account on which you received the mail.

Now follow the steps below to track an email address.

Open Google Chrome.

http://whatismyipaddress.com/ visit the website, which will help you to track the email address.

Open a new tab, and open your mail.

Now find the mail which you want to track and open it.

Now click on the down arrow, near the reply button and click on Show Original.

Now Copy all text which you see on this tab.

Now go back to the previous tab, where you opened this link.

Scroll down and find the empty text box.

Paste the copied code here and click on Get Source.

Now wait for a few seconds to let the text upload.

Scroll down a lot more and you would be able to see a map with the location of the Sender.

You successfully traced an email address legally.
_________________________

Comments

Popular posts from this blog

What is SQL ?

SQL (Structured Query Language) is a standardized programming language used for managing relational databases and performing various operations on the data in them. Initially created in the 1970s, SQL is regularly used by database administrators, as well as by developers writing data integration scripts and data analysts looking to set up and run analytical queries. The uses of SQL include modifying database table and index structures; adding, updating and deleting rows of data; and retrieving subsets of information from within a database for transaction processing and analytics applications.  Queries and other SQL operations take the form of commands written as statements -- commonly used SQL statements include select, add, insert, update, delete, create, alter and truncate. _________________________