Showing posts with label gmail. Show all posts
Showing posts with label gmail. Show all posts

Saturday, January 09, 2016

How to Get SMS Alerts for Gmail via Twitter?

                How do you get SMS notifications on your mobile phone for important emails in your Gmail? Google doesn’t support text notifications for their email service but Twitter does. If we can figure out a way to connect our Twitter and Gmail accounts, the Gmail notifications can arrive as text on our mobile via Twitter. Let me explain:
              Twitter allows you to follow any @user via a simple SMS. They provide short codes for all countries (see list) and if you text FOLLOW to this shortcode following by the  username, any tweets from that user will arrive in your phone as text notifications. For instance, if you are in the US, you can tweet FOLLOW labnol to 40404 to get my tweets as text messages. Similarly, users in India can text FOLLOW labnol to 9248948837 to get the tweets via SMS.

             The short code service of Twitter can act as a Gmail SMS notifier. You create a new Twitter account, set the privacy to private and this account will send a tweet when you get a new email in Gmail. Follow this account via SMS from you main Twitter account and the SMS notifications will start pouring in.
gmail messages in twitter timeline

Use Twitter as a Gmail Notifier with Google Scripts

Here’s a step by step guide on how you can use Twitter to get SMS notification for important email in your Gmail account. It will take a minute to setup and, internally, there’s a Google Apps Script that’s doing all the magic. It monitors your Gmail mailbox in the background and as soon as a new message arrives in your account, the script sends out a tweet.
  1. Log out of your existing Twitter account and then go to twitter.com/signup to create a new Twitter account for your Gmail account.
  2. Confirm your email address, then open the Twitter settings page and check the option “Protect My Tweets.” This will make your Gmail notifications private and neither search engines nor other Twitter users will be able to see tweets generated through Gmail.
  3. Click here to copy the Google Sheet and choose Authorize under the Gmail to Twitter menu (near Help). Remember to authorize with your new Twitter account.
  4. Once authorized, choose Start from the Gmail to Twitter menu and enter your Gmail search query. For instance you can say is:important is:unread in:inbox newer_than:1d to only receive notification for new, unread and important emails in your Gmail. Click OK.
That’s it. The Gmail notifier is running and it will tweet when a matching email is found. It runs every 10-15 minutes and will only work on incoming email, not the old message. The messages will also be logged in the Google Sheet so you know what’s happening behind the scene.

Get SMS Alerts for Emails at Gmail

Open a new browser session in Incognito mode, log in to your old Twitter account and send a follow request to your new Gmail account on Twitter. Approve the new follower request and you should now see tweets for new Gmail messages, as they arrive, in your main Twitter timeline.

Should you wish to receive SMS alerts on your mobile phone for new Gmail messages, just open the Twitter profile page of your Gmail bot and turn on Mobile Notifications. This will obviously work only if you have connected (and verified) your mobile phone with your main Twitter account.

Courtesy : www.labnol.org

To get new updates Like us on FaceBook

Monday, September 23, 2013

How to Encrypt your Gmail Messages with Google Docs???


Lately there has been a lot of chatter about email tracking and how government agencies are snooping on email conversations. If you are looking for ways to keep your email private and would not like anyone else to read your confidential Gmail messages (except for the recipient), you should consider encrypting your email before hitting the send button.
There are a couple of browser extensions that help you encrypt Gmail but here we discuss a new and more simple Google Docs based encryption method that
works across all browsers and requires no add-ons or apps. You secure your message with a strong password and the recipient will have to enter the same password in order to decrypt your message.
For the technically oriented, our Google Docs based solution encrypts (and decrypts) your email messages using the industry-standard AES algorithm which is implemented in Google Apps Script using SJCL, a JavaScript library for cryptography developed at Stanford.

How to Encrypt Gmail Messages

Sender’s Computer – Encrypt the message before sending

  1. Open Gmail and compose a new email message. Put the recipient’s email address in the “To” field, add a subject (this won’t be encrypted) and put your message in the email body. DO NOT hit the send button, let the message stay in your Gmail drafts folder.
  2. Click here to make a copy of the “Encrypt Gmail” sheet in your Google Drive. Choose Gmail->Initialize and allow the sheet to access your Gmail account.
  3. Pick your Gmail draft from the drop-down, enter a password and hit “Send Mail.”
Encrypted Message in Gmail
The Google Sheet will now encrypt your email message using AES and it gets delivered to the recipient via your Gmail account. Let’s now switch to the recipient’s machine and see how they can decrypt the message.

Recipient’s Computer – Decrypt the encrypted Gmail Message

  1. Open the encrypted Gmail message that just landed in your mailbox, select the body of the email and copy it to your clipboard.
  2. Go to Decrypt Gmail, enter the secret password (that the sender shared with you over a phone call) and paste the encrypted email message. Hit the “Decrypt” button to see the original message.
Encrypting email with Google Docs is easy and the other advantage is that recipients can decrypt the encrypted message using any browser without requiring apps or browser add-ons.
One more thing. When you write a draft message inside Gmail, it is automatically stored on Google’s servers. If you would like to keep Google out of the loop, you can write the message outside Gmail (say inside Notepad) and encrypt it offline before sending the message via Gmail.
You can also use these encrypt and decrypt tools to send confidential messages on other channels like Facebook, Outlook, Yahoo Mail, etc. These tools encrypt & decrypt text inside your browser and none of your data ever leaves the local computer. 

Content Totally Copied from labnol.org
Thanks to Mr. Amit Agarwal

To get new updates Like us on FaceBook

Thursday, August 22, 2013

How to Transfer your Gmail Messages to Another Email Address?

          In this post am going to give some information about transferring gmail messages to g-mail or to another mail services.          
            If  you have an old Gmail account and you would like to transfer all the existing email messages from the old account to your new email address. The new address could be on @gmail.com, @outlook.com, Google Apps (@yourcompany.com) or anywhere else.
           Gmail does include the useful Mail Fetcher utility to help you automatically transfer mails between Gmail accounts or between Gmail and Outlook accounts.
           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.

Thanks to Mr.Amit Agarwal(labnol)

To get new updates Like us on FaceBook

Sunday, October 07, 2012

How to show unread messages in Gmail

Apologies for not posting in a while. I thought that I would share this short and sweet post for those who want to list only unread messages in Gmail. Simply enter label:unread in the search bar, and press Enter or click the magnifying glass button.