<?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>ActiveCampaign Email Marketing Blog &#187; sending</title>
	<atom:link href="http://www.activecampaign.com/blog/tag/sending/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activecampaign.com/blog</link>
	<description>Email marketing blog discussing email marketing features, deliverability, new marketing ideas, and more.</description>
	<lastBuildDate>Mon, 16 Jan 2012 19:12:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>List-Unsubscribe Email Header</title>
		<link>http://www.activecampaign.com/blog/list-unsubscribe-email-header/</link>
		<comments>http://www.activecampaign.com/blog/list-unsubscribe-email-header/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 19:22:59 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[sending]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/?p=300</guid>
		<description><![CDATA[The list-unsubscribe email header has been around for quite some time.  Hotmail, Yahoo, Gmail, and many others have adopted this to assist with unsubscribing from mailings. When the header is found in the message source there will often be an &#8220;Unsubscribe&#8221; button in the email client to unsubscribe from that mailing list.  This makes it [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The list-unsubscribe email header has been around for quite some time.  Hotmail, Yahoo, Gmail, and many others have adopted this to assist with unsubscribing from mailings.</p>
<p>When the header is found in the message source there will often be an &#8220;Unsubscribe&#8221; button in the email client to unsubscribe from that mailing list.  This makes it easier to unsubscribe and less likely that the subscriber will flag it as spam (rather than searching for your unsubscribe link)</p>
<p>The header will often look like:</p>
<blockquote><p><code>List-Unsubscribe: &lt;mailto:unsubscribe@domain.com&gt;, &lt;http://domain.com/unsubscribe.php?id=123&gt;</code></p></blockquote>
<p>Or:</p>
<blockquote><p><code>List-Unsubscribe: &lt;http://domain.com/unsubscribe.php?id=123&gt;</code></p></blockquote>
<p>Including this has a number of direct advantages such as:</p>
<ul>
<li>Making it easy for subscribers to unsubscribe &#8211; Thus less complaints</li>
<li>Fewer people needing to mark it as spam (many people will do this if they do not want to search for your unsubscribe link)</li>
<li>Increased deliverability &#8211; including the header is often thought as a positive thing from most filters and ISPs</li>
</ul>
<p>If you are using 1-2-All 5.0 your <a href="http://www.activecampaign.com/email-marketing">mailings </a>will automatically add this header for you whenever you have an unsubscription link anywhere in your mailing.</p>
<p>If you are still using an older version of 1-2-All (such as 4.8x) you can add this header by going to Lists &gt; Custom Headers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/list-unsubscribe-email-header/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to optimize Sendmail for sending speed&#8230;</title>
		<link>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/</link>
		<comments>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:42:57 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Product Updates]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[sendmail]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/?p=241</guid>
		<description><![CDATA[While we certainly prefer Qmail over Sendmail (for a variety of reasons) here is some information to help you optimize and work with Sendmail on your server. There is a main configuartion file when dealing with sendmail.  This can be found at: /etc/sendmail.cf This is the file that you will likely want to edit to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>While we certainly prefer Qmail over Sendmail (for a variety of reasons) here is some information to help you optimize and work with Sendmail on your server.</p>
<p>There is a main configuartion file when dealing with sendmail.  This can be found at:</p>
<ul>
<li>/etc/sendmail.cf</li>
</ul>
<p>This is the file that you will likely want to edit to make your optimizations.</p>
<p>There are numerous custom changes and modifications you could make to Sendmail.  Here are a couple we would suggest looking into:</p>
<ul>
<li>Change the Timeout.ident setting to be &#8220;Timeout.ident=0s&#8221;</li>
<li>Configure Sendmail&#8217;s command-line submission tool to background itself after getting the email  instead of trying to deliver it to the main sendmail daemon (<a href="http://bit.ly/SaBuu" target="_blank">http://bit.ly/SaBuu</a>)</li>
<li>Setup your own DNS server.  Then configure <span>sendmail</span> to use your new DNS server to resolve MX and A records.</li>
<li>Tune Sendmail (<a href="http://www.sendmail.org/~ca/email/doc8.12/TUNING" target="_blank">http://www.sendmail.org/~ca/email/doc8.12/TUNING</a>)</li>
<li>Try switching to Qmail or Postfix and you will likely see improved speed even with the default configurations of both Qmail and Postfix.</li>
</ul>
<p><em>Using Qmail instead of Sendmail? View our other article on how to <a href="http://www.activecampaign.com/blog/2008/10/23/how-to-optimize-qmail-sending-speed/">optimize Qmail</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-to-optimize-sendmail-for-sending-speed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Email Split Testing On Autopilot</title>
		<link>http://www.activecampaign.com/blog/email-split-testing-on-autopilot/</link>
		<comments>http://www.activecampaign.com/blog/email-split-testing-on-autopilot/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:09:40 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[email broadcasting]]></category>
		<category><![CDATA[email campaigns]]></category>
		<category><![CDATA[email segmenting]]></category>
		<category><![CDATA[email split testing]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[split testing]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/07/22/email-split-testing-on-autopilot/</guid>
		<description><![CDATA[The most important thing to remember when putting together an email campaign is also the most basic: you are doing this for a reason. There is a goal, something that you want to have happen as a result of your mailing. And everything about the message you send out should be tailored to promote the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_2166631.jpeg" alt="" hspace="10" vspace="10" width="250" height="248" align="right" />The most important thing to remember when putting together an <a href="http://www.activecampaign.com/email-marketing/">email campaign</a> is also the most basic: you are doing this for a reason. There is a goal, something that you want to have happen as a result of your mailing. And everything about the message you send out should be tailored to promote the achievement of the goals you have set out in advance.</p>
<p>However, like most things involving people, it can be difficult to predict what elements of a message will be more likely to work. In many cases predicting which title will be opened the most frequently, or which layout will inspire the highest clickthrough rate, amounts to little more than a guessing game.</p>
<p>In the past I&#8217;ve written about <a href="http://www.activecampaign.com/blog/2008/05/16/email-a-b-split-testing/">using A/B split testing to maximize the power of your email campaigns</a> in 1-2-All. But I had to revisit the issue because the latest version of <a href="http://www.activecampaign.com/email-marketing/features/email-marketing-software.php">1-2-All Email Marketing Software</a> takes email split testing to a whole new level. And here&#8217;s how: in the past, you had to wait until your mailing was complete, and then take what you learned and apply it in your next mailing. It&#8217;s hard to imagine a better way to do things; after all, you need to see the results of your test before you can benefit from them, right?</p>
<p>But what if you were to take just a small sample of your total base of mailing list subscribers, and see how each version of the message worked on them? Then you could be reasonably sure you were sending the most effective message to the majority of your subscribers. 1-2-All 5.0 not only makes that possible, it offers to do it <em>automatically</em>.</p>
<p>You set up your versions of the message, tell it what percentage of your list to use as a test sample, and how long to wait before choosing the winning version of your mailing. And then the software will go ahead and send out the two versions and wait to see what happens. All on its own, the software will calculate the most effective message based on whatever metric you choose&#8211;how often the messages are opened and read, how frequently you get a clickthrough to your site, even how often the messages are forwarded. And then, at the appointed time, 1-2-All will tally the results and send out the winning message to the rest of your mailing list.</p>
<p style="text-align: center"><img src="http://www.activecampaign.com/email-marketing/images/tour_l_1257805.jpg" alt="" width="500" height="375" /></p>
<p>And you can still use the statistics from your split test to inform your next mailing. You can gradually improve your mailings this way by changing just one element at a time, until eventually every message you send is an absolute email marketing dynamo. And by running your tests at the <em>beginning</em> of a mailing rather than all the way through, you can be sure that you have maximized your conversions at every step along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/email-split-testing-on-autopilot/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Without some really savvy email marketing, your business could be next!</title>
		<link>http://www.activecampaign.com/blog/without-some-really-savvy-email-marketing-your-business-could-be-next/</link>
		<comments>http://www.activecampaign.com/blog/without-some-really-savvy-email-marketing-your-business-could-be-next/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 21:49:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email campaigns]]></category>
		<category><![CDATA[email marketing software]]></category>
		<category><![CDATA[Leading]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[Sales]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Subscribers]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/06/22/without-some-really-savvy-email-marketing-your-business-could-be-next/</guid>
		<description><![CDATA[Every successful business fills some type of need. This is a useful thing to keep in mind when it comes to marketing your products and services, because you will be much more likely to make the sale if your potential clients clearly understand why they need to have what you&#8217;re offering. If they think your [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_6963451.gif" width="320" align="left" height="219" />Every successful business fills some type of need. This is a useful thing to keep in mind when it comes to marketing your products and services, because you will be much more likely to make the sale if your potential clients clearly understand why they need to have what you&#8217;re offering. If they think your product is something that would be nice, but is ultimately unnecessary, how likely do you think they will be to open up their wallets at a time of economic crisis? In order to succeed, you need to show them why the benefits of your product are absolutely indispensable to them.</p>
<p>Now the reason we say that something is a &#8220;need&#8221; is because there are strong consequences if the need is not met. You need to eat, because if you don&#8217;t eat then you won&#8217;t survive. You need to sleep, because if you don&#8217;t sleep then a lot of very bad things will happen to you. So in order to demonstrate that your product is not just desirable but <em>necessary</em>, you have to figure out what will happen to a person who fails to buy it from you. <span id="more-295"></span></p>
<p>It might sound like an impossible task, making your product sound as essential as food or rest. In fact, you really don&#8217;t have to go to that kind of extreme. And if you were to try, it would be pretty difficult to sound convincing. But the scary part is that our world is full of twists and turns, and we&#8217;ve all had the experience of thinking we had something completely taken care of, only to find out that we had missed some crucial ingredient.</p>
<p>Here&#8217;s a great example: everybody eats because they know they have to, and they even enjoy it. But up until a few years ago no one had ever heard of Omega 3 fatty acids. Your brain is made of them, and your mood and immune system go wonky if you don&#8217;t get enough of them, but nobody ever knew the difference. Until suddenly, some ingenious vitamin marketer caught wind of the discovery and went around explaining to journalists and magazine writers that the food everyone had been eating wasn&#8217;t enough. We all needed more of these mysterious and elusive Omega 3s that we&#8217;d never heard of before. We call this <em>creating a market</em>.</p>
<p>And what happened as a consequence of this publicity? Supplements like Omega 3 fats are now <a href="http://blog.nutritionbusinessjournal.com/nbj/2009/02/05/gloomy-economy-has-yet-to-dim-supplement-sales/">driving the continued growth</a> of a 25 billion dollar a year industry, even while the rest of the economy is tanking! So you see, the real meat and potatoes of remaining profitable is explaining what is missing from the meat and potatoes that people already have.</p>
<p>All of this is leading up to the real practical application, and that has to do with email marketing. If you set your mind to it, email marketing can be a really outstanding way to spread just the right kind of fear. In fact, if you do it right, your likely to increase your subscribers&#8217; level of engagement with your newsletter. Because every company has some handy dandy product or service that would make life easier, and most of them send out &#8220;newsletters&#8221;full of product updates and sales information and the like. But very few of them ever contain any real &#8220;news.&#8221; And, coincidentally, very few of them ever get read.</p>
<p>Think about it: what kinds of things do you see on the front page of a newspaper? Mostly scary things. And why do you see them there? Because they sell newspapers! People are always drawn to scary information, because we know that we have this tendency to overlook things. I was sure something was missing from my diet, and so I listened when all the bloggers and TV doctors started telling me I needed Omega 3s. And I&#8217;m still listening! I&#8217;m waiting for someone to tell me what else I&#8217;m overlooking. Everyone is. And we&#8217;ve got <em>25 billion dollars</em> to spend just on supplements that we never knew we needed before!</p>
<p>So if you&#8217;re sending sending out a newsletter, why not make it less about your product and more about the &#8220;news.&#8221; Point out some recent tragedy that could have been cleverly avoided through the judicious use of your product. Highlight some failing market that is plagued by a dramatic underuse of your product. Share a case study about some customer who <em>almost didn&#8217;t make it</em> because they weren&#8217;t using your product. Create your market.</p>
<p>And if you&#8217;re not sending out a regular <a href="http://www.activecampaign.com/email-marketing/">email newsletter</a>, in this economy? Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/without-some-really-savvy-email-marketing-your-business-could-be-next/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How email marketing can help you manage fear</title>
		<link>http://www.activecampaign.com/blog/how-email-marketing-can-help-you-manage-fear/</link>
		<comments>http://www.activecampaign.com/blog/how-email-marketing-can-help-you-manage-fear/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:27:24 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[commitment]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/06/18/how-email-marketing-can-help-you-manage-fear/</guid>
		<description><![CDATA[In my last post I discussed some ways that you can use email marketing to build up positive feelings so that people will look forward to receiving your messages and feel relieved when they arrive. Rewards, even small rewards, play a huge role in shaping our motivation and determining the types of actions we will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_3206971.jpeg" alt="" width="320" height="219" align="left" />In my last post I discussed some ways that you can <a href="http://www.activecampaign.com/blog/2009/06/15/email-marketing-addiction/">use email marketing to build up positive feelings</a> so that people will look forward to receiving your messages and feel relieved when they arrive. Rewards, even small rewards, play a huge role in shaping our motivation and determining the types of actions we will take in the future.</p>
<p>However, as important as positive reinforcements are for successful marketing, they are only a part of what it takes to motivate people to take action. And this is doubly true when you are trying to market your products or build your brand <a href="http://www.activecampaign.com/blog/2008/11/07/tips-on-how-to-use-email-marketing-during-a-slow-economy/">during a slow economy</a>. When fragile markets and shrinking budgets are making people more and more hesitant to invest their resources, you have to develop an understanding of their hesitation.</p>
<p><span id="more-294"></span></p>
<p>People hesitate because they are afraid of making the wrong decision. They are afraid of wasting their time, their money, and their manpower, and they are ultimately afraid of failing. There are two ways that you can work with this fear: by defusing it, or by turning it to your advantage.</p>
<p><a href="http://www.activecampaign.com/email-marketing/">Email marketing</a> offers an ideal platform for defusing fear, because it allows you to portray your company as a solid and reliable performer. You can emphasize your commitment by developing a regular schedule of mailing that go out just like clockwork. Over a long period of time, you become as familiar and comfortable as an old pair of sneakers. People come to feel at ease relying on you because they find that you stay with them in good times and in bad times.</p>
<p>Of course, not everyone has the luxury of being old faithful. But there are plenty of ways that you implicitly and explicity build the perception of reliability into your <a href="http://www.activecampaign.com/email-marketing/">mailings</a>. If you&#8217;ve been around a long time, you can celebrate the anniversaries of important dates in your company&#8217;s history. But if you haven&#8217;t, you can build the sense of reliability into the very fabric of your company by sending out company timelines that stretch out years into the future.</p>
<p>Above all, you want to position yourself as someone who can help with the problems that your potential clients are inevitably experiencing. And the best way to do that is to talk knowledgeably about those problems. Try building your newsletter around the idea that you are in the business of solving the problems that your clients experience.  Then your actual product or service is reframed&#8211;it is just another way that you&#8217;ve come up with to help people overcome the problems that you seem to know so much about. There&#8217;s something very comforting about that.</p>
<p>In my next post, I&#8217;ll explore the flipside of this equation: ways that you can turn your clients&#8217; fears to your advantage, by placing the emphasis on what will happen if they fail to fully utilize your products and services.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/how-email-marketing-can-help-you-manage-fear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Design: Watch your table cell padding&#8230;</title>
		<link>http://www.activecampaign.com/blog/email-design-watch-your-table-cell-padding/</link>
		<comments>http://www.activecampaign.com/blog/email-design-watch-your-table-cell-padding/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 23:41:10 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/02/17/email-design-watch-your-table-cell-padding/</guid>
		<description><![CDATA[Anyone who has done a lot of work with email templates/email design will tell you that there are a number of &#8220;gotchas&#8221; and inconsistencies between email clients.  Email design is certainly not the easiest or the most logical type of work you can do&#8230;  One area where I find people commonly making mistakes is in [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Anyone who has done a lot of work with email templates/email design will tell you that there are a number of &#8220;gotchas&#8221; and inconsistencies between email clients.  Email design is certainly not the easiest or the most logical type of work you can do&#8230;  One area where I find people commonly making mistakes is in regards to table cell padding.</p>
<h2>Test Example: Applying padding to a single cell in a row</h2>
<p>It is easy to get used to the idea that tables work across clients and would be a logical thing to use in our HTML emails.  The unfortunate truth is that it really is not that simple.  Cell padding works fine across most clients except in Outlook where it can produce some non-logical results.</p>
<p align="center"><strong>Most email clients:</strong></p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_5052171.gif" border="1" alt="" /></p>
<p align="center"><strong><br />
Outlook:</strong></p>
<p align="center"><img src="http://support.activecampaign.com/bin/image_6390270.gif" border="1" alt="" /></p>
<p>As you can see &#8211; Outlook (or rather the word rendering engine in outlook 2007) will take the padding from any cell in a row and apply it to all of the cells in the row.  This could result in some visual changes that you do not want.  You should try to either apply the same padding for all cells in a row OR place an inner div or table (that has padding) within the cell that you would like to have padding.</p>
<p>You should also watch your set width on cells when using padding on any cell in your tables row.  As always I would definitely suggest to test your templates in multiple clients before sending.  Your template can make or break your campaign.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/email-design-watch-your-table-cell-padding/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What Is a Web Survey?</title>
		<link>http://www.activecampaign.com/blog/what-is-a-web-survey/</link>
		<comments>http://www.activecampaign.com/blog/what-is-a-web-survey/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 00:10:01 +0000</pubDate>
		<dc:creator>Tariq</dc:creator>
				<category><![CDATA[Surveys & Research]]></category>
		<category><![CDATA[Attention]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Online Survey]]></category>
		<category><![CDATA[Online Surveys]]></category>
		<category><![CDATA[Questions]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[Targeting]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/02/03/what-is-a-web-survey/</guid>
		<description><![CDATA[A survey is a method of gathering information from a number of individuals, known as a sample, in order to learn something about the larger population from which the sample is drawn.  Although surveys come in many forms, and serve a variety of purposes, they do share certain characteristics.  In order for the objectives of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_9034965.jpeg" alt="" width="320" height="219" align="left" />A survey is a method of gathering information from a number of individuals, known as a sample, in order to learn something about the larger population from which the sample is drawn.  Although surveys come in many forms, and serve a variety of purposes, they do share certain characteristics.  In order for the objectives of a survey to be met, the results must reliably project on the larger public, from which the sample is drawn.  A sample can be scientifically chosen so that each individual in a population has a known chance of selection.  This ensures that a sample is not selected haphazardly or uses only those eager to participate.  The sample size for a survey will depend on the degree of reliability necessary and how the results are to be used.  A properly selected sample should be able to reflect the various characteristics of a total population within a very small margin for error.  There are many surveys that study the total adult population but many others that focus on selected populations:  employees, academics, industry experts, computers users, or customers that use a particular product or service.</p>
<p><span id="more-284"></span></p>
<p>Some surveys focus on opinion and attitudes while others are more concerned with collecting factual information. Many surveys combine questions of both types.   A respondent could be asked what they heard or read about an issue, what they know about it, their opinion, how strongly they feel and why, interest in the issue, past experiences with it, and also certain demographic information which will help the survey analyst classify the responses (such as age, sex, marital status, occupation, and place of residence).  Questions can be open ended (&#8220;What does that make you think of?&#8221;) or closed (&#8220;Do you agree or disagree?&#8221;); they may ask the respondent to rate a product or a service on some kind of scale; they may ask for a ranking of various alternatives.  The questionnaire could be very brief &#8211; a few questions taking no longer than five minutes, or it could take a demanding hour or more of a respondent&#8217;s time.  A survey is usually rooted in situations where an individual or institution is confronted with an information need and no existing data will suffice. Once the information need has been identified and a determination made that existing data is inadequate, objectives are laid out for the investigation. These objectives should remain as specific, clear cut and unambiguous as possible.</p>
<p>Designing the questionnaire is a critical stage of the survey development process.  The questionnaire links the information need to the realized <a href="http://www.activecampaign.com/blog/2008/12/21/understanding-the-levels-of-measurement/">measurement</a>.  Scaling techniques used for measurement can be <a href="http://www.activecampaign.com/blog/2008/12/25/comparative-scaling-techniques/">comparative</a> or <a href="http://www.activecampaign.com/blog/2008/12/25/non-comparative-scaling-techniques-for-survey-research/">non comparative</a>.  If proper care and attention is not placed on clearly defining concepts and unambiguously phrasing questions, the resulting data is apt to contain serious biases.  Questions used in surveys must be refined to minimize interpretation problems and thus reduce measurement error.  If the respondent is unable to understand a question or fails to comprehend the question the way it was intended then the data is neither <a href="http://www.activecampaign.com/blog/2009/01/02/validity-in-research-design/">valid</a> nor <a href="http://www.activecampaign.com/blog/2009/01/03/reliability-in-research-design/">reliable</a>.  A question must use language in a way that makes the intended observer’s meaning behind that question obvious.   In order to do this a survey must reflect an understanding of the population being sampled. For example, many people do not distinguish between robbery which requires the theft to be in the immediate presence of the victim and burglary which can involve breaking and entering without any confrontation.  The National Crime Survey, done by the Bureau of the Census, does not even mention the word &#8220;robbery&#8221; when it asks questions about robbery victimization.  Rather they ask several questions that use universally understood phrases, consistent with the operational definition of robbery, that when used together are able to capture the desired responses.</p>
<p>Keeping response errors and biases to a minimum factor heavily in designing a survey. How questions are <a href="http://www.activecampaign.com/blog/2009/01/12/interpreting-questions/">interpreted</a> by respondents must be carefully considered.  Also, you need to consider the length of the survey. If a questionnaire is too long than it can be burdensome to the respondent, inducing respondent fatigue that leads to response errors, refusals, incomplete questionnaires, and can contribute to higher non-response rates in subsequent surveys involving the same respondent.  <a href="http://www.activecampaign.com/blog/2009/01/20/recalling-memory-in-survey-response/">Memory</a> plays an important role when surveys deal with past events.  For most people the greater the demand a question places on memory, such as being asked to recall trivial details occurring on any given random date, the less accurate the responses and therefore the less reliable the survey data that is collected.  An appropriate choice of reference period should be made so that a respondent is not forced to report on events that happened too long ago.  <a href="http://www.activecampaign.com/blog/2008/12/12/context-effect-on-survey-results/">Grouping</a> similar questions together can reduce the cognitive burden a survey places on a respondent.  The validity of a survey can be put in jeopardy if questions are too sensitive, if they may prejudice the respondent, if they unduly invade a respondent&#8217;s privacy, and if the information that is sought is too difficult for a willing respondent to provide.</p>
<p>A web survey is one of five general ways research is typically conducted using surveys.  Surveys are also given using mail (the kind that requires postage), telephone, in-person interviews, and intercept surveys (respondents are &#8220;intercepted&#8221; as they pass through a heavily trafficked area).  The web survey most closely resembles the type of surveys which were traditionally mailed out.  Only this time you&#8217;re using email to send a link that takes you to an HTML form that is designed for completion and submission through the computer.   Information is collected quickly because as soon as your respondent has finished taking the survey, their responses are immediately submitted.  Web surveys can also be embedded on your web site using what is known as an Iframe.  An IFrame is an HTML element that makes it possible to embed an HTML document inside of another HTML document.   You can also create a Pop-Up survey on your web site so that when a site visitor visits a page the HTML form pops up from their web site.   If they have pop-up blockers enabled then this method will prevent them from taking your survey so you can also create a link to the survey which you can display on your web site.</p>
<p>The web survey is a cost effective way of administering a survey that allows you to collect large amounts of information without having to pay for interviewers, paper supplies or postage, and does not require separate data entry for responses to be processed.  The rise in web based surveys is due in no small measure to the increasingly widespread availability of computers.   Particularly in organizational or professional settings, the ability to receive a questionnaire and complete it at home or in the office on a computer is very convenient for most people.  You can expect to wait at least a few weeks for a questionnaire that is mailed out to a respondent to be returned.  A web survey allows you to rapidly collect data in a timely manner.   Information can be collected and processed in just a few days.    It also allows respondents ample time to carefully consider response selection and to enter in text for open ended questions.  If factual information is required then the respondent has enough time to consult their records.</p>
<p>You can increase response rate to web surveys by sending respondents a pre-notification of the intent of the survey.   This lets your respondents know what the survey is about before they invest any of their time into taking it.  You can also send follow-up reminders to respondents that have not completed the survey. This can be used in a situation where a respondent must complete the survey within a given date range.  Web surveys assume a minimal level of computer literacy so keeping your surveys simple can also help your response rate.  The technical nature of online surveys make them ideal for specialized or well defined populations that have access to an email account and/or a computer.  Coverage bias may result when targeting populations where computers or internet access are not widespread.  Determining an appropriate type of survey to administer to your respondents must take the population that is being measured into consideration.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/what-is-a-web-survey/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>1-2-All 5.0 Feature Preview</title>
		<link>http://www.activecampaign.com/blog/1-2-all-50-feature-preview/</link>
		<comments>http://www.activecampaign.com/blog/1-2-all-50-feature-preview/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 21:13:35 +0000</pubDate>
		<dc:creator>Jason VandeBoom</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[Content]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encode]]></category>
		<category><![CDATA[Loaded]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[split testing]]></category>
		<category><![CDATA[Subscribers]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[unencoded]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2009/01/05/1-2-all-50-feature-preview/</guid>
		<description><![CDATA[While we are still working on 1-2-All 5.0 &#8211; we would like to share a couple of the changes and improvements that will be delivered in this next version.  This is our largest product update to date (across our entire product line) so there is a lot of information to cover.  This post is just [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>While we are still working on 1-2-All 5.0 &#8211; we would like to share a couple of the changes and improvements that will be delivered in this next version.  This is our largest product update to date (across our entire product line) so there is a lot of information to cover.  This post is just a preview of some of the exciting new features &amp; changes that will soon be available&#8230;</p>
<p><img src="http://support.activecampaign.com/bin/image_6890450.jpeg" alt="" width="633" height="149" /></p>
<h2><span id="more-276"></span></h2>
<h2>Multi-List Management</h2>
<p>Prior to 1-2-All 5.0 every action was typically specific to a list.  With 5.0 we are dramatically switching the process so that all options can affect multiple lists (if you should choose to do so.)  When you log in you will no longer be forced to select a list before starting to import, send, etc..  This sounds like a minor change, however after using the new version you will find a lot of time saved and an increase in general usability from this adjustment.</p>
<h2>Subscriber Filtering</h2>
<p>1-2-All has had decent subscriber filtering (allows you to segment your list into specific conditional groups) but with 5.0 you will be able to take filtering to an entirely new level.  In addition to filtering based off subscriber data you will be able to filter off nearly any action the subscriber has taken.  Thus you can filter your list down to users who unsubscribed from one list, subscribed to another, read a specific campaign, and clicked on a specific link on a specific day.  Combine that with our advanced and/or grouping options along with being able to apply filters (as always) to any type of campaign and mailing that is being sent out &#8211; including auto responders.</p>
<h2>Subscriber &amp; List Actions</h2>
<p>An existing feature that you may have overlooked in the past are subscriber &amp; list actions.  Currently you can set specific things to happen based on certain actions the subscriber takes.  For instance when a subscriber unsubscribes from one list you may want to automatically remove them from other lists as well.  We are building this existing feature into something much more comprehensive.  Currently actions are based on subscriptions/unsubscriptions.  With 5.0 you will be able to set specific changes/actions based on any action the subscriber takes.  This includes subscribe/unsubscribe, reads/link tracking, forwarding mailings to friends, and more!</p>
<h2>Advanced Message Options</h2>
<p>Personalizing each mailing you send has always been an important feature.  We are taking this to a new level by offering dynamic variables and conditional content.</p>
<p>Dynamic variables mean that you can take a current personalization tag (such as %TODAY%) and alter it dynamically (such as %TODAY+2%.)</p>
<p>Conditional content will allow you to show certain parts of the message depending on the subscribers details.  Much like sending filters but for content.  You can think of this as if you were able to add if/else statements throughout the content of your mailings.</p>
<h2>Reporting</h2>
<p>I am quite excited about the new reporting options that will be available in version 5.0.  We have an extensive list of new reports along with individual report options.   These are significant enhancements in the way that you can analyze campaigns, past mailings, list reports, user reports, and more&#8230;  This is a major section to discuss so we will be releasing more information about this soon.</p>
<p>In addition to the large number of new internal reports you will also find many options to export data (for external analysis) along with Google Analytics integration.</p>
<h2>User Management</h2>
<p>New user management options will simplify the way permissions are set along with making it much easier to resell 1-2-All as a hosted solution.  The basic ideas of &#8220;accounts&#8221; and &#8220;users&#8221; remain the same but we will be introducing new user group options along with a number of new user/account limits/settings</p>
<h2>Integration &amp; Public Options</h2>
<p>Subscription forms are getting a make over with new style options along with new &#8220;completion&#8221; options.  You will now be able to redirect to different URL&#8217;s, show a custom message, or let it go to the defaults.  You will also have multiple integration options for each subscription form.  Such as embedding it into your current site, popup, link to it, etc..</p>
<p>Database sync (for bringing in subscribers from external databases) now supports MySQL, MSSQL, and PostgreSQL.  We have added a number of new options for each sync and you can even write custom SQL queries.</p>
<p>The public section of 1-2-All has always been an odd issue for many clients.  While they would like the public section, many users want to restrict it down to a list or user account.  We have solved this dilemma.  There is now a general public section, list specific public section,  and an account/user specific section.  Each type of section can be enabled or disabled and everything is SEO friendly.</p>
<h2>Sending Methods</h2>
<p>You will find new sending settings.  We are doing away with some of the more complex settings and replacing them with easier to use options.  Functionality will not be lost by doing this.  You will now be able to set a specific number of emails to send per hour without having to specify how many messages to send before doing pauses.</p>
<p>1-2-All currently supports multiple sending methods &#8211; such as rotating through multiple SMTP servers when sending.   1-2-All 5.0 will also let you choose which sending methods/SMTP servers are used for each account.  That allows you to have different sending methods for each account/user if needed.</p>
<h2>Templates</h2>
<p>We are including a large number of free email templates that will be pre-loaded into 1-2-All 5.0.  New options will include highly requested features such as system wide templates, easier options to add purchased templates, and more.</p>
<p>Our new template system along with our new editing and message creation options will allow you to lock parts of the template.  Ensuring that your client does not accidentally disrupt the general design and only changes what is needed to be changed.</p>
<h2>Add-Ons</h2>
<p>As we extended and updated every other section of the software &#8211; we have done the same with the 1-2-All add-ons.</p>
<p>A/B Split has been revamped and will prove to be quite exciting compared to the current version.  The update will allow truly advanced split testing and will be included for free as part of the 1-2-All product.</p>
<p>AutoRemind is more integrated then ever. EmailCheck has new integration areas and will soon have new reports shown when you run it. ActiveRSS will support easier custom templates.  We also have a couple of new add-ons (that have been requested by numerous clients) that will be announced during the beta.</p>
<h2>Extendability</h2>
<p>While we worked on planning and developing 5.0  we have kept extendability on our minds.  We will be doing this with multiple methods.  Firstly we will be releasing 1-2-All with <strong>99% of the files unencoded.</strong> This will allow a great number of changes.</p>
<p>We are re-working how language files can be translated.  The changes will allow you quickly be able to translate a section (such as the public section) without having to sift through the text for the admin section.</p>
<p>With the release of 1-2-All 5.0 beta we will begin to release API documentation as well.</p>
<h2>New Support Documentation</h2>
<p>As the product advances we are committed to making sure everything is user friendly and easy to use.  There are always times where a little more assistance/help docs are required.  You will find in-line help documentation (that is unbranded) throughout the software.  We will also be releasing quick start guides (both branded and non-branded for the resellers) along with an extensive collection of articles and video walk-throughs.</p>
<h2>More to come&#8230;.</h2>
<p><strong>This post is only scratching at the surface of what is to come with 1-2-All 5.0. </strong> We will be posting more specifics on each area along with new screen shots in the near future.  There are a lot of new items and changes that we will be discussing in great detail.</p>
<p>Please note that while we are nearing a beta we do not have a set date at this time.  We choose not to specify an exact release date as we would much rather prefer to ensure the product is complete and stable before releasing.  We do however expect the beta to be released sometime in Quarter 1 of this year.  Please subscribe to our blog or newsletter to be kept up to date with this.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/1-2-all-50-feature-preview/feed/</wfw:commentRss>
		<slash:comments>37</slash:comments>
		</item>
		<item>
		<title>Make Them Do What You Want</title>
		<link>http://www.activecampaign.com/blog/make-them-do-what-you-want/</link>
		<comments>http://www.activecampaign.com/blog/make-them-do-what-you-want/#comments</comments>
		<pubDate>Sun, 28 Dec 2008 19:55:41 +0000</pubDate>
		<dc:creator>Tariq</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Attention]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[email copywriting]]></category>
		<category><![CDATA[email marketing writing]]></category>
		<category><![CDATA[interaction]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[Subscribers]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/28/make-them-do-what-you-want/</guid>
		<description><![CDATA[You need to have a reason for sending an email to your subscribers.  This reason should lead them to a clear call to action in your email.   If your newsletter does not have a purpose then you are wasting your subscriber&#8217;s time.  People are busy and do not like to have their time wasted.  When [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_6783489.jpeg" alt="" align="left" />You need to have a reason for sending an email to your subscribers.  This reason should lead them to a clear <a href="http://www.activecampaign.com/email-marketing/call-to-action/">call to action in your email</a>.   If your newsletter does not have a purpose then you are wasting your subscriber&#8217;s time.  People are busy and do not like to have their time wasted.  When you send someone an email you need to ask yourself what it is you would like them to do.  Do you want them to buy something from you?   Do you want them to reply to your email?  Are you asking them to donate their time or money to a worthwhile cause?  Your subscriber wants to know what it is you want from them.  They also want to know what you are going to do for them. If this is not obvious then you will lose them and they will not listen to what you have to say.  In order to get them to do what you want you have to make it obvious to them.   You also need to make what you are willing to do for them obvious.<span id="more-271"></span></p>
<p><strong>Create a Void So They Feel a Need</strong></p>
<p>Most people need a motivation in order to feel a need.  If they need money they feel motivation to get a job.  If they develop a gut they feel a need to go to the gym. In order to create a need for your subscriber you need to make them aware of what they are lacking.   Maslow&#8217;s Hierarchy of Needs presents a theory of motivation that is based on the following:</p>
<ul>
<li><em>Physiological Needs</em> &#8211; these are basic needs required to sustain life such as air, water, food, and sleep.</li>
<li><em>Safety Needs</em> &#8211; this could include living in a safe place, job security, savings, and protection from situations where a person would feel threatened.</li>
<li><em>Social Needs</em> &#8211; these are needs related to interactions with other people such as friendship, belonging to a group, and giving and receiving love.</li>
<li><em>Esteem Needs &#8211; </em>these are needs such as self respect, achievement, attention, recognition, and reputation.  This includes internal needs related to self esteem such as self respect and personal achievement as well as external needs such as social needs and recognition.</li>
<li><em>Self Actualization &#8211; </em>this is the peak of Maslow&#8217;s Hierarchy of needs and is part of a person&#8217;s quest to reach their full potential.   This includes the need for truth, wisdom, knowledge, and meaning.</li>
</ul>
<p>What is not important here is whether you agree with Maslow&#8217;s theory that lower levels of need must be satisfied before the higher needs are addressed.  What is important is that you realize that all people have needs and the reason products exist is to fill one of those needs.  Sometimes needs may not be obvious or ingrained in your reader&#8217;s mind.  When you do <a href="http://www.activecampaign.com/email-marketing/copywriting/">email copywriting</a> you are writing to sell.   Your job is to show a need for your product or service.   If you do this well your reader will feel a void unless their need is satisfied.</p>
<p><strong>Fill the Void By Offering a Solution</strong></p>
<p>When you establish a need exists you can begin showing your reader how what you are selling fills that need.  This means talking about benefits as opposed to features.   Features are boring.  People do not want things unless they fill a need.  Talking about features is meaningless unless you can show how that feature fills a need. Sometimes people assume that because a person is looking at a product they must already know how all its features benefit them.  This is wrong.  Do not assume anything.   People trust you for your expertise or they would not come to you.   They want to know what&#8217;s in it for them.  An example of this can be found with cell phones:</p>
<p>Feature:  Bluetooth enabled</p>
<p>Benefit: Allows you to talk on the phone without using your hands</p>
<p>A younger person may know what Bluetooth Enabled means but for an older adult who is less technically inclined the term could be completely meaningless.   If you are talking about features as opposed to benefits you are throwing away potential customers.</p>
<p><strong>Let Them Know What They Have to Lose </strong></p>
<p>&#8220;What makes something special is not just what you have to gain, but what you feel there is to lose.&#8221; &#8211; Andre Agassi</p>
<p>What separates you from others with similar offerings?  What would your customer lose if they were to go with someone else instead of you?  Assure your reader that they are making the right choice by letting them know what they have to lose.  Give them a reason to believe you are special. You can draw on inspiration from past testimonials, case studies, statistics, brand identity, and of course your benefits when you are looking to separate yourself from your competitors.  Show them what makes you unique.  Let them know what life would be like without you.</p>
<p><strong>Make It Easy For Them to Act</strong><strong> On Their Need</strong></p>
<p>Now that your reader knows that you have what they want its time to lead them to a clear call to action.  The call to action is an invitation to your reader to take an action that contributes to the goal of the email.  This call to action could take the form of a link that redirects to a landing page,  a method of purchasing the product, or even a reply to your mailing.  The purpose of your newsletter should be obvious to your subscriber.   Now that you have shown them what&#8217;s in it for them its only fair that you let them know what you want in return.  Your call to action should be clear and direct.  Your mailing should be structured in a way that is likely to generate a direct response from your reader.</p>
<p>Without a call to action you are merely teasing your reader. You are playing games or merely messing with their head.  Sparking interest and getting attention without letting them do anything about it.  If your reader does not know what your call to action is then you just wasted their time. <a href="http://www.activecampaign.com/blog/effective-email-marketing-writing/">Email marketing writing</a> either produces results, or it is useless.</p>
<p>An obvious place to place your call to action is at the end of your mailing.   But that shouldn&#8217;t stop you from moving it up where appropriate or using multiple calls to action throughout your mailing.   You might have a call to action at the top, the middle, and the end so that no matter how erratic your reader&#8217;s attention is they always have a place to go!  Adding multiple calls to action throughout can increase the likelihood that you get a response.  Readers are use to being able to click on almost anything and that includes images, brand names, and logos.  If you do use images then add supporting text under the image and in the &#8220;alt&#8221; tag so that your reader will know what to do if images are disabled.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/make-them-do-what-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where Does Email Go When It Isn&#8217;t Delivered? Part 2</title>
		<link>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/</link>
		<comments>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:32:20 +0000</pubDate>
		<dc:creator>Tariq</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[campaign]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[deliver]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[sending]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[support]]></category>

		<guid isPermaLink="false">http://www.activecampaign.com/blog/2008/12/15/assessing-sender-reputation-for-deliverability-part-2/</guid>
		<description><![CDATA[A sender&#8217;s reputation can follow not only an IP address but a brand and a sending domain.   A holistic approach is necessary when considering a sender&#8217;s reputation as no one factor alone determines what that reputation is.  Reputation can be broadly defined as the opinion of a community toward an object.  Knowing what the community [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://support.activecampaign.com/bin/image_7932392.jpeg" alt="" width="320" height="245" align="left" />A sender&#8217;s reputation can follow not only an IP address but a brand and a sending domain.   A holistic approach is necessary when considering a sender&#8217;s reputation as no one factor alone determines what that reputation is.  Reputation can be broadly defined as the opinion of a community toward an object.  Knowing what the community looks for when determining a reputation will allow you to maximize your delivery rates.</p>
<p><span id="more-261"></span></p>
<p><strong>Spamtraps</strong></p>
<p>We first eluded to spamtraps when we discussed <a href="http://www.activecampaign.com/blog/2008/11/21/email-marketing-and-paid-subscriber-lists/">Paid Subscriber Lists</a>. A spamtrap is an email address that appears to be valid but is in fact used by ISPs to catch spammers. You will sometimes hear these referred to as &#8220;honey pots.&#8221;  Spammers use harvesting programs which scan millions of web pages looking for email addresses.  These email addresses may come from old email addresses which are recycled by ISPs in order to catch commercial emailers that use old, rented, or paid subscriber lists.  Some sites bury email addresses in their source code so that they are picked up by harvesting programs.  The company where the email originated is then alerted to any incoming emails that go to that address at which time they contact your web host and file a spam complaint.  Spam traps are bad news.   Its been reported that your delivery rate can drop as many as 20 points drop with one spam trap hit.   Spamtraps are one of many factors that ISPs look at when calculating your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a>.   Not only is your delirability affected but they can result in temporary or long term blocks.</p>
<p>Good list maintenance is necessary for avoiding spam traps.   Here are some things you will need to avoid:</p>
<ul>
<li>Poor List Sources -  This includes avoiding paid subscriber lists as mentioned previously</li>
<li>List Poisoning &#8211; Using confirmation Opt-In mailings will reduce the chances that you will receive invalid email addresses</li>
<li>List Aging -  Because spam traps are often used by recycling old email addresses use bounce management to remove any old email addresses and also remove any inactive addresses from your list.</li>
</ul>
<p><strong>Sender Authentication</strong></p>
<p>This is used to prevent domain forgery and spoofing and provides a framework for helping ISPs to distinguish between legitimate email senders and spammers.  ISPs Identifying and verifying a claimed domain name has been authenticated or authorized for sending from a MTA makes it possible to treat suspected forgeries with suspician,  reject known forgeries, and block email addresses from known spamming domains.</p>
<ul>
<li><a href="http://www.activecampaign.com/support/tt/index.php?action=kb&amp;article=387">Sender Policy Framework (SPF)</a> &#8211; a record that allows you to determine which computers can send emails on behalf of your domain.  <span>Adding an <a href="http://www.activecampaign.com/email-marketing/spf/">SPF record</a> to your domain name&#8217;s TXT entry, while not required, can help improve email delivery rates by reducing the chance that the emails you send will be seen as spam.  It can also help prevent others from sending spam and using your domain name.  This is used by Bellsouth, AOL, Gmail, and MSN/Hotmail.</span></li>
<li><span><a href="http://www.activecampaign.com/email-marketing/sender-id/">Sender ID</a> &#8211; is very similar to <a href="http://www.activecampaign.com/email-marketing/spf/">SPF record</a> except this extends the verification process to include the purported responsible address included in the header.  Used by MSN/Hotmail</span></li>
<li><span>Domain Keys &#8211; an authentication standard that is designed to verify the DNS domain of email sender and the message integrity.  All outgoing emails are digitally signed with a private encryption key to match a public key that is published in the sender&#8217;s DNS record.   Used by Gmail, Yahoo, SBCGlobal, British Telecom, Rogers Cable, Rocket Mail, etc.</span></li>
<li><span><a href="http://www.activecampaign.com/email-marketing/dkim/">DKIM</a> &#8211; an enhanced authentication standard that allows a person to verify that a message comes from the domain that it claims that it came from. </span></li>
</ul>
<p><strong>Getting Technical </strong></p>
<p>Your system admin should be able to assist you with ensuring that the following technical configurations are in line as they can improve or harm your <a href="http://www.activecampaign.com/email-marketing/sender-reputation/">sender reputation</a>.</p>
<ul>
<li>IP Address &#8211; because email originates from this address you need to establish a low history of spam complaints, spamtrap hits, and low bounce rates in order to have a positive reputation that will affect your long term deliverability.   If you wish to qualify for whitelists, <a href="http://www.activecampaign.com/email-marketing/feedback-loops/">feedback loops</a>, and reputation services, your IP address must have low spam complaints, unsubscription management, and proper setup for the domain associated with it.</li>
<li>Sending Domain or Subdomain &#8211; Domain registration and domain age are two factors for establishing a positive reputation.  Newly registered domains are regarded with suspicion as spammers often hop from domain to domain.  If a sending domain has a bad online reputation it will result in low deliverability rates.</li>
<li>RFC Compliance &#8211; these are information documents used as governing standards for internet traffic.   <a href="http://tools.ietf.org/html/rfc2821">RFC 2821: Simple Mail Transfer Protocol</a> and RFC 282: Internet Message Formatare relate to email reputation.</li>
<li>Reverse DNS &#8211; used to identify the domain name associated with an IP address.  The IP address is the only data that can not be forged and not having this enabled is in violation of RFC standards and a requirement for many ISPs.  If this is not enabled or is configured improperly you must immediately contact your server admin.</li>
<li>Bounce Management &#8211; An email address is considered dead and should be removed from your list if it bounces 3 consecutive times or if the time between the most recent consecutive delivery rejection is in excess of 15 days.</li>
</ul>
<p><strong>Where to Go From Here<br />
</strong></p>
<p>The final way to improve your deliverability is to get certified or accredited by a reputable organization.   There are three different types of ways to get yourself certified!  The first gets your emails automatically whitelisted or delivered to ISPs and companies that are working with the relevent program.  Another audits your email practices so that you can display a seal of approval next to your sign up form.   Another allows you to display an icon next to your email in your inbox that indicates that your email passed a quality test.  We will focus on whitelisting programs here:</p>
<ul>
<li><a href="http://www.goodmailsystems.com/">Goodmail Systems</a> -  ISPs supporting this program ensure delivery with a &#8220;certified&#8221; icon attached.  This accreditation is supported by Yahoo and AOL.</li>
<li><a href="http://www.senderscorecertified.com/">Sender Score Certified</a> &#8211; Acceptance in this program puts you on the whitelist that includes 240 email address as well as MSN/Hotmail and Roadrunner.</li>
<li>Habeas &#8211; requires business processes and email practices.   Their safelist is support by many email receivers including AOL, Earthlink, Google, and MSN</li>
<li><a href="http://www.surety.com/">SuretyMail</a> &#8211; While not technically a whitelist a large number of ISPs, spam filters, and mail servers take this accreditation into account when making delivery decisions.  Senders with this accreditation will see improved delivery.</li>
</ul>
<p>If you are concerned about whether you have already been <a href="http://www.activecampaign.com/email-marketing/blacklists/">blacklisted</a> you can go <a href="http://www.isipp.com/blacklists.php">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activecampaign.com/blog/assessing-sender-reputation-for-deliverability-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

