<?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>Email Transmit Info Center - Email Marketing Blog</title>
	<atom:link href="http://infocenter.emailtransmit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://infocenter.emailtransmit.com</link>
	<description>Email Marketing Blog</description>
	<lastBuildDate>Tue, 24 Aug 2010 15:25:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>5 Solutions for Accurate Email Rendering</title>
		<link>http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/</link>
		<comments>http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 15:25:50 +0000</pubDate>
		<dc:creator>Trevor Ezell</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[email clients]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rendering]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1110</guid>
		<description><![CDATA[Last week we reviewed why All Email Clients Are Not Created Equal and why various email clients display your email messages differently than others. This week we look at several things you can do to maintain consistency in your email message display. This is not meant to be a comprehensive list, but identifies several solutions [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we reviewed why <a href="http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/" target="_blank">All Email Clients Are Not Created Equal</a> and why various email clients display your email messages differently than others. This week we look at several things you can do to maintain consistency in your email message display. This is not meant to be a comprehensive list, but identifies several solutions you can implement in your email campaign development.</p>
<p><span style="text-decoration: underline;"><strong>5 SOLUTIONS FOR ACCURATE EMAIL RENDERING<br />
</strong></span></p>
<p><strong>1. TABLES AREN’T JUST FOR THE DINING ROOM</strong><br />
Use tables when building an HTML email because CSS elements such as position and float are not supported across all email clients.</p>
<p><strong>2. THE LATEST, IS NOT ALWAYS THE GREATEST</strong><br />
HTML code for emails is old school. Emails should be built under an <a href="http://www.w3.org/TR/REC-html40/sgml/loosedtd.html" target="_blank">HTML 4 Transitional doctype</a> and need to be validated.</p>
<p><strong>3. CSS – CAN’T STYLE SHEETS</strong><br />
Most email clients will likely ignore any CSS styling unless it’s done inline. Yeah, yeah&#8230; it&#8217;s a pain if your client decides they want the text to be grey and not black, but <a href="http://www.w3schools.com/CSS/css_howto.asp" target="_blank">coding inline CSS for email</a> is a fundamental technique for ensuring consistency.</p>
<p>If you need to style single words, then use the &lt;span&gt; tag. It is an inline element and can be used not just for coloring elements or increasing the text size, but also for positioning elements above or below content.</p>
<p>You may also want to include a &lt;span style=&#8221;color:#yourcolor&#8221;&gt; inside an href as  some email clients have default link styles that override your link color.</p>
<p><strong>4. BACK THAT [IMG] UP</strong><br />
The background-image property of an element is supported by roughly half of all email clients. If you’re going to use background images, remember to provide a background-color just in case.</p>
<p><strong>5. TOO MUCH IS JUST ENOUGH</strong><br />
Specify height, width, alignment, alternate text, title, country of origin, denomination, marital status&#8230; okay you get it. You should always be as specific as possible when coding email so that nothing is assumed by an email client’s rendering.</p>
<p>These are just some of the most common issues our teams run into while coding emails for our clients. What are some of the issues/remedies you’ve encountered?  Share your expertise with our readers by posting your comment below!</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/&amp;title=5+Solutions+for+Accurate+Email+Rendering" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=5+Solutions+for+Accurate+Email+Rendering+-+http://b2l.me/akpqrw&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/&amp;t=5+Solutions+for+Accurate+Email+Rendering" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/&amp;title=5+Solutions+for+Accurate+Email+Rendering" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F08%2F5-solutions-for-accurate-email-rendering%2F&amp;t=5+Solutions+for+Accurate+Email+Rendering" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/&amp;title=5+Solutions+for+Accurate+Email+Rendering" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/08/5-solutions-for-accurate-email-rendering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All Email Clients Are Not Created Equal</title>
		<link>http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/</link>
		<comments>http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 14:39:09 +0000</pubDate>
		<dc:creator>Trevor Ezell</dc:creator>
				<category><![CDATA[Getting Started]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[email clients]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[rendering]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1103</guid>
		<description><![CDATA[“We hold these truths to be self-evident, that all email clients are not created equal, that they are endowed by their provider with certain un-agreeable quirks, that among these are inconsistent rendering, un-deliverability, and annoying guidelines that MUST be followed for translating that sexy design into an equally appealing email message you just have to [...]]]></description>
			<content:encoded><![CDATA[<p><em>“We hold these truths to be self-evident, that all email clients are not created equal, that they are endowed by their provider with certain un-agreeable quirks, that among these are inconsistent rendering, un-deliverability, and annoying guidelines that <strong>MUST</strong> be followed for translating that sexy design into an equally appealing email message you just have to deliver to your audience.” </em></p>
<p>The basics: There are two distinct types of email client.</p>
<p>1. <strong>Web-based</strong>:  Simply means access to email via web interface (Yahoo Mail, Gmail, Windows Live Hotmail, etc.)<br />
2. <strong>Desktop/Mobile Application</strong>:  Email software installed on a desktop, laptop, or smart phone which retrieves email for you over POP or IMAP protocols.</p>
<p>With Web-based email clients, your HTML email is rendered by your web browser (Internet Explore, Firefox, Safari, Opera, etc.).  Which means quality assurance and testing can generally be performed within a web browser and the results will be close to what you can expect to see within the specific email client.  Of course, each client has it&#8217;s own quirks, such as Yahoo Mail&#8217;s dislike for displaying a background-color associated with the body tag, or Hotmail&#8217;s dislike for padded elements, but these are all issues that can be avoided.  These &#8220;quirks&#8221; are safeguards to prevent an HTML email affecting the web-based email application&#8217;s interface as the application&#8217;s interface itself is built on HTML/CSS as well.</p>
<p>For desktop/mobile applications, consistency becomes much more difficult. These email applications tend to make up their own rules.  The application can employ an installed browser&#8217;s HTML rendering engine, another application&#8217;s rendering engine, or provide its own.  Prior to Outlook 2007 being released, Outlook used the Internet Explorer rendering engine which helped in achieving rendering consistency across browsers and other clients.  However, when Microsoft decided to rely upon the MS Word rendering engine for Outlook 2007, that progress was defeated.  Word&#8217;s HTML rendering has no support for background images, limited CSS support, and fails to render adequately a variety of coded email designs.  The “bad news” is that some version of Outlook (including older versions) is utilized by <a href="http://fingerprintapp.com/email-client-stats">43% of all users</a>, which means for email marketers it’s now imperative that we <a title="Outlook 2007: Understanding the Latest Changes" href="http://infocenter.emailtransmit.com/2007/02/outlook-2007-understanding-the-latest-changes/" target="_blank">support this client</a> in the best way we can.</p>
<p>Check back for next weeks’ article on suggested solutions for email rendering and learn what you can do to achieve successful results by coding your emails to accommodate email client inconsistencies.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/&amp;title=All+Email+Clients+Are+Not+Created+Equal" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=All+Email+Clients+Are+Not+Created+Equal+-+http://b2l.me/agtysa&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/&amp;t=All+Email+Clients+Are+Not+Created+Equal" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/&amp;title=All+Email+Clients+Are+Not+Created+Equal" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F08%2Fall-email-clients-are-not-created-equal%2F&amp;t=All+Email+Clients+Are+Not+Created+Equal" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/&amp;title=All+Email+Clients+Are+Not+Created+Equal" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/08/all-email-clients-are-not-created-equal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Open Rates and Click Rates Are Declining</title>
		<link>http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/</link>
		<comments>http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 13:56:33 +0000</pubDate>
		<dc:creator>Anthony Schneider</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[clickthrough]]></category>
		<category><![CDATA[decline]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[open rates]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1084</guid>
		<description><![CDATA[Recent studies show a clear and steady decline in email open rates and clickthroughs. According to MailerMailer’s metrics report released earlier this month, email open rates have dropped around 20% from over 14% in 2007 to just above 11% in 2009, while clickthrough rates have fallen 40% over the same period.  Calamity? Marketing catastrophe? Not [...]]]></description>
			<content:encoded><![CDATA[<p>Recent studies show a clear and steady decline in email open rates and clickthroughs. According to MailerMailer’s metrics report released earlier this month, email open rates have dropped around 20% from over 14% in 2007 to just above 11% in 2009, while clickthrough rates have fallen 40% over the same period.  Calamity? Marketing catastrophe? Not really.</p>
<p><a href="http://infocenter.emailtransmit.com/wp-content/uploads/2010/07/email_metrics.gif"><img class="aligncenter size-full wp-image-1085" title="email_metrics" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/07/email_metrics.gif" alt="" width="324" height="269" /></a></p>
<p><strong>Inevitable Evolution, Not Bad News</strong></p>
<p>While we’d love to see research that shows open rates are increasing, the news that opens and clicks are declining is not surprising. More emails are sent to more people across more channels and devices than ever before. We&#8217;re more likely to read email on a mobile device; we open fewer emails and scan them more quickly. At the same time, we’re using better, harsher spam filters, so fewer emails reach inboxes in the first place. As for click decline, it&#8217;s largely attributable to how (and if) links are rendered. In order to thwart phishing, many email clients deliver messages without making the links  clickable. The recipient must take an action to enable the links. (One of the reasons for the &#8220;add this sender to your address book&#8221; prompts). Emails viewed with images off or in text-only format also result in fewer clicks. So, a combination of list fatigue, technology, the end of the thrill of the new are among obvious reasons for open rate and clickthrough declines.</p>
<p><strong>Smart Marketers Score</strong></p>
<p>Smart marketers are responding to these trends by making their emails work harder. Better segmentation, customization, email production, customer service, copywriting and design help emails break through the clutter. The more relevant, timely and targeted your email, the more likely it is to succeed. Culling email lists and reducing transmission frequency can also help move email marketing efforts from quantity to quality, while checking emails acrosss multiple clients before transmission allows marketers to ensure the email works for all users.</p>
<p><strong>Silver Linings</strong></p>
<p>Don’t despair. There’s a lot of good news out there as well.  Email  remains a consistently  cost-effective communication channel, and continues to drive revenues for both B2B and B2C marketers. While click-to-purchase rates may be declining a bit as well, their decline is considerably lower than the declines in open and click rates (around 3.2% a year, according to an Epsilon study). Moreover, experts agree that the drop in click-to-purchase rates  can be attributed to the economy in general as much as to email user behaviors.  Similarly, while the percentage of adults who make a purchase because of an email (80% back in 2007, Epsilon) or share promotional emails via email or social channels (32% in 2009, Pace/IDM) may be dropping as well, those are promising numbers. Even if there’s been a decline, more than half of us make a purchase because of email and nearly a third of us share advertising messages we receive by email. Meanwhile, social marketing is opening new channels and doors. A 2010 study found that 20% of Facebook, MySpace and/or Twitter users posted or shared something from permission email to their social networks (Merkle).</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/&amp;title=Open+Rates+and+Click+Rates+Are+Declining" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Open+Rates+and+Click+Rates+Are+Declining+-+http://b2l.me/adg573&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/&amp;t=Open+Rates+and+Click+Rates+Are+Declining" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/&amp;title=Open+Rates+and+Click+Rates+Are+Declining" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F07%2Fopen-rates-and-click-rates-are-declining%2F&amp;t=Open+Rates+and+Click+Rates+Are+Declining" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/&amp;title=Open+Rates+and+Click+Rates+Are+Declining" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/07/open-rates-and-click-rates-are-declining/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reminder Emails: Pros and Cons</title>
		<link>http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/</link>
		<comments>http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 18:32:37 +0000</pubDate>
		<dc:creator>Anthony Schneider</dc:creator>
				<category><![CDATA[Tips & Best Practices]]></category>
		<category><![CDATA[bestpractices]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[Reminder email]]></category>
		<category><![CDATA[segmentation]]></category>
		<category><![CDATA[series]]></category>
		<category><![CDATA[strategy]]></category>
		<category><![CDATA[subject line]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1052</guid>
		<description><![CDATA[Don’t Forget to Phone Your Aunt Everyone likes a helpful reminder. We’re grateful when someone reminds us that it’s our sister’s birthday, or our favorite store is having a sale. But we’re not as keen on our mother’s imprecations to dress more warmly or phone Aunt Agatha. It’s the same with email: some reminders are [...]]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://infocenter.emailtransmit.com/wp-content/uploads/2010/07/post_it_dude.jpg"><img class="alignright size-full wp-image-1057" title="Reminder Email Dude" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/07/post_it_dude.jpg" alt="" width="300" height="199" /></a>Don’t Forget to Phone Your Aunt</strong></p>
<p>Everyone likes a helpful reminder. We’re grateful when someone reminds us that it’s our sister’s birthday, or our favorite store is having a sale. But we’re not as keen on our mother’s imprecations to dress more warmly or phone Aunt Agatha. It’s the same with email: some reminders are useful and welcome, while others fall on deaf (aka unsubscribe-prone) ears.</p>
<p>We’ve found that good reminders yield high render and click rates and very few unsubscribes, while poorly honed reminder emails don’t connect and sometimes result in a slew of unsubscribes.</p>
<p><strong>Your Email Pal: When Do Reminder Emails Succeed?</strong></p>
<p>Reminder emails work when they are meaningful, timely, relevant and, above all, wanted. For example, when we like a brand or promotion, we’re happy to receive a reminder that a sale is ending. For B2B communications, that’s similar to a conference registration, or call for speakers.</p>
<p>The first step is writing a meaningful subject line so that your audience knows they are being reminded—and being informed of something relevant. The content and messaging is also important. For the most part, reminder emails work best when they are short, sweet and to the point.</p>
<p><strong>The Email That Cried Wolf: When Do Reminder Emails Fail?</strong></p>
<p>Reminder emails are less effective when they are blunter instruments, ill-timed, too frequent, or not relevant to or wanted by the receiver. No one wants multiple reminders about the same thing. Similarly, we get bored by re-cycled content or emails that are badly targeted.</p>
<p>For B2C marketers, it’s important to remember that sale and promotion extensions and frequent reminders may serve only to deafen your audience, or sound like you’re nagging them, or undermine your real, targeted messaging. The same is true in the B2B space, where multiple reminders simply sound like nagging or a desperate effort to get you to do something.</p>
<p><strong>Reminder Rules</strong></p>
<p>Keep <a href="http://infocenter.emailtransmit.com/2010/03/the-art-of-the-subject-line/">subject lines</a> and copy meaningful, make sure the content is relevant to the audience, and keep the email short and to the point. Let your recipients know that they are receiving a one-time reminder, or if they are in a series, be up front about that. You have to let the customer know that you’re not mindlessly re-sending the same copy to the same list.</p>
<p>Segmentation works. It&#8217;s important to make your email <a href="http://infocenter.emailtransmit.com/2010/05/segmentation-is-king/">segmentation</a> transparent.  Email Transmit recently sent a reminder email for NBC Universal that went only to recipients who had not clicked on a special promotion. eHarmony incorporates segmentation in subject lines, which state simply, “You haven’t read our emails lately.”</p>
<p><strong>Permission Reminders</strong></p>
<p>Some of the most welcome reminder emails are ones we ask for. Witness Amazon’s birthday list (receive an email a week before it’s your mum’s birthday), or<a href="http://www.zappos.com/productNotifyMe.do?productId=7543725&amp;colorId=218331&amp;sizeId=153&amp;widthId=226"> Zappos “Notify Me”</a> brand notices, which let you know when a particular product and size combination becomes available.</p>
<p><strong>. . .<br />
</strong></p>
<p>Savvy marketers know that relevance is more important than frequency, and quality trumps quantity. Reminder emails are no exception. Done right, they can work for you, but a poor reminder email sends the wrong message and sends subscribers running for the digital hills.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/&amp;title=Reminder+Emails%3A+Pros+and+Cons" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Reminder+Emails%3A+Pros+and+Cons+-+File: /data/app/webapp/functions.php<br />Line: 66<br />Message: Duplicate entry 'abwe8Y' for key 'code'&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/&amp;t=Reminder+Emails%3A+Pros+and+Cons" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/&amp;title=Reminder+Emails%3A+Pros+and+Cons" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F07%2Freminder-emails-pros-and-cons%2F&amp;t=Reminder+Emails%3A+Pros+and+Cons" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/&amp;title=Reminder+Emails%3A+Pros+and+Cons" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/07/reminder-emails-pros-and-cons/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>6 Non-Traditional Places to Collect Email Addresses</title>
		<link>http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/</link>
		<comments>http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 14:09:18 +0000</pubDate>
		<dc:creator>Marla Chupack</dc:creator>
				<category><![CDATA[Tips & Best Practices]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[data collection]]></category>
		<category><![CDATA[email signature]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[opt-in]]></category>
		<category><![CDATA[permission]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1032</guid>
		<description><![CDATA[You’re Only As Good as Your List Before you send out your next email marketing campaign, consider some non-traditional sources to collect new email addresses. Think about where your customer interaction is strongest and reach out there to make contact and build your email list. That may mean collecting email addresses at conferences, or retail [...]]]></description>
			<content:encoded><![CDATA[<p><strong>You’re Only As Good as Your List</strong></p>
<p>Before you send out your next email marketing campaign, consider some non-traditional sources to collect new email addresses. Think about where your customer interaction is strongest and reach out there to make contact and build your email list. That may mean collecting email addresses at conferences, or retail checkout, using social media, or converting snail mail recipients to email opt-ins. Your bigger, better email list might be a smart phone app away.</p>
<p><strong>1- During Face-to-Face Interactions</strong></p>
<p>It makes sense that you want to capitalize on a marketing relationship when that relationship begins or strengthens. So, go ahead and ask for email addresses during those types of interactions:</p>
<p style="padding-left: 20px;">• During in-store checkout</p>
<p style="padding-left: 20px;">• Conference registration or badge pick-up</p>
<p style="padding-left: 20px;">• Meetings</p>
<p style="padding-left: 20px;">• Networking events</p>
<p>If you are at a conference or meeting, chances are you have your smart phone (iPhone, Blackberry, Android, etc.) and maybe even an iPad by your side. Prepare a strategy for collecting addresses through those devices- either through a mobile web page or other app.</p>
<p><strong>2- On your Social Sites</strong></p>
<div id="attachment_1037" class="wp-caption alignright" style="width: 410px"><a href="http://facebook.com/masstransmit" target="_new"><img class="size-full wp-image-1037" title="Mass Transmit Facebook Opt-In" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/07/MT-Facebook_optin.jpg" alt="Mass Transmit Facebook Page Email Opt-In" width="400" height="232" /></a><p class="wp-caption-text">Mass Transmit&#39;s Facebook Page Email Opt-In</p></div>
<p></p>
<p>Put opt-in forms on all your social media pages that allow it, such as:</p>
<p style="padding-left: 20px;">• Company blog</p>
<p style="padding-left: 20px;">• Facebook page</p>
<p>In social media environments that don&#8217;t allow for opt-in forms, place a link to your opt-in page with a benefit statement that drives your visitors to it.</p>
<p><strong>3- In your Email Signature</strong></p>
<p>Every time you send an email from your personal account you have the ability to initiate an opt-in. Place links to your web site, social channels or a link directly to the opt-in on your web site.  Consider asking for the opt-in in your signature.  A simple “Sign up here for special offers” may be all it takes.</p>
<p><strong>4- Twitter</strong></p>
<p>Before you send your newsletter, announce it on Twitter and remind followers to sign up. Tweets saying that the newsletter will be sent tomorrow with an email-only offer will likely drive interested traffic to your opt-in form.</p>
<p><strong>5- Snail Mail</strong></p>
<p>If you have your contacts’ mailing addresses but not their email addresses, consider sending them a postcard with a redeemable online offer or entry in a web-based sweepstakes. On the web page, collect the recipients name, email address and any other usable information. If you want to get more mileage out of the offer, have social sharing options on the site where the recipient can share with their friends through email or the social media channel of their choice. </p>
<p><strong>6- Use Your Brand Evangelists</strong></p>
<p>Maximize the value of your best relationships. Consider having your audience grow your lists for you— and don’t be afraid to ask them to do so. Make elements on your site or email newsletter shareable (via forwarding, Twitter, Facebook, etc.) thereby driving traffic to your opt-in form pages and growing your audience. Remember, over 80% of American Internet users access at least one social media channel, and allowing recipients to share email content with their network boosts email campaign results—and helps grow your list.</p>
<p>To spread the word via social media channels and email, you may want to consider <a href="http://www.grouptransmit.com/">Group Transmit</a>. This is a unique social/email platform that enables your core audience to spread the word about a brand, product or service quickly and easily.</p>
<p><strong>The Permission Caveat</strong></p>
<p>Don’t harvest email addresses and never add people to your email lists without their express permission. So, once you collect emails you still need to get permission prior to including them in your email campaign lists. Make sure you get this either via a web opt-in or a written consent from your contacts.</p>
<p>What other non-traditional methods have worked for you?</p>
<p><em>Would you like to receive our email newsletters?  Please opt-in at <a href="http://masstransmit.com/newsletter.php" target="_blank">masstransmit.com</a> or <a href="http://emailtransmit.com/" target="_blank">emailtransmit.com</a> or on our <a href="http://facebook.com/masstransmit" target="_blank">Facebook page</a>.</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/&amp;title=6+Non-Traditional+Places+to+Collect+Email+Addresses" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=6+Non-Traditional+Places+to+Collect+Email+Addresses+-+http://b2l.me/aaujnh&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/&amp;t=6+Non-Traditional+Places+to+Collect+Email+Addresses" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/&amp;title=6+Non-Traditional+Places+to+Collect+Email+Addresses" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F07%2F6-non-traditional-places-to-collect-email-addresses%2F&amp;t=6+Non-Traditional+Places+to+Collect+Email+Addresses" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/&amp;title=6+Non-Traditional+Places+to+Collect+Email+Addresses" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/07/6-non-traditional-places-to-collect-email-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do Email Newsletters Impact Customer Retention?</title>
		<link>http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/</link>
		<comments>http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 14:02:13 +0000</pubDate>
		<dc:creator>Adam Holden-Bache</dc:creator>
				<category><![CDATA[Tips & Best Practices]]></category>
		<category><![CDATA[newsletters]]></category>
		<category><![CDATA[personalize]]></category>
		<category><![CDATA[retention]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=1017</guid>
		<description><![CDATA[There&#8217;s nothing more valuable than your customers or clients. Keeping them interested and engaged with your brand is always a top priority. Many businesses send email newsletters as a way to communicate with their client or customer base. It&#8217;s a key component of the customer retention strategy. But how effective are email newsletters?  Do they [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s nothing more valuable than your customers or clients. Keeping them interested and engaged with your brand is always a top priority.</p>
<p>Many businesses send email newsletters as a way to communicate with their client or customer base. It&#8217;s a key component of the customer retention strategy. But how effective are email newsletters?  Do they really help with retention?</p>
<p>Perhaps the answer lies in the content.  What works for some may not work for all, but there are some general best practices you should consider.</p>
<p>1- <strong>Deliver content that recipients will find interesting</strong>. Put yourself in the recipient&#8217;s shoes and see if you&#8217;d enjoy receiving your email.<br />
2- <strong>Provide value.</strong> Adding in special email-only offers, free downloads or other valuable content will keep your readers engaged.<br />
3- <strong>Personalize</strong>. Don&#8217;t just start the email with the first name- create different versions or dynamic data based on your business relationship.<br />
4- <strong>Let them know they&#8217;re appreciated</strong>. Doing so will be unique to every audience, but find a way to let recipients know you appreciate their business.</p>
<p>And there are also some things you&#8217;ll want to avoid with your email newsletters.</p>
<p>1- <strong>Do not only talk about yourself</strong>. Remember the 80/20 rule. Make at least 80% of your newsletter informational and only 20% or less promotional.<br />
2- <strong>Do not get repetitive</strong>. Try to mix up your design, content, imagery, etc. Don&#8217;t let your message get stale.<br />
3- <strong>Do not publish too frequently</strong>. Test or ask to figure out your ideal delivery schedule, and don&#8217;t inundate inboxes or your newsletters will have an adverse effect on your business.</p>
<p>Remember your goals– you want to keep your brand in front of your customers or clients and provide value so the next time they&#8217;re ready to purchase you&#8217;ll be at the top of the list. By delivering engaging email newsletters on a regular basis you&#8217;ll establish your business as an industry leader, inform and educate your recipients on your products, services or areas of expertise and solidify yourself as a reputable, interesting company. And that should help with retention as customers will continue to want to do business with you.</p>
<p>Have you had success with customer retention due to email newsletters?  Let us know by leaving a comment.</p>
<script type='text/javascript' language='javascript' charset='utf-8' src='http://s3.polldaddy.com/p/3442766.js'></script><noscript> <a href='http://answers.polldaddy.com/poll/3442766/'>View Poll</a></noscript>
<p style="text-align: right;">


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/&amp;title=Do+Email+Newsletters+Impact+Customer+Retention%3F" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Do+Email+Newsletters+Impact+Customer+Retention%3F+-+http://b2l.me/9qcn5&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/&amp;t=Do+Email+Newsletters+Impact+Customer+Retention%3F" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/&amp;title=Do+Email+Newsletters+Impact+Customer+Retention%3F" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F07%2Fdo-email-newsletters-impact-customer-retention%2F&amp;t=Do+Email+Newsletters+Impact+Customer+Retention%3F" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/&amp;title=Do+Email+Newsletters+Impact+Customer+Retention%3F" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/07/do-email-newsletters-impact-customer-retention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Measure for Measure</title>
		<link>http://infocenter.emailtransmit.com/2010/07/measure-for-measure/</link>
		<comments>http://infocenter.emailtransmit.com/2010/07/measure-for-measure/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 14:04:12 +0000</pubDate>
		<dc:creator>Anthony Schneider</dc:creator>
				<category><![CDATA[Tips & Best Practices]]></category>
		<category><![CDATA[metrics marketing email metrics clickthroughs conversions reach frequency SAME]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=993</guid>
		<description><![CDATA[Marketing Is Measurement Measurement goes beyond tracking an email or counting website sessions. Measurement should tell you about your brand, product and audience. It is a yardstick and a guidebook. There are a lot of metrics out there. Using them correctly is what marketing is all about. First, measure. As we discuss in 6 Steps [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Marketing Is Measurement<a href="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/measurement_0610_sm1.jpg"><img class="alignright size-full wp-image-996" title="measurement_0610_sm" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/measurement_0610_sm1.jpg" alt="" width="300" height="225" /></a></strong></p>
<p>Measurement goes beyond tracking an email or counting website sessions. Measurement should tell you about your brand, product and audience. It is a yardstick and a guidebook. There are a lot of metrics out there. Using them correctly is what marketing is all about.</p>
<p><strong>First, measure.</strong></p>
<p>As we discuss in <a href="http://infocenter.emailtransmit.com/2010/02/6-steps-for-improved-measurement/">6 Steps for Improved Measurement</a>, the first step in measuring your marketing initiatives is to get the data and understand the data. You should be measuring email renders and clickthroughs, opt-ins, forwards. Figure out Web metrics as well, such as impressions and downloads. And keep an eye on server data: monitor CPU load so that your server doesn’t bog down in the middle of a big marketing promotion.</p>
<p><strong>Second, refine.</strong></p>
<p>Once you have the basic metrics in place, use and refine the data. Don’t just track email renders, take a look at conversions. At Email Transmit, we&#8217;re big proponents of tracking conversions, whether that means a purchase or conference signup, since conversions are your bottom line metric. See <a href="http://infocenter.emailtransmit.com/2009/12/email-metrics-that-matter/">Metrics that Matter</a>. Figure out your abandonment rate. Look at reach versus frequency. A campaign with low net reach but high frequency can over-expose some audience groups and miss others entirely. For social media marketing efforts, you may want to look at share of voice, the “conversation index” of your product or brand. B2C marketers will want to assess your market share and compare it to that of your primary competitors.</p>
<p><strong>Third, standardize.</strong></p>
<p>It’s difficult to understand your marketing data let alone make it actionable if that data isn’t standardized. If you can’t compare apples to apples, then metrics quickly unravel. That’s why we are proponents and proud adopters of the new set of email marketing measurement standards called the Support Adoption of Metrics for Email (SAME). <a href="http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/">Email Transmit was one of the first two ESP’s to adopt the new metrics standards</a>.</p>
<p>As you begin to compare results across media, it becomes important to standardize the bottom line reporting metrics as well, such as cost-per-conversion, cost-per-click or cost-per-point.</p>
<p><strong>Fourth, prioritize.</strong></p>
<p>Don’t wait to measure, and don’t wait to review your metrics. Part of good measurement is figuring out what data you need, what are the vital metrics.</p>
<p><strong>Fifth, make it fast and frequent.</strong></p>
<p>Your core measurement metrics should be easy to access and benchmark, so that you can track results continually to  revise your current campaign or build the next one.</p>
<p><strong>Sixth, use it or lose it.</strong></p>
<p>The data you collect and metrics you put in place need to be actionable. Track results and apply what you’ve learned. Those metrics are a compass for today’s marketing campaigns and a guidepost for tomorrow’s plans. The future of your brand may hinge on how well you understand metrics and how you translate that knowledge into opportunities. As Farris, Bendle, Pfeifer and Reibstein write in <a href="http://www.amazon.com/Marketing-Metrics-Executive-Should-Master/dp/0131873709"><em>Marketing Metrics</em></a>, “Marketers must understand their addressable markets quantitatively. They must measure new opportunities and the investment needed to realize them.”</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/07/measure-for-measure/&amp;title=Measure+for+Measure" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Measure+for+Measure+-+http://b2l.me/73tmb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/07/measure-for-measure/&amp;t=Measure+for+Measure" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/07/measure-for-measure/&amp;title=Measure+for+Measure" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F07%2Fmeasure-for-measure%2F&amp;t=Measure+for+Measure" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/07/measure-for-measure/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/07/measure-for-measure/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/07/measure-for-measure/&amp;title=Measure+for+Measure" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/07/measure-for-measure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Answering the call for email measurement standards</title>
		<link>http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/</link>
		<comments>http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 11:53:28 +0000</pubDate>
		<dc:creator>Adam Holden-Bache</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[DMA]]></category>
		<category><![CDATA[EEC]]></category>
		<category><![CDATA[email experience council]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[reporting]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[tracking]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=985</guid>
		<description><![CDATA[I&#8217;ve had the pleasure of serving on the Measurement Accuracy Roundtable of the DMA/Email Experience Council (eec) for the last few months. One of the goals of the Roundtable is to promote a new set of email marketing measurement standards called the Support Adoption of Metrics for Email (SAME). The new standards are a dramatic [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had the pleasure of serving on the <a href="http://emailexperience.org/eec-projects/member-roundtables#measurement" target="_blank">Measurement Accuracy Roundtable</a> of the DMA/Email Experience Council (eec) for the last few months. One of the goals of the Roundtable is to promote a <a href="http://idek.net/~oH" target="_blank">new set of email marketing measurement standards</a> called the Support Adoption of Metrics for Email (SAME). The new standards are a dramatic improvement over original metric definitions. They provide more insight into the true results of a campaign and paint a more accurate picture of your campaign performance.</p>
<p>It&#8217;s important that all Email Service Providers (ESP&#8217;s) adopt these new standards so that we have a common set of definitions industry-wide. Right now its not possible to compare campaign results from one system to another as they don&#8217;t follow the same calculations in their metrics. And forget aggregating any industry-wide metrics, even something as simple as an open rate, because that metric is calculated differently by various ESPs.</p>
<p>Earlier this week the Roundtable announced that <a href="http://www.emailexperience.org/eec-projects/member-roundtables/support-adoption-of-metrics-for-email-project#obtaining" target="_blank">Email Transmit was one of the first two ESP&#8217;s</a> to adopt the new metrics standards. Read the <a href="http://www.the-dma.org/cgi/disppressrelease?article=1420" target="_blank">press release</a> and the DMNews article &#8220;<a href="http://www.dmnews.com/inbox-insider-e-mail-measurement-should-be-standardized/article/173004/" target="_blank">Inbox Insider: E-mail measurement should be standardized</a>&#8220;. They also mentioned 11 more ESP&#8217;s have committed to doing so in the next six months.</p>
<p>We&#8217;re clearly at the beginning of a significant improvement in our industry. With the work of the Roundtable members we hope to get other ESP&#8217;s to adopt the new standards and for other email platforms to use the metrics in their reporting definitions too.</p>
<p>If you&#8217;re interested in supporting the SAME project, start by <a href="http://www.ipetitions.com/petition/eec-email-definitions/" target="_blank">signing the petition</a>, then <a href="http://idek.net/~oH" target="_blank">read the definitions</a>.  Make sure your ESP or email delivery platform has plans to implement the new metrics into their system. Hopefully in the near future we&#8217;ll all be able to abide by a common set of metrics and have usable industry-wide benchmarks based on the same definitions.</p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/&amp;title=Answering+the+call+for+email+measurement+standards" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Answering+the+call+for+email+measurement+standards+-+http://b2l.me/6abrb&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/&amp;t=Answering+the+call+for+email+measurement+standards" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/&amp;title=Answering+the+call+for+email+measurement+standards" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F06%2Fanswering-the-call-for-new-email-measurement-standards%2F&amp;t=Answering+the+call+for+email+measurement+standards" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/&amp;title=Answering+the+call+for+email+measurement+standards" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/06/answering-the-call-for-new-email-measurement-standards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Email &#8220;Bulletproof&#8221; Button Generator</title>
		<link>http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/</link>
		<comments>http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 16:32:49 +0000</pubDate>
		<dc:creator>Jonathan Miller</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[bulletproof button]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[images off]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=950</guid>
		<description><![CDATA[Visual inconsistency is the hobgoblin of email creation. Despite the best efforts of email marketers, many variables affect the look of an email campaign. One of the biggest, default image handling, is based entirely on a reader&#8217;s email setup. Some of the most used email clients, such as Gmail and all the Outlook variations, block [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/bulletproof_button.gif"><img class="alignright size-full wp-image-954" title="Bulletproof Button" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/bulletproof_button.gif" alt="Bulletproof Button" width="300" height="132" /></a>Visual inconsistency is the hobgoblin of email creation.</p>
<p>Despite the best efforts of email marketers, many variables affect the look of an email campaign. One of the biggest, default image handling, is based entirely on a reader&#8217;s email setup.</p>
<p>Some of the most used email clients, such as Gmail and all the Outlook variations, block images by default. Though this can be changed with a few mouse clicks, the majority of campaign subscribers stick to their email client&#8217;s stock set up to deal with images.</p>
<p>Besides being a minor annoyance for the reader, this development decision can wreak havoc on a brand&#8217;s ability to deliver consistent information by email.</p>
<p><strong>Enter the bulletproof button.</strong></p>
<p>Originated by the fine folks at <a href="http://www.smith-harmon.com" target="_blank">Smith Harmon</a>, the bulletproof button offers the best of both worlds. <strong>A brand can simultaneously ensure that a reader will see the most salient points of an email with images turned on or off.</strong></p>
<p>The concept involves using tables for the HTML of the email and including both a background image and background color in the tag. The tag that holds the call-to-action (CTA) must be the same size as the image it houses.  With images enabled, the CTA is shown with an image as the background and the CTA as text. With images off, the end user sees a colored box instead of an image while the CTA looks the same.</p>
<p>We&#8217;ve prepared a number of <a href="#examples">examples and variations</a> that you can use to maintain visual consistency. What&#8217;s even better is that we&#8217;ve provided all the code underneath the examples so feel free to copy it and use as you see fit.</p>
<p>We&#8217;ve also created a <strong><a href="http://emailtransmit.com/bulletproof" target="_blank">BULLETPROOF BUTTON GENERATOR</a></strong> for everyone to use. All you need to do is fill out the form and click submit. We&#8217;ll do the rest.</p>
<p>We hope you find the <a href="http://emailtransmit.com/bulletproof" target="_blank">Bulletproof Button Generator</a> helpful.  If you use it for any of your campaigns let us know (leave a comment below) and if you&#8217;re able to report your success metrics we&#8217;d love to hear its impact on your campaign.</p>
<p><em>For more information on the writing copy for buttons, check out Anthony Schneider&#8217;s <a href="http://infocenter.emailtransmit.com/2010/03/click-here/" target="_blank">Click Here</a> article.</em></p>
<p><a name="examples"></a><strong>Bulletproof Button Examples</strong></p>
<p><em>Feel free to borrow our button background images if you&#8217;d like, but please replace the absolute path of the image we&#8217;ve used with ones of your own.</em></p>
<table cellpadding="0" cellspacing="0" border="0" width="430">
<tr valign="middle">
<td width="215" height="150"><strong>Images On</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;" width="135" height="135" align="center" valign="middle" bgcolor="#c61210" background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/star.gif"><a href="" style="color: #ffffff; text-decoration: none;">Free Trial</a></td>
</tr>
</tbody>
</table>
</td>
<td width="215" height="150"><strong>Images Off</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;" width="135" height="135" align="center" valign="middle" bgcolor="#c61210" background=""><a href="" style="color: #ffffff; text-decoration: none;">Free Trial</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="middle">
<td colspan="2"><strong>Code</strong><br />
<code>&lt;table cellpadding="0" cellspacing="0" border="0"&gt;&lt;tr&gt;&lt;td bgcolor="#c61210" background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/star.gif" height="135" width="135" style="color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif;" align="center" valign="middle"&gt;&lt;a href="" style="color:#ffffff; text-decoration:none;"&gt;Free Trial&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="430">
<tr valign="middle">
<td width="215" height="65"><strong>Images On</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;" width="146" height="41" align="center" valign="middle" bgcolor="#c73f11" background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/rectangle.gif"><a href="" style="color: #ffffff; text-decoration: none;">Click Here</a></td>
</tr>
</tbody>
</table>
</td>
<td width="215" height="65"><strong>Images Off</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif;" width="146" height="41" align="center" valign="middle" bgcolor="#c73f11" background=""><a href="" style="color: #ffffff; text-decoration: none;">Click Here</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="middle">
<td colspan="2"><strong>Code</strong><br />
<code>&lt;table cellpadding="0" cellspacing="0" border="0"&gt;&lt;tr&gt;&lt;td background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/rectangle.gif" width="146" height="41" bgcolor="#c73f11" style="color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif;" align="center" valign="middle"&gt;&lt;a href="" style="color:#ffffff; text-decoration:none;"&gt;Click Here&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code>
</td>
</tr>
</table>
<table cellpadding="0" cellspacing="0" border="0" width="430">
<tr valign="middle">
<td width="215" height="70"><strong>Images On</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;" width="175" height="55" align="center" valign="middle" bgcolor="#dda30e" background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/rounded.gif"><a href="" style="color: #000000; text-decoration: none;">Register</a></td>
</tr>
</tbody>
</table>
</td>
<td width="215" height="70"><strong>Images Off</strong></p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif;" width="175" height="55" align="center" valign="middle" bgcolor="#dda30e" background=""><a href="" style="color: #000000; text-decoration: none;">Register</a></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="middle">
<td colspan="2"><strong>Code</strong><br />
<code>&lt;table cellpadding="0" cellspacing="0" border="0"&gt;&lt;tr&gt;&lt;td background="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/rounded.gif" bgcolor="#dda30e" style="color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;" align="center" valign="middle" height="55" width="175"&gt;&lt;a href="" style="color:#000000; text-decoration:none;"&gt;Register&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</code>
</td>
</tr>
</table>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/&amp;title=The+Email+%22Bulletproof%22+Button+Generator" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+Email+%22Bulletproof%22+Button+Generator+-+http://b2l.me/4ext4&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/&amp;t=The+Email+%22Bulletproof%22+Button+Generator" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/&amp;title=The+Email+%22Bulletproof%22+Button+Generator" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F06%2Fthe-email-bulletproof-button-generator%2F&amp;t=The+Email+%22Bulletproof%22+Button+Generator" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/&amp;title=The+Email+%22Bulletproof%22+Button+Generator" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/06/the-email-bulletproof-button-generator/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Email Campaign Checklist (w/free download)</title>
		<link>http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/</link>
		<comments>http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 17:35:34 +0000</pubDate>
		<dc:creator>Marla Chupack and Adam Holden-Bache</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[accuracy]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[checklist]]></category>
		<category><![CDATA[QA]]></category>
		<category><![CDATA[reputation]]></category>

		<guid isPermaLink="false">http://infocenter.emailtransmit.com/?p=927</guid>
		<description><![CDATA[Pushing the &#8220;send” button on an email campaign can be a nerve-wracking moment.  Are you really sure your campaign is ready?  Is that little voice in the back of your head making you second-guess the accuracy of your message? A bad campaign can have a significant amount of negative impact on your brand. It can: [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://emtdata.com/emt/downloads/email_campaign_checklist.pdf"><img class="alignright size-full wp-image-941" title="email_checklist" src="http://infocenter.emailtransmit.com/wp-content/uploads/2010/06/email_checklist.gif" alt="Email Checklist" width="200" height="221" /></a>Pushing the <strong>&#8220;send” </strong>button on an email campaign can be a nerve-wracking moment.  Are you really sure your campaign is ready?  Is that little voice in the back of your head making you second-guess the accuracy of your message?</p>
<p>A bad campaign can have a significant amount of negative impact on your brand. It can:<br />
• destroy the confidence of your readers<br />
• hurt your reputation<br />
• guarantee a negative return on investment</p>
<p>When sending emails, accuracy is of the essence, not speed. So it’s key to create a process that eliminates potential mistakes.</p>
<p><strong>One of the best ways to make sure your campaigns are mistake free is to review your message against a campaign checklist</strong>. Checklists should be used by all parts of the email development team. Designers may want to create a checklist for their team and programmers will definitely want a checklist to make sure all their technical requirements are covered. The account managers or campaign schedulers should also have one to confirm campaign accuracy before hitting the send button.</p>
<p>With that in mind, we’ve prepared an Email Campaign Checklist that you can use as part of your QA process. <strong></strong></p>
<p><strong>Download the Email Campaign Checklist in <a title="Email Campaign Checklist- Word doc" href="http://emtdata.com/emt/downloads/email_campaign_checklist.doc.zip"><span style="text-decoration: underline;">Word</span></a> or <a title="Email Campaign Checklist PDF" href="http://emtdata.com/emt/downloads/email_campaign_checklist.pdf" target="_blank"><span style="text-decoration: underline;">PDF</span></a> format.</strong></p>
<p>In upcoming posts we’ll also provide other checklists that you may find useful, so make sure you subscribe via email or RSS.</p>
<p>If you follow these checklist items we hope that you’ll catch any errors pre-delivery and that you’ll feel a lot more confident when you release your campaign. Good luck!</p>
<p><em>If you have any suggestions for improvements to our checklist we’d appreciate your input. Feel free to provide feedback in the comments below.</em></p>


<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/&amp;title=Email+Campaign+Checklist+%28w%2Ffree+download%29" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Email+Campaign+Checklist+%28w%2Ffree+download%29+-+http://b2l.me/2p9fx&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/&amp;t=Email+Campaign+Checklist+%28w%2Ffree+download%29" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/&amp;title=Email+Campaign+Checklist+%28w%2Ffree+download%29" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Finfocenter.emailtransmit.com%2F2010%2F06%2Femail-campaign-checklist-wfree-download%2F&amp;t=Email+Campaign+Checklist+%28w%2Ffree+download%29" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-comfeed">
			<a href="http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/feed" rel="nofollow" class="external" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/&amp;title=Email+Campaign+Checklist+%28w%2Ffree+download%29" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://infocenter.emailtransmit.com/2010/06/email-campaign-checklist-wfree-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
