<?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>Designoplasty Web Design and Development Blog &#187; Gmail</title>
	<atom:link href="http://designoplasty.com/tag/gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://designoplasty.com</link>
	<description>HTML, Javascript, PHP, and Me</description>
	<lastBuildDate>Fri, 14 May 2010 01:22:38 +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>Swift Mailer: Awesome PHP Mailer</title>
		<link>http://designoplasty.com/2010/01/02/swift-mailer-awesome-php-mailer/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=swift-mailer-awesome-php-mailer</link>
		<comments>http://designoplasty.com/2010/01/02/swift-mailer-awesome-php-mailer/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 06:44:57 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://designoplasty.com/?p=1133</guid>
		<description><![CDATA[

Tonight was the first time that I needed to write some code for a business that would send email to customers, or at least email that needed to be reliable and feature rich. I looked at the documentation for the PHP mail function and after a lot of reading realized it was not going to [...]]]></description>
			<content:encoded><![CDATA[<img src="http://photos.smugmug.com/photos/756037510_FDz8e-O.png" class="floatright" style="width: 181px; height: 68px;" alt="Swift Mailer PHP emailer" />

<p>Tonight was the first time that I needed to write some code for a business that would send email to customers, or at least email that needed to be reliable and feature rich. I looked at the documentation for the PHP mail function and after a lot of reading realized it was not going to work. If I wanted to use HTML, that involved a lot of uncertainty, if I wanted to use UTF-8, that involved a lot of uncertainty. There were a lot of unknowns but one thing that was quickly becoming a known was that I was not going to fix this problem.</p>

<p>I knew I could send simple text emails with a URL to details if I had to, but before I did that, I wondered if someone else had solved my problem since what I wanted was reasonable and obvious. To my great surprise a few people had. It came down to two tools, <a href="http://swiftmailer.org/">Swift Mailer</a> and <a href="http://phpmailer.worxware.com/">PHP Mailer</a>.</p>

<p>After doing some Google searches and research, it became clear that <a href="http://swiftmailer.org/">Swift Mailer</a> was probably going to be better for me. And the reasons why are big lessons for PHP Mailer. <a href="http://swiftmailer.org/">Swift Mailer</a> had a nice simple website, they had one product, and they had a download link on the front page. Right off the bat, it was looking simple. On the other hand PHP Mailer has four products which I would have to investigate to find out which one was right for me. Their home page is a mess that for some reason seems to focus on ads for other people&#8217;s products along with tons of text about who knows what. It would take me hours just to parse the homepage.</p>

<p>But, what took it over the edge was that <a href="http://swiftmailer.org/">Swift Mailer</a> has a beautiful object oriented design to their API and they talk about that being a goal, they have full easy to understand documentation, installation is a breeze, as it should be, all while offering an incredibly feature rich product. Swift Mailer wins by a mile.</p>

<p>Was it as easy as it looked? Well, in about an hour I had built a WordPress plugin that would include <a href="http://swiftmailer.org/">Swift Mailer</a>&#8217;s functionality in my blog on demand. I had added code to another plugin to enable Swift Mailer at the right time and send an email from one Gmail account to another using Gmail&#8217;s smtp server with a secure connection over SSL.</p>

<p>One hour.</p>

<p>I literally copied the code over and changed the important bits. I had one issue where Gmail didn&#8217;t like the port the Swift Mailer docs used for SSL, but the Gmail docs listed the alternative port and things worked perfectly.</p>

<p>Furthermore, there are tons of features of <a href="http://swiftmailer.org/">Swift Mailer</a> that will actually inspire me to do more with email.</p>

<p>Kudos to the <a href="http://swiftmailer.org/">Swift Mailer</a> team, you&#8217;ve really created a great product and you are a poster project for open source. Thank you!</p>
]]></content:encoded>
			<wfw:commentRss>http://designoplasty.com/2010/01/02/swift-mailer-awesome-php-mailer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When it Comes to Accounts, Google is Messed Up</title>
		<link>http://designoplasty.com/2009/11/09/when-it-comes-to-accounts-google-is-messed-up/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=when-it-comes-to-accounts-google-is-messed-up</link>
		<comments>http://designoplasty.com/2009/11/09/when-it-comes-to-accounts-google-is-messed-up/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 01:38:41 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[AdSense]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Google Docs]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Google Voice]]></category>
		<category><![CDATA[Google Webmaster Tools]]></category>

		<guid isPermaLink="false">http://designoplasty.com/?p=1045</guid>
		<description><![CDATA[Oh Google. I love you in so many ways, and in some ways I&#8217;m just amazed you can even get out of bed and get yourself dressed in the morning.

I&#8217;m a big fan of Google hosted email. You get that great Gmail experience, but with your own domain. It also incorporates Google Docs and Calendar [...]]]></description>
			<content:encoded><![CDATA[<p>Oh Google. I love you in so many ways, and in some ways I&#8217;m just amazed you can even get out of bed and get yourself dressed in the morning.</p>

<p>I&#8217;m a big fan of Google hosted email. You get that great Gmail experience, but with your own domain. It also incorporates Google Docs and Calendar right into the mix so companies can easily share documents and meetings. This is great.</p>

<p>But what happens if your company wants to use AdSense? Well, you have to &#8220;sign up&#8221; for a Google Account using your email. Then it will create an account for you. But wait, didn&#8217;t you already have an account? Yes. So now you have two accounts with the same email, and they are both google accounts, but they are not the same. The AdSense account will also hook you up with Google Docs, but its a whole different Docs than the other account. Confusing, huh?</p>

<p>Now add Google Analytics, Google Webmaster Tools, Google Voice, and Google Reader. They can only use one of the accounts as well.</p>

<p>Furthermore, lets say you had a thriving business and were actually making good money by participating in AdSense? Let&#8217;s say this account was under some Gmail address. Well, now you have this wonderful domain address, and you don&#8217;t really need that Gmail address. You want to transfer everything over. Well, too bad. You can&#8217;t. You just can&#8217;t. It&#8217;s not like you have to know the right people or something. Google just gets fixated on the email associated with these services and has no concept of ever changing that. They actually &#8220;recommend&#8221; you shut down the old AdSense account completely and start a new one. Oh, and by the way, the policy clearly states that you can&#8217;t have two AdSense accounts at the same time, so that should be a fun (and expensive) transition for you if you choose to make it.</p>

<p>This might seem odd to you. You might even try to search (using Google) for an explanation. But there isn&#8217;t one. Google is bizarrely silent on the issue. Well, you can imagine that one day they will have it sorted out, but for now, it&#8217;s just a big, and often expensive, mystery.</p>

<hr/>

<p><em>Update</em>: I recently found that Google will allow you to change your email address as long as it is not an @gmail.com address. So the moral of the story is never ever sign up for AdSense with an @gmail.com address.</p>]]></content:encoded>
			<wfw:commentRss>http://designoplasty.com/2009/11/09/when-it-comes-to-accounts-google-is-messed-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
