<?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>Debut Creative &#187; Newsletter</title>
	<atom:link href="http://debutcreative.com/tag/newsletter/feed" rel="self" type="application/rss+xml" />
	<link>http://debutcreative.com</link>
	<description>web development studio</description>
	<lastBuildDate>Fri, 12 Feb 2010 17:49:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Easy DIY HTML Emails</title>
		<link>http://debutcreative.com/539/easy-diy-html-emails</link>
		<comments>http://debutcreative.com/539/easy-diy-html-emails#comments</comments>
		<pubDate>Mon, 14 Sep 2009 16:37:53 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Newsletter]]></category>

		<guid isPermaLink="false">http://debutcreative.com/?p=539</guid>
		<description><![CDATA[Every so often a web project will have a campaign that requires a mass email. This may be called a &#8220;Newsletter&#8221;, an &#8220;e-blast&#8221; or &#8220;HTML Email&#8221;. I want to explore some of the pitfalls of this trend. If that doesn&#8217;t talk you out of it, we will talk a bit about how to pull it [...]]]></description>
			<content:encoded><![CDATA[<p>Every so often a web project will have a campaign that requires a mass email. This may be called a &#8220;Newsletter&#8221;, an &#8220;e-blast&#8221; or &#8220;HTML Email&#8221;. I want to explore some of the pitfalls of this trend. If that doesn&#8217;t talk you out of it, we will talk a bit about how to pull it off.</p>
<h4><strong>Warning One: Why?!</strong></h4>
<p>This isn&#8217;t the kind of marketing that should be done &#8220;because you can&#8221; in my opinion. As someone who gets a lot of email I admit that getting a newsletter or any email with embedded images usually has me scrambling for the Unsubscribe link. In 2009 there are many effective ways of engaging your audience online without emailing. Before we begin ask yourself; &#8220;is an HTML email the most effective way to communicate to these people?&#8221;</p>
<h4><strong>Warning Two: Spam?</strong></h4>
<p>Once you have your message together, who will you send it to? Where are you getting your mailing list? Have these users opted-in on your site (<a href="http://debutcreative.com/subscribe/">like this</a>), or have you simply collected the addresses independently?</p>
<p>If your registration form didn&#8217;t indicate there would be mailouts, or (and I have seen this happen) if the mailing list is from another site or campaign entirely, you are working against your privacy policy! This is essentially spamming, which no sane person will respond favourably to. You may be doing the brand or campaign a disservice in this case .<span id="more-539"></span></p>
<h3><strong>Making the HTML Email</strong></h3>
<p>Assuming this is a valid way of communicating to your brilliant mailing list, you can start building your HTML page.</p>
<h4 style="font-size: 1em;"><strong>Consider the End User</strong></h4>
<p>The first thing I do is look at the mailing list. What domains do the emails belong to? You&#8217;ll have many mail clients; ISPs (like Sympatico, Cogeco, Bruce Telecom etc.), online services (like Gmail, Yahoo, Hotmail etc.) and custom URLs (personal domains, company emails).  The reason to look at these is to figure out how your email will be rendered. ISPs and custom URLs are wild cards!</p>
<p>They might be downloaded into programs on the readers computer (like Outlook, Apple Mail, etc.) or maybe from some online webmail that you won&#8217;t have access to test, or maybe to some handheld device.</p>
<p>Online services like Gmail, Yahoo and Hotmail can easily be tested before launch; but often render things in a painfully different way.</p>
<p>Your message may be viewed on any platform on any device. Email standards are less predictable than web standards. If the medium is the message here, there could be trouble!</p>
<h4><strong>Consider the Message</strong></h4>
<p>Since the mail clients will render your messages differently you have to assume that someone isn&#8217;t going to be seeing the images. Maybe they&#8217;ll have the option to turn them on, but will they? Your message has to be able to stand on its own &#8211; as text with supporting links to a webpage.</p>
<h4><strong>Building the Message</strong></h4>
<p>The end platforms are too varied for me to make absolute statements, but the following guidelines should help you make the most of this. Here are some steps I follow.</p>
<ol>
<li><strong>Go Easy on the CSS:</strong> Unlike browsers mail clients that are standalone programs don&#8217;t necessarily obey web standards that we take for granted in web browsers today. If the program listens to CSS it may only be in a rudimentary way. If you use CSS for colouring text I would also back it up with old-school &lt;font&gt; tags! Likewise I think it should be fairly obvious to avoid Javascript / dynamic server calls. You want to keep this mail as low-fi and simple as possible.</li>
<li><strong>Go Old-school: </strong>Since CSS is out the window you&#8217;ll need to build your layout in Tables. This may increase the size of your HTML &#8211; which you don&#8217;t want to be too big, especially if you have dial up users. Downloading a huge email isn&#8217;t as optional as choosing whether or not you&#8217;ll visit a page. Also, avoid Flash and PNGs. Be completely 90&#8242;s in your thinking and you should be safer.</li>
<li><strong>Follow Accessibility Rules: </strong>This is a good rule to follow anytime; but having ALT and Title tags for images is critical when they&#8217;re not loading!</li>
<li> <strong>Use Absolute Links: </strong>Since this HTML page will be literally pulled into a different space, using linked files and images with relative paths (eg. <em>/images/dog.jpg</em>) would be a bust. You have to use the full absolute path (<em>http://domain.com/images/dog.jpg</em>)</li>
<li> <strong>Testing, Testing, Testing: </strong>If you don&#8217;t have accounts with all of the popular webmail services, sign up and send tests out. You want to see this in as many mail clients as possible. My experience is that you&#8217;ll never get this message to look 100% unless you can get the reader on to the HTML site! You will need to find compromise.</li>
</ol>
<h3><strong>Sending the HTML Email</strong></h3>
<p>There are several ways to sending your message out. If you can afford the extra expense I hear great things about <a href="http://www.campaignmonitor.com/" onclick="pageTracker._trackPageview('/outgoing/www.campaignmonitor.com/?referer=');">Campaign Monitor</a>. While I haven&#8217;t used it, it boasts some powerful tools which would be especially helpful in tracking the success of your campaign.</p>
<p>If you&#8217;re doing this on the cheap, then you only need FTP and Internet Explorer.</p>
<p>First, upload the HTML message and all related images and linked scripts. Then, view the page in Internet Explorer (We are using IE as it has a very easy Emailing feature we&#8217;ll be using. To my knowledge this tool isn&#8217;t included in any other browser I have installed on my PC. If you know of any alternatives (especially if you&#8217;re on a Mac!) please let me know!).</p>
<p>I have made a <a href="http://debutcreative.com/postsupport/food.html">demo mail out here</a>.</p>
<p>From the IE menu: <em>File &gt; Send &gt; Page as Email</em>. This will open your page in your default Mail Client (I don&#8217;t think this will work with online services. In this example I&#8217;m using Windows Mail (formerly Outlook Express)).</p>
<p><img class="aligncenter size-large wp-image-548" title="Brandy McNamingtons" src="http://debutcreative.com/wp-content/uploads/2009/09/2send-550x337.png" alt="Brandy McNamingtons" width="550" height="337" /></p>
<p style="padding-left: 30px;"><strong>Tip: </strong>I recommend doing your mass-mailouts with a mail client other than your primary account. You will get a lot of replies for unsubscribes, Out of Office replies and Mailer Demon failure warnings. Setup a generic account that speaks to the campaign like &#8220;offers@domain.com&#8221; etc.</p>
<p>Now, change the title, and the message is ready to send. <strong>This is hugely important: </strong>put your mailing list in the BCC (Blind Carbon Copy). Letting those emails been seen or harvested by anyone is insanely bad netiquette and it can lead to the brand getting a ton of <a href="http://digg.com/d3bS5f" onclick="pageTracker._trackPageview('/outgoing/digg.com/d3bS5f?referer=');">bad press</a>!</p>
<p>If you are potentially doing more mailouts in the future you should setup Mailing Lists in your mail client. Your ISP may limit how many people you can mail at one time. This is a Spam precaution. Remember to test!</p>
<p><img class="aligncenter size-large wp-image-549" title="Mail Out" src="http://debutcreative.com/wp-content/uploads/2009/09/3mail-362x400.png" alt="Mail Out" width="362" height="400" /></p>
<p>The linked HTML Email works perfectly in Gmail, Yahoo, Apple Mail and Windows Mail. In Hotmail you have to verify that you want to see the images.  These five were all that I tested for the purpose of this article.</p>
<p>As you can see in my image of Hotmail, if my HTML Email had more live type than images the message would have still been clear. All that is legible is my live text footer and link (not shown).</p>
<p><img class="aligncenter size-large wp-image-552" title="Hotmail Rendering" src="http://debutcreative.com/wp-content/uploads/2009/09/hotmail-339x400.png" alt="Hotmail Rendering" width="339" height="400" /></p>
<p>As I <a href="http://debutcreative.com/2009/09/doing-group-emails-the-hard-way/">wrote about last week</a>, I think it&#8217;s much more effective to personally reach out to your audience with a call to action that is a link to a webpage. You can&#8217;t put a value on the personal touch, plus it gets around all the ugly usability / viewing issues that users will invariably come across.</p>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/539/easy-diy-html-emails/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doing Group Emails &#8211; The Hard Way</title>
		<link>http://debutcreative.com/531/doing-group-emails-the-hard-way</link>
		<comments>http://debutcreative.com/531/doing-group-emails-the-hard-way#comments</comments>
		<pubDate>Tue, 08 Sep 2009 17:14:25 +0000</pubDate>
		<dc:creator>ArleyM</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[Newsletter]]></category>

		<guid isPermaLink="false">http://debutcreative.com/?p=531</guid>
		<description><![CDATA[Recently I was asked about managing an Emailing list, and the best ways of distributing newsletters to your group. I think Recently I was asked about managing an Emailing list, and the best ways of distributing newsletters to your group. I think the answer that was expected would be either sharing about some mailing service (like [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Recently I was asked about managing an Emailing list, and the best ways of distributing newsletters to your group.</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">I think</div>
<p>Recently I was asked about managing an Emailing list, and the best ways of distributing newsletters to your group. I think the answer that was expected would be either sharing about some mailing service (like <a href="http://www.campaignmonitor.com/" onclick="pageTracker._trackPageview('/outgoing/www.campaignmonitor.com/?referer=');">this one</a>, but there are many others that also Google well) or to give a step by step on free distribution methods (Update: I have written a post called <a href="http://debutcreative.com/2009/09/easy-diy-html-emails/">Easy DIY HTML Emails</a>).</p>
<p>What I want to share is a smarter and much more impacting way &#8211; and I don&#8217;t think it&#8217;s what the average client wants to hear:</p>
<p>Email your newsletter one at a time.<span id="more-531"></span></p>
<p>I know it sounds ludicrous, but think about it. You get an email from your friend; &#8220;Hey guys, check out these photos of my weekend camping&#8221; complete with a link to a Flickr set. This email has dozens of names in the To field. What do you do? In my own personal experience I&#8217;ll check out the link 7 times out of 10. I&#8217;ll reply maybe 2 times in 10. Whether you do it consciously or not, your numbers are probably about the same or less.</p>
<p>I have sometimes been <em>that</em> friend sending the mass email. You rarely get a reply if at all. I think it&#8217;s human nature. When you see so many names in the email-to field, you expect someone else will reply, and go about your day. The call-to-action is impersonal, and as the reader you feel required to do nothing.</p>
<p>On the flip side, when you take the time to personally write a friend an email, and ask them about something specific in their life, and engage them in the way that you normally do, that link will always be checked out, and you will almost always get a reply.</p>
<p>This isn&#8217;t anything new &#8211; this is how human relationships and interactions work. Yell at a bunch of people that you have a newspaper for sale, and the people that care will come and get one. Personally go up to someone, and engage them, and you have their full attention.</p>
<p>This obviously won&#8217;t work when you have thousands of people you&#8217;re mailing. If you&#8217;re keeping mailing lists, I suggest you keep a list of the no-effort addresses (people that have taken the time to sign up like those who <a href="http://debutcreative.com/subscribe/">did here</a>), as well as a list of the people who you need to make a stronger appeal to. At the very least, keep a list of the VIP&#8217;s. Often in business it&#8217;s the 5% that do 80% of your revenue. Treat them like gold. The purpose of a newsletter is to keep people up to date. Sometimes that&#8217;s a two way street.</p>
<p>Easy isn&#8217;t always better. Sometimes you have to really commit to make results.</p>
]]></content:encoded>
			<wfw:commentRss>http://debutcreative.com/531/doing-group-emails-the-hard-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
