<?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>Tulsa Marketing Online Blog &#187; Email Marketing</title>
	<atom:link href="http://www.tulsamarketingonline.com/blog/category/email-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tulsamarketingonline.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 25 Jan 2012 21:03:29 +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>Using htaccess Against Spam and Spammy Comments</title>
		<link>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/</link>
		<comments>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/#comments</comments>
		<pubDate>Mon, 10 May 2010 01:53:07 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[canonicalization]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[htaccess redirect]]></category>
		<category><![CDATA[ip redirect]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spammy comments]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=461</guid>
		<description><![CDATA[There are different ways to handle spammy comments. Some are more technical (and fun) than others.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/pagerank-sculpting-nofollow-tag-updates/" rel="bookmark">PageRank Sculpting, NoFollow Tag Updates</a><!-- (6.7)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (6.2)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/a-return-for-tulsa-marketing-online/" rel="bookmark">A Return For Tulsa Marketing Online</a><!-- (5.6)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-htaccess-against-spam-and-spammy-comments%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fusing-htaccess-against-spam-and-spammy-comments%2F&amp;source=TulsaMarketing&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>As many blogs that get decent traffic know, you often get a lot of spammy comments on your posts, even when you have a decent anti-spam plugin or two.  Well, there are other routes to go when you STILL get spam comments.  And I&#8217;ve found a nice one.<span id="more-461"></span>Any <a href="http://www.tulsamarketingonline.com/web-design/">good web designer</a> knows what the htaccess file is and what it&#8217;s used for.  What a lot of people don&#8217;t realize is how powerful this file can be, when used right.</p>
<p>The htaccess file is a file that works properly from the root directory of your domain.  Usually it&#8217;s used to handle issues like <a href="http://www.tulsamarketingonline.com/blog/what-is-canonicalization-why-you-should-know/">canonicalization</a>, but can also adjust the traffic you get in different ways.</p>
<p>In my case, I had found a few individuals from China that seemed to like trying to comment on my blog about luxury shoes.  Now I understand the general misunderstanding from people trying to do SEO on blogs with comments, but really &#8211; commenting on internet marketing blog entries about shoes?  That was enough to make me go ahead and take action.</p>
<p>So what I did is collected the IP addresses from all of these spammers (easily findable through any of my multiple log tracing tools, in addition to being blatantly visible through the blog back end comment tab).  I took these addresses and then created two lines on my htaccess file:</p>
<blockquote><p>RewriteCond %{REMOTE_HOST} 222\.79\.17\.112<br />
RewriteRule ^/(.*)$ http://www.tulsamarketingonline.com/spammer.php [R=301,L]</p></blockquote>
<p>Once these lines were entered, what it will do is take any visitors from the specified IPs and redirected them to a lovely page I made, just for them.  And no, the IP address has NOT been hidden to protect the guilty.  To make this work properly, all you need to do is make sure you put these first two lines in your htaccess file:</p>
<blockquote><p>Options +FollowSymlinks<br />
RewriteEngine on</p></blockquote>
<p>After that, just change out the IP address for the one you want to redirect, and then make that page one which you want to point them to (can be another domain entirely, if that&#8217;s your choice).  Then they can spam no more!  Or cease to bug your site, with whichever way they have offended you.  Have fun with it!</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/pagerank-sculpting-nofollow-tag-updates/" rel="bookmark">PageRank Sculpting, NoFollow Tag Updates</a><!-- (6.7)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (6.2)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/a-return-for-tulsa-marketing-online/" rel="bookmark">A Return For Tulsa Marketing Online</a><!-- (5.6)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/using-htaccess-against-spam-and-spammy-comments/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>RFC 2181 &#8211; Cause for Email Bounce Issue</title>
		<link>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/</link>
		<comments>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:56:44 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[email bounce]]></category>
		<category><![CDATA[IETF]]></category>
		<category><![CDATA[mail bounce]]></category>
		<category><![CDATA[mail server]]></category>
		<category><![CDATA[RFC 2181]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=81</guid>
		<description><![CDATA[The IETF has updated their standards in July 2009, and RFC 2181 may cause email bounce issues.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (9.9)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-is-not-immune-to-error/" rel="bookmark">Google is Not Immune to Error</a><!-- (5.3)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Frfc-2181-cause-for-email-bounce-issue%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Frfc-2181-cause-for-email-bounce-issue%2F&amp;source=TulsaMarketing&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>I had noticed recently that I was sending emails to certain people and not receiving replies (when it could be expected I&#8217;d get some).  Well, it appears that some hostings services are starting to tightly conform to <a href="http://tools.ietf.org/html/rfc2181#section-10.3" target="_blank">RFC 2181</a> by the IETF (Internet Engineering Task Force), which was updated in July of 2009.</p>
<p>What&#8217;s happening is basically that mails sent by the mail servers that are set up with aliases for the domain are getting bounced by these hosts that are conforming to RFC 2181.  The servers should be set to a proper A record or directly to an IP address to prevent this issue.  If you&#8217;re having similar issues, talk to your hosting company (if your mails are bouncing) or talk to the people who sent the emails whose emails bounced when they sent them to you.</p>
<p>For me personally, I know I need to keep my emails in check since it&#8217;s a primary form of communication and business, so this is rather important.  It&#8217;s good to be aware of such updates that can have an impact on potential business and even on personal communication.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/" rel="bookmark">What Email Marketing Is and How It Works</a><!-- (9.9)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/google-is-not-immune-to-error/" rel="bookmark">Google is Not Immune to Error</a><!-- (5.3)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Email Marketing Is and How It Works</title>
		<link>http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/</link>
		<comments>http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 06:47:45 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
				<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[autoresponder]]></category>
		<category><![CDATA[autoresponders]]></category>

		<guid isPermaLink="false">http://www.tulsamarketingonline.com/blog/?p=42</guid>
		<description><![CDATA[Email marketing is one of the most powerful tools in internet marketing.  Learning how to use it can be very beneficial to your ROI.

<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/welcome-to-the-tulsa-marketing-online-blog/" rel="bookmark">Welcome to the Tulsa Marketing Online Blog!</a><!-- (9.2)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/" rel="bookmark">RFC 2181 &#8211; Cause for Email Bounce Issue</a><!-- (9)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/free-internet-marketing-seminar/" rel="bookmark">Free Internet Marketing Seminar</a><!-- (7.9)--></li>
	</ol>
]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fwhat-email-marketing-is-and-how-it-works%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.tulsamarketingonline.com%2Fblog%2Fwhat-email-marketing-is-and-how-it-works%2F&amp;source=TulsaMarketing&amp;style=normal&amp;b=2" height="61" width="50" /><br />
			</a>
		</div>
<p>So what exactly is email marketing?  Well, this is a broad term that can cover a lot of material, but the basic idea of email marketing consists a method of internet marketing using a list of email addresses.</p>
<p>Bad email marketing is what everyone knows (and despises): spam.  This is mail that is untargeted, sent out to every email address acquired, and not always from a specific location.  Some people sell email addresses to companies who use the addresses for this purpose.  And a lot of it is sent.  More than most realize &#8211; in June of 2007, the <a href="http://www.spamunit.com/spam-statistics/" target="_blank">estimated amount of spam</a> <em>per day</em> was just under 100 <strong>billion</strong> messages.  That&#8217;s a lot of spam.</p>
<p>Why so much spam?  Because a percent of it actually converts.  Maybe not you and me, but there are people out there who see something in their spam and decide they need to buy that product.  And since the cost of spam is essentially null, the ROI is more than enough excuse to send out millions (or billions) of emails a day.</p>
<p>So yes, that&#8217;s BAD email marketing.  What&#8217;s good email marketing?  Good email marketing is having a highly targeted market and offering quality information through email to individuals in this market.  For example, if I had a dog food site, I might offer important information about which dog foods cause health issues in dogs, for anyone who joins my email list.</p>
<p>This is targeted email &#8211; the people who sign up actually WANT to receive information from me, and are happy when I give them quality information.  To do email marketing well means you should send out good information.</p>
<p>A lot of internet marketers use email lists as a means to sell.  While this can work, if this is the only thing they use their list for, it can turn away many customers.  If you do this, in the eyes of some people on your list, you&#8217;re becoming more like spam.  To avoid this, quality information that is FREE should be offered moderately frequently.  Consider it &#8211; if you sign up for a list, you&#8217;re not getting in because you want to be sold things, correct?  You sign up because you want information.  So give your list information!  Good information, if you want to be seen as an authoritative source.  Then, when/if you choose to market a product of some kind, they will be more open to this, as you&#8217;ve established a level of trust.</p>
<p>To do email marketing, one of the major techniques is by using what&#8217;s called an &#8220;autoresponder&#8221;.  This is a tool that allows several email addresses to be placed into a group, and each email can be sent individual messages, addressed to each individual (instead of an anonymous group).  In some cases, the individual&#8217;s name can be identified, to make the mails you send more friendly and personal.  The benefit is that once you&#8217;ve written your emails, they can be sent to all your list, as well as to anyone who joins your list.</p>
<p>With autoresponders, you can schedule each email to be sent out immediately (with a broadcast) or at set times, or you can have a number of emails that can be sent, spaced apart by a certain number of days.  So if I had five emails that I wanted sent to my list and all new list members, I could write these emails, set them to each be sent three days apart, and then not have to worry again.  When a new list member is added, they are sent the initial email, then the next three days later, and so on.</p>
<p>One of the best ways email marketing can be very effective is by setting up a relationship with your customers.  If you demonstrate that you truly know what you&#8217;re talking about, and that you&#8217;re just a normal person, a level of trust can be set.  From that point, it&#8217;s much easier to interact with your list members.</p>
<p>It&#8217;s been said that the best way to make a sale is through personal one-to-one interaction &#8211; using autoresponders comes very close doing this in an online way.  Treating your customers well will always make them value you as a merchant more than one who treats their customers just as numbers.</p>
<p>For me, I personally prefer using an autoresponder system called <a href="http://www.tulsamarketingonline.com/aweber.php" target="_blank">Aweber</a>.  I&#8217;ve used them for several years, and they are a high quality system &#8211; they can handle several thousand members (if you have a list that large), but work just as well for smaller lists.  I recommend considering using email marketing for your business, if it&#8217;s applicable.  Usually there are ways you can establish a relationship with your customers doing this, and then you&#8217;ll have customers you&#8217;re happy with, as well as having customers who are happier with you.</p>


<h3>Related Posts</h3>
<ol>
		<li><a href="http://www.tulsamarketingonline.com/blog/welcome-to-the-tulsa-marketing-online-blog/" rel="bookmark">Welcome to the Tulsa Marketing Online Blog!</a><!-- (9.2)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/rfc-2181-cause-for-email-bounce-issue/" rel="bookmark">RFC 2181 &#8211; Cause for Email Bounce Issue</a><!-- (9)--></li>
		<li><a href="http://www.tulsamarketingonline.com/blog/free-internet-marketing-seminar/" rel="bookmark">Free Internet Marketing Seminar</a><!-- (7.9)--></li>
	</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.tulsamarketingonline.com/blog/what-email-marketing-is-and-how-it-works/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

