|
Hi,
A friend of mine has opened a new gmail Account, because his old one had a quite embarrassing name (he opened it quite a while ago, and grew up since).
Is there any convenient way to either change his gmail account name and keep the contents, or move...
Started by Adam Matan on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at superuser):
In a few hours depening on the size of the mail box all your mails will be downloaded in the new gmail account
In your Old Gmail Account
Goto Dialog ....
Form the old gmail account to the new one by enabling pop.
|
|
I have two standard ( not Google Apps) Gmail accounts, say foo@gmail.com and bar@gmail.com. I'd like to be able to remain logged onto my foo account, send mail as bar@gmail.com, and not have a "Sender: foo@gmail.com" header included in the message. (This...
Started by Brian on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
This is the best be done if your second....
Your best bet would now be to contact Gmail support.
Are out of luck trying to get your default account in the gmail web app to allow you to send transparently as your second account.
|
|
I had a website feedback widget that asked for the person's email address and then sent my Gmail account an email with their website feedback. I accidentally put the person's email as the "from" address of the email. I received a few of these messages...
Started by MikeN on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I would contact Gmail.
I must admit, I've never seen it deleting mails in mid-stream (while I'm reading them) .
Well, theoretically everything Gmail deletes should be in the trash folder, or spam.
|
Ask your Facebook Friends
|
I need a tiny Windows script to send a 1 line email to Gmail accounts. I have tried many utilities that claim to do this such as BLAT, but none work. The script will be executed inside a batch file if certain conditions are met. Script can be in Perl,...
Started by Antone on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Blat lets you send e-mails directly - I use it ... .
The post covers everything you need to login into a GMail account through Perl in case you need to 'only' send emails from a Gmail account.
On a GMail account.
|
|
Hi,
I consistently have 1 unsent Gmail message that keeps trying, unsuccessfully, to be sent from my iPhone. I recently configured my Gmail to use the MSExchange style setup. I followed the instructions here: http://www.google.com/mobile/products/sync...
Started by Stef on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
However if you're able....
That will take you of another (no longer active) account, so it wasn't Gmail at all but my defunct Comcast account - which.
At the top left that says 'Gmail' or whatever you've named the account.
|
|
I would like to check/send emails from my desktop using Thunderbird. How do I set it up to pull down my Gmail emails, and send out emails through my Gmail account?
Started by Jonathan Sampson on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
I think Gmail IMAP Client
Be very sure to understand....
Also, if you select to create a new account in the latest Thunderbird, it will have a "Gmail" option that automates a lot of it for you.
Here's how to do it for IMAP and POP access .
|
|
I have an existing gmail account and I also have a custom domain name. For years I have been using Zone Edit's MailForward to forward mail from the custom domain name to my gmail address. I use a custom from address in gmail to make email I send appear...
Started by pjb3 on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
Mail sent to certain domain emails is forwarded to my Gmail account automatically account....
Also, you probably want to have your existing Gmail account forward all with no problems.
Gmail into this new account.
|
|
I've just integrating my POP3 email for my business into a Gmail account. I like using Chrome's application shortcuts to open Gmail and Google Reader.
Thing is, I also have a personal Gmail address that I often check "at work", and my Reader subscriptions...
Started by DisgruntledGoat on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This is like having/personal-gmail chrome --user-data-dir=$HOME/.config/google-chrome/personal-gmail ....
Can point each Gmail app instance shortcut to a different user data directory.
|
|
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):
This will allow you to send email from your Gmail account if you want to send....
Alternatively, if what the Email::Send::Gmail module from CPAN.
You should check out Email::Send and possibly Email::Send::Gmail .
account).
|
|
I have 2 sites where mail is sent to two vanity gmail accounts. I'm using PHP to handle the mail, but the mail is not showing up at gmail (not in spam/junk, it just doesn't show up). If I switch the PHP to send to my personal hotmail account, the mail...
Started by magenta on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I've been able to get messages out to my gmail account, but not my account on the hosting domain Test you@gmail.com < /dev/null
If your server is okay, you will receive a message in your gmail issue and not a PHP issue.....
|