Skip to main content

How to Move One Gmail to Another Email ?

The method is just simple and straight and you will use some of Gmail account settings that will allow you to transfer all the email to another account. And this is a feature of Gmail that probably no one of you was knowing before reading this guide. So follow up some simple steps below.

Steps To Enable POP In Old Email Account To Import Mails To New Account:

1. First of all login into your Gmail account whose email you want to move to another account.

2. Now click on settings button there on below of your profile picture of your account.1

3. Now under settings click on Forwarding and POP/IMAP option and there enable Enable POP for all mail (even mail that’s already been downloaded).

4. At below select Mark Gmail Copy As Read in the drop down option and then simply click on save changes option.

5. Now visit your new Gmail account to which you want to get all your mails.

6. There click on Settings and under it click on Accounts and Import and there select Add a POP3 mail account you own,

7. Now a popup windows will appears where you need to enter the email address from which you want to import emails and then click on next step.

8. Now on the another page simply proceed by entering the password and all other fields will be auto filled there and simply click on Add account.

9. Now on the next screen simply click on yes option and click on add.

10. Thats it you are done, now all the emails of that account will be there in your new Gmail account.

  So above is all about How to Move Emails from One Gmail Account to Another, With this method you can easily transfer all the mails from one account to another within some simple steps discussed here.
_________________________

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. _________________________