<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Solid State Raam &#187; Google</title>
	<atom:link href="http://solidstateraam.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://solidstateraam.com</link>
	<description>Explorations (and exploitations) of the digital world by one of its many netizens.</description>
	<lastBuildDate>Thu, 13 May 2010 19:24:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Removing the GMail &#8220;On Behalf Of&#8221; Sender Header</title>
		<link>http://solidstateraam.com/removing-the-gmail-on-behalf-of-sender-header/</link>
		<comments>http://solidstateraam.com/removing-the-gmail-on-behalf-of-sender-header/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 05:00:40 +0000</pubDate>
		<dc:creator>Raam</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[GMail]]></category>
		<category><![CDATA[HOWTO]]></category>

		<guid isPermaLink="false">http://solidstateraam.com/?p=458</guid>
		<description><![CDATA[Like many of you, I have several email accounts. While using GMail as my primary email client would be nice, one of the things that has kept me from doing so is the annoying "On Behalf Of" that the GMail SMTP servers add to outgoing email. Some of the accounts are work related and the "On Behalf Of" comes across as unprofessional (at least to me). GMail now offers the ability to specify an alternate SMTP server, however, which enables you to use GMail as your primary client without announcing it to the world.]]></description>
			<content:encoded><![CDATA[<p>Like many of you, I have several email accounts and while using GMail as my primary email client would be nice, one of the things that has kept me from doing so is the annoying &#8220;On Behalf Of&#8221; that the GMail SMTP servers add to outgoing email. Some of the accounts are work related and the &#8220;On Behalf Of&#8221; comes across to me as unprofessional.</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-on-behalf-of.png" alt="GMail On Behalf Of" /></p>
<p>That &#8220;On Behalf Of&#8221; part is caused by the <code>Sender:</code> header that GMail&#8217;s SMTP servers add:</p>
<pre class="brush: bash;">
Sender: my.personal@gmail.com
Date: Sun, 13 Dec 2009 10:33:18 -0500
Subject: Re: Project Details
From: raam.dev@mydomain.com
To: important-client@domain.com
</pre>
<p>Having your personal GMail address show up looks totally unprofessional and prevents you from being able to keep your personal email, uh, well, personal. Unfortunately, Google has already said it&#8217;s part of their SMTP server specs, so they won&#8217;t change it.</p>
<p>For a long time, your only option was to use a desktop email client like Outlook or Thunderbird to send email using your own domain&#8217;s SMTP server. However, this meant accessing your GMail account using IMAP/POP and basically defeated the purpose of the web client (unless you didn&#8217;t mind switching between the web and desktop client).</p>
<p>When Google offered GMail for Domains (now called <a href="http://www.google.com/apps/intl/en/group/index.html">Google Apps for Domains</a>), I eagerly set up a free account using one of my domains and tested to see if email sent still included the Sender header. Sadly it did and I abandoned the idea of using GMail as my primary email client.</p>
<p>A few days ago I accidentally discovered that now both the standard GMail and Google Apps for Domains have the ability to specify your own SMTP server when you add an external email address to your GMail account. (<a href="http://gmailblog.blogspot.com/2009/07/send-mail-from-another-address-without.html">Here&#8217;s the announcement from a few months ago on Google&#8217;s Blog.</a>) This means you can receive email from you@yourdomain.com and also reply to emails from within GMail as you@yourdomain.com and the receiver won&#8217;t know that you&#8217;re using GMail!</p>
<p>Here&#8217;s how to get this set up:</p>
<p>Login to GMail and click <strong>Settings</strong> at the top right. Then click the <strong>Accounts and Import</strong> tab:</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-settings-accounts-and-import.png" alt="GMail Settings - Accounts and Import" /></p>
<p>Now make sure the &#8220;<strong>Reply from the same address the message was sent to</strong>&#8221; is selected and click &#8220;<strong>Send mail from another address</strong>&#8221; to add your external email account.</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-send-mail-from-another-address.png" alt="GMail - Send mail from another address" /></p>
<p>Fill in the name you want to show up when you send email from this account. This will probably be your name, but it might also be something like &#8220;Company Support&#8221; or &#8220;Sales&#8221;. Now enter your full external email address in the second box and then click <strong>Next Step</strong>.</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-add-another-address-step1.png" alt="GMail - Add another address - Step 1" /></p>
<p>On the next screen, select the second option box, &#8220;<strong>Send through <your domain>  SMTP servers</strong>&#8221; and fill in the SMTP Server, Username, and Password fields. When you click <strong>Add Account</strong>, Google will try connecting to the SMTP server using the credentials you supplied. If it successfully connects, you&#8217;ll be brought back to the <strong>Accounts and Import</strong> tab with your new account added. Otherwise, Google will display the error it had when trying to verify the SMTP connection details.</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-add-another-address-step2.png" alt="GMail - Add another address - Step 2" /></p>
<p>Now you should see the new account listed on the <strong>Accounts and Import</strong> tab, along with a note at the bottom showing that email will be sent using the SMTP server you specified:</p>
<p><img src="http://solidstateraam.com/wp-content/uploads/2009/12/gmail-raam.dev-at-mydomain-dot-com.png" alt="GMail - New account listed on Accounts and Import tab" /></p>
<p>Now, you can send and receive email using this external account and the receiver won&#8217;t see that annoying &#8220;On Behalf Of&#8221; message! Your GMail address won&#8217;t even be visible in the email headers if they choose to view the email source (they&#8217;ll see that the email was routed through a Google server, but Google is well known enough that they probably won&#8217;t care).</p>
]]></content:encoded>
			<wfw:commentRss>http://solidstateraam.com/removing-the-gmail-on-behalf-of-sender-header/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
