|
I've currently got my email and calendar hosted on Google Apps. However I really like some of the features that have gone into GMail (themes, etc) and would like to move my mail and calendar to GMail. Ultimately, I'd like to:
Retain dates Retain labels...
Started by Luke Quinane on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
If I'm not mistaken, these new featuresOne way to transfer your calendar entries... .
Is to share your google apps calendar with your gmail calendar so the entries will show up differences between my Gmail and Google Apps accounts.
|
|
Has anyone used Google gmail, docs, calendar, gadgets, etc. for managing software development projects? If so, what was your setup?
how many clients how many software developers on your project (in-house? out source?) how did your sponsors, clients and...
Started by meade on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Gmail and Google Talk for communication
Google Docs for document sharing
Google SitesAccording to this article, Twitter has used Google documents for project management and interaction is that for a large....
It works well.
|
|
I use Google Apps for my company and one of my personal email addresses. I have a normal Gmail account for some email and other Google services. What's the best way to keep the contact lists in sync across all three accounts?
Started by Evan Solomon on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Have a look here: How To Sync Gmail, Calendars, Contacts Between Google Apps and Google Accounts
Try using third-party sync website Plaxo ! As long as your two Google accounts have different login login ID, then it's apparently....
|
Ask your Facebook Friends
|
I was wondering why Gmail doesn't allow underscores in email addresses?
Started by Anirudh Goel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Any....
) to know where spammers harvested your email address!
(Google of dots .
It might be because of Gmail's handling on websites (like gwbush+superuser.com@...
Google thinks email addresses with underscores are ugly.
|
|
How do I change the default email client in Safari on the Mac to GMail? Mailto tags currently open in Eudora, but it's time to move to GMail. Thanks.
Started by WireGuy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
2 is a little app that allows you to set Gmail as your default email client in Mail.app, so that any email link you click opens a new email in Gmail’s web-based interface "Default email reader....
GmailTo
Gmailto No.
|
|
How to find ip address of email sender of yahoo mail or gmail?
Started by S.Mehdi on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Reply to the email with an HTML email that includes the email ....
To track down a spammer or something similar - better report the email address directly to yahoo or gmail, and it's a well-known trick used by spammers.
|
|
I don't want to use sendmail to send an email but would prefer to use SMTP. How can I use Perl to send an email to my GMAIL account?
Started by git-noob on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
Alternatively, if what you....
You should check out Email::Send and possibly Email::Send::Gmail .
If you want to send email via Google's SMTP, or just send email in general (perhaps to your gmail account).
|
|
I've decided to move completely away from my old POP3 email accounts and into GMail.
I have a lot of archived mail in a Outlook 2007 .pst file.
I know I could just forward them from Outlook, but then I would receive them as only one email with a lot of...
Started by Peter Lindholm on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
But when I realized that the articleThe most foolproof....
Internet/email/export-outlook-email-to-gmail-pst-backup/1938/
I successfully moved several thousand that suggested doing that then using the Google GMail Loader .
|
|
I want a way to tag emails in Gmail so that I can remember their sources and context.
I'm not talking about labels, imagine this scenario; I sent an email to more than 8 recipients, and then they answered me, each recipient is teaching a different course...
Started by martani_net on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Try reading up on filters and labels in the gmail help section (instructor, etc.) you can set up a filter to tag the email from each instructor separately with the appropriate course tag.....
Different ones for each different email.
|
|
I would like to test my ActionMailer class, but don't have an smtp server. I would like to use gmail to send such emails. Could someone provide a sample with all the necessary configurations both on google and whatever config files in the app.
thanks
Started by Maher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Check this article:
How to use GMail SMTP server to send emails in Rails ActionMailer I do # should turn on SSL & auth to google'....
GMail has only SSL SMTP available, so you should create a SSL SMTP connection through Net::SMTP.
|