Showing posts with label Email. Show all posts
Showing posts with label Email. Show all posts

Tuesday, 2 July 2013

Transfer your Gmail Messages to Another Email Address

If you are however planning to transfer your existing Gmail messages to another email service that doesn’t support POP3 based importing, you can make use of a simple Google Script that will auto-forward all your old messages, one by one, to your new email address.
Transfer Gmail

How to Transfer Gmail Messages – Step by Step

To configure the script, log on to your old Google account and then follow these steps:
  1. Click here to copy the Mail Forwarding sheet to your Google Drive (associated with old Gmail Address).
  2. You’ll see a new Gmail menu in the Google Sheet. Choose Gmail -> Authorize to allow the script to access your Gmail account.
  3. Once the script has been authorized, choose Gmail -> Transfer and type your new email address where the old messages are to be auto-forwarded.
The Google Script will now run in the background and will auto-forward every single message from your old @gmail.com address to the new one. The script will add the label “cloned” to all the threads that have been successfully forwarded. This is required to keep track of messages that have been processed.
The transfer process, depending upon the size of your mailbox, may take a few days to complete because of Gmail’s daily sending limit. The messages in the Trash, Spam and your Sent Items folders are ignored.

Monday, 1 July 2013

How to Quickly Compose a New Email Message


f you are to compose a new email message to someone, you’ll probably launch the mail program first, wait for the Inbox to load and will then hit the Compose button. That’s like 3 steps to open a blank new message.
Gmail Compose Shortcut
There’s a faster way though that will completely skip the Inbox.
Go to the address bar of your web browser, type “mailto:” and hit the Enter key. The command will launch the message compose window directly in your default mail program but without loading your mailbox in the background (see GIF).
You may also include additional arguments in the mailto: command to automatically fill the various message fields. This useful shortcut was originally shared by Ilya Grigorik and it works across browsers.