Tag Info

New answers tagged

0

I just switched Iphones, use Gmail with two step verification and Exchange to connect my computer and my phone. I COULDN'T GET MY EXCHANGE TO WORK on my new phone and searched all over the web. Lots of others have this problem. I want to post that I found the answer. http://support.google.com/a/bin/answer.py?hl=en&answer=2716936 Google discontinued ...


1

From the menu bar at the top of the Gmail Inbox list, click the down-pointing arrow next to the rectangular-shaped icon and select All to select all of the email messages in your Inbox. Uncheck the 9, or however many there are, messages that aren't spam, one at a time. From the Gmail menu bar, click on the trash can icon to delete all of the messages that ...


0

Start by trying to create the account again as if it never existed in the first place. By deactivating the account, you may have actually deleted it, in which case mail that is being sent to the account currently just bounces and is not being collected anywhere.


0

I was able to successfully migrate the data using a commercial product called Transend. What I learned during the process is that Google throttles this type of transfer and for a large upload, one will eventually stop being able to remain connected to Gmail. It will simply timeout and disconnect. The trick here is to do this in batches... do a bunch of ...


0

Note that there is also spell checking in Gmail. Official usage doc is there : https://support.google.com/mail/answer/7987?hl=en As far as I know, there is no way to disable. However, it is only shown when you explicitly require it so I don't think it can be bothering at any time.


2

You can tell your browser to skip images from that host, without altering the hosts file. If you use Chrome: Open the Settings Choose "Content settings..." Click on "Manage Exceptions" under Images Enter a Regular Expression pattern that matches the host. In this case, the RegEx equivalent of ".yesware.com" would be "[.]yesware.com". Choose "Block" in ...


0

For those who are not yet convinced, take it from another power user: attaching email messages and forwarding as attachment are very useful and powerful functions. Perhaps you just haven't seen the use-case for it yet. I tried the advice given in this thread and it totally didn't work. At least, when I forwarded the message as explained here to my ...


2

In Gmail go to Settings/Accounts and scroll down to Change Account Settings. Go to Change password recovery options in the 'Change account settings' section. Click Edit next to the mobile phone number and simply edit the number Click Save to make your changes.


0

One suboptimal approach is to have outlook where gmail and PST emails are set up and just drag emails to be copied from source to target folder. You would have to manually replicate the folder structure. It will preserve attachments. The problem is that it is very slow. E.g., one year of emails is best split to months 'batches' (if the upload fails). ...


1

That's part of the new inbox announced 29-May. To revert back: Click the Gear icon and go into Settings. On the Inbox tab, change the "Inbox type:" to be something besides the default. You probably want "Priority Inbox".


1

Google 2-Step Verification would seem to be the answer. Signing in to your account will work a little differently Enter your password Whenever you sign in to Google, you'll enter your password as usual. Enter a verification code Then, you'll be asked for a code that will be sent to your phone via text, voice call, or our mobile app. ...


1

I believe you have to add MX records on your email address, name@mydomain.com, and point them to Google Apps MX. I use GoDaddy, but your web host provider should have similar instructions. http://support.google.com/a/bin/answer.py?hl=en&answer=33353 I hope this helps!


0

In Gmail there is no default option to do so. You need to take help of Google Script for this. You should take help of this script which essentially fetches data from Gmail and consolidates on a spreadsheet.


1

There is no difference. The reason there are 2 is because top response is a Gmail add-on that recognizes a Google Calendar invitation, and then displays a Calendar widget to make it easier for you to reply. The second is the actual invitation email message, which does include RSVP links in the body text. The reason you see both is just that Gmail will add ...


2

You should try GrexIt (http://grexit.com) - it lets you share a Gmail label with any other Gmail or Google Apps user. Very easy to setup, and works completely off IMAP. There's a free plan, and a 30 day free trial for all paid plans. Disclosure: I'm the Founder of GrexIt.


0

I struggled with this problem for a long time before I figured it out. To access a Gmail account protected by 2-factor verification in Mail, you need to make sure your Google account recognizes your phone as an authorized device. To do this, go to your two-step verification page: https://accounts.google.com/b/0/SmsAuthConfig and click "Manage ...


2

One issue with the gmail autoresponder is that it only replies to those emails sent directly to the gmail account in question. This does not include accounts from other domains that are linked to the gmail account. You can get around this, and enable the use of better filtering, by using the following process: Create a new gmail account for the autoreply ...


0

how can I send emails from mail_1@mydomain.com (without any "behalf")? Whether the "behalf" (or "sent via") is visible is dependent on the email client receiving the email, however, it can always be dug out by viewing the source of the email. You get the "behalf" when using Gmail's SMTP server (the default) to send the email. Gmail will add a Sender: ...


2

Two solutions here: Google Drive Spreadsheet - Continue with using the speadsheet as linked, but limit the search area to avoid hitting the "Exceeded maximum execution time". Download via IMAP 1. Google Drive Spreadsheet It's possible via a Google Drive Spreadsheet. The original credit for Regular Expression based search of Gmail emails goes to ...


0

You can also do Hoque's suggestion via Google Docs. That's what I did. That way, the image will show up the first time, as your Google Doc is like a space in the web from which the signature can draw the picture from. Thanks Hoque for providing the suggestion!


0

To use 2 different accounts you can use Cookie Switcher for Chrome or any other cookie extension. First, sign out of all google accounts and sign in to the account you want to use your youtube account with. Then, go to youtube and save that cookie Sign out of all google accounts again and sign in to your default account. Lastly, go to YouTube click ...


-1

Yes, I have created a Google Script which can help you for the same. It can export your emails from Gmail to csv.


1

Search for an email with the title "Thanks for ordering Windows 8":


-1

If you don't have it already, download Outlook 6. Google search will give you several choices. Connect Outlook 6 to gmail. How to Access Gmail with Outlook Express link: http://email.about.com/od/outlookexpressfreemail/qt/Access_Gmail_with_Outlook_Express.htm After initial Sync of gmail account: Sync only the folders needed for your routine; Highlight ...


0

Just got this to work by creating both filters in the From field. The following are the searches applied (note: I'm not sure whether or not you were using quotation marks in your filters before, but I did not) Label A (for the specific email address at the domain) from:(name@domain.com) Label B (all emails from the domain other than the specific email ...


0

You can do this by wrapping the - within literal quotes. NullPointerException 12B "-" 12A or NullPointerException 12B "-12A"


1

If you have no backup options available, then you can fill out an account recover form. Here is what google says to do if you have no backup available. Sign in to your account with your username and password. On the verification code challenge page, click Other ways to get a verification code? Click "I no longer have access to any of these." ...


1

You can use Google Apps Script to export emails from your inbox to Google Spreadsheet and later you can download them to as an Excel file or CSV format. Check this Google Apps Script instructions which will do the job for you. I have created 4 versions of the script. Out of the latest version, you can even export attachments to Excel.


0

I've had this exact same problem and it was driving me mad for 2 hours. Now I just disconnected my Google account, then signed in again, and the stupid orange exclamation mark is finally gone! there's no longer an 'update your sync passphrase' nonsense anymore.


1

The apps and domain administrator account is irrelevant. You need to use gmail's forgotten password process to recover your passwork, as listed above. Just keep trying, some people report rememebering enough details after the 3rd or 4th try.


2

Go to Settings (right side of inbox, click on the cog-like icon) Locate Chat (should be the 6th or 7th heading) Choose Chat On or Chat Off Click Save Changes You can come back here and change your preference whenever!


3

You should try GrexIt's Shared Gmail Labels (grexit.com) - GrexIt lets you share your Gmail Labels between multiple Gmail / Google Apps users. This works over IMAP, so it'd work no matter what email client you're using. Do give it a try. Disclaimer: I am the Founder of GrexIt.


-1

I'm not sure exactly what you mean. Do you mean the ability to see how many are unread? If so you can do so by browsing on the left bar. You can click more and you will see all your categories. The categories name will list the number of unread emails beside it. Example image:


1

If all you really want is to send an email to a group of addresses when a new blog post gets published, I suggest you do not use IFTTT for that. Do this instead: Set up a Google Group and add all the addresses that you want to receive the email. Make sure no-reply@blogger.com can send mail to the group. Go to your blog's Settings → Mobile and email ...


0

Through another source, I found these Chrome extensions to change the favicon: I hate your favicon Tab Edit


1

Unfortunately, Gmail doesn't allow setting up filters that key off of contact groups or even whether or not an email address is in your contacts. However, since you're not looking to make changes to your contacts once you've set up this filter, there is a way to make your filter contain your current list of contacts in a relatively simple way. First, it's ...


1

It looks to be a phishing scheme. As long as you did not click on any of the links, you should be fine.


8

In the right hand side of the gmail search bar there is a drop-down arrow- click it. The drop-down includes a date range option, and you should be all set from there


9

You can use the before and after keywords in your search, for example: after:2012/4/26 before:2012/5/3 To search for emails between April 26, 2012 and May 3, 2012.


1

To prevent this problem in the future be sure to set up alternate methods such as Recover Gmail Passwords Via SMS (note: article is also the source of the screenshots I've used below) 1 To recover your Gmail password go to login to your gmail account and click Can't access your account 2 You'll then be able to submit the Gmail address for which you are ...


0

As others have mentioned if an executable is in a zip archive the Gmail scanner will still find it and stop you sending it. However if you bzip2 the zip it goes through OK. This could also slightly reduce the zip size. This obviously requires platforms that support bzip2 on both ends. I took this route on a linux machine where there was no .exe extension to ...


2

Another option if you're using Gmail is this: Sign up your primary email address, let's say foobar12345678901@gmail.com, for receiving the individual emails instead of digests. Use mail filtering to divert those messages to the appropriate labels. Then sign up on the mailing list in digest mode with foobar12345678901+DIGEST@gmail.com. Gmail strips the + ...


1

I had the same problem! i had to disconnect and re-sync and disconnect for it to finally get rid of them. https://account.live.com/consent/manage Manage accounts Remove Connection Completely. it should take a moment and then the contacts should disappear. if it doesn't work re-connect to gmail again and disconnect agian. otherwise i have no idea how i ...


1

Unfortunately filters only work on incoming mail. When you follow the steps in creating a filter that is looking for a label the following message box pops up: Filter searches containing "label:", "in:", "is:", or stars criteria (i.e. "has:yellow-star") are not recommended as they will never match incoming mail. Do you still wish to continue to the ...


0

You cannot do so. Google do not provide support for this. If you really want it changed, set up a new Google account, and migrate your old account to it.


0

The CMD + Enter shortcut is one of the Gmail Keyboard Shortcuts that will always be turned on when keyboard shortcuts are enabled. You can disable gmail keyboard shortcuts by going to Settings (the gear icon) and selecting the General tab. About half-way down you can select your Keyboard shortcuts: option and turn shortcuts on or off. Just be sure to click ...


3

When you set up forwarding in Gmail, you have four options: keep Gmail's copy in the inbox mark Gmail's copy as read archive Gmail's copy delete Gmail's copy


4

You can quickly revert to the older chat interface in Gmail via the dropdown menu next to your name in the Hangouts area. You'll still have the new Hangouts UI in Google+ and mobile, just not in mail.



Top 50 recent answers are included