<?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>WordPress eCommerce &#187; email marketing</title>
	<atom:link href="http://www.wordpress-ecommerce.com/tag/email-marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpress-ecommerce.com</link>
	<description>Wordpress eCommerce Plugins</description>
	<lastBuildDate>Fri, 23 Sep 2011 12:48:47 +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>WP eStore &#8211; The Secure Squeeze Page Generator For WordPress</title>
		<link>http://www.wordpress-ecommerce.com/wp-estore-the-secure-squeeze-page-generator-for-wordpress-1201</link>
		<comments>http://www.wordpress-ecommerce.com/wp-estore-the-secure-squeeze-page-generator-for-wordpress-1201#comments</comments>
		<pubDate>Tue, 24 May 2011 03:03:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress ecommerce]]></category>
		<category><![CDATA[wordpress shopping cart]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[wordpress e-commerce]]></category>

		<guid isPermaLink="false">http://www.wordpress-ecommerce.com/?p=1201</guid>
		<description><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
Squeeze page is a page where a visitor lands and is offered to receive free products by entering his/her name, email address. The sole purpose of squeeze page is to capture the visitor&#8217;s email address for follow-up email marketing. These days people mostly use Aweber, MailChimp, GetResponse auto-responder services for their email marking campaign. But [...]]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">
jQuery(document).ready(function($) {
$(function() {
  $('.error').hide();
  $(".button").click(function() {
		// validate and process form
		// first hide any error messages
    $('.error').hide();
		
	  var name = $("input#name").val();
		if (name == "") {
      $("label#name_error").show();
      $("input#name").focus();
      return false;
    }
		var email = $("input#eStore_ajax_email").val();
		if (email == "") {
      $("label#email_error").show();
      $("input#eStore_ajax_email").focus();
      return false;
    }
		var prod_id = $("input#free_download_product_id").val();
		var ap_id = $("input#free_download_ap_id").val();
		var clientip = $("input#free_download_clientip").val();
		
		var dataString = 'name='+ name + '&email=' + email + '&prod_id=' + prod_id + '&ap_id=' + ap_id + '&clientip=' + clientip;
		//alert (dataString);return false;
        var process_script_url = 'http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products' + '/ajax_process_download.php';

	// Because the server might be invoking the PDF Stamper, we want the user to have a "warm fuzzy feeling" while they
	// wait for a response.  Otherwise, they might get "click happy" with the submit button.
	// -- The Assurer, 2010-09-14.
	{
		$('.free_download_form').html("<div class='message'></div>");
		$('.message').html("")
		.append("Processing Order...")
		.hide()
		.fadeIn(1000, function() {
			$('.message').append("<img id='loader1' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/ajax-loader1.gif' />");
		});
	}

		$.ajax({
      type: "POST",
      url: process_script_url,
      data: dataString,
      success: function() {
        $('.free_download_form').html("<div class='message'></div>");
        $('.message').html("")
        .append("<p style='color: green;'><strong>Email sent! Please check your inbox for the download link.</strong></p>")
        .hide()
        .fadeIn(1000, function() {
          $('.message').append("<img id='checkmark' src='http://www.wordpress-ecommerce.com/wp-content/plugins/wp-cart-for-digital-products/images/check.png' />");
        });
      }
     });
    return false;
	});
});
});
</script>
<p></p><p><img class="size-full wp-image-1219 alignnone" title="WP-eStore-The-Secure-Squeeze-Page-Generator-For-WordPress" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/WP-eStore-The-Secure-Squeeze-Page-Generator-For-WordPress.jpg" alt="" width="180" height="180" /></p>
<p>Squeeze page is a page where a visitor lands and is offered to receive free products by entering his/her name, email address. The sole purpose of squeeze page is to capture the visitor&#8217;s email address for follow-up email marketing. These days people mostly use Aweber, MailChimp, GetResponse auto-responder services for their email marking campaign. But do you know that the flexible WP eStore integration with these auto-responders can make your life even easier?</p>
<p><span id="more-1201"></span></p>
<h3>How does eStore come into this?</h3>
<p>No matter what auto-responder you are using, first you need to capture the visitor&#8217;s email address by offering free products. Once the email has been captured your auto-responder will do the rest i.e. sending out different offers to that email time to time as you have set it up in that campaign. But you want to make sure the download link doesn&#8217;t get revealed  to the visitor once he/she signs up through squeeze page. That&#8217;s where eStore comes in handy.</p>
<h3>What happens when your product download links are not secure</h3>
<p>1. Someone will sign up and share the links to different file sharing websites, forums etc.</p>
<p>2. If people can find out your product links on different forums they don&#8217;t need to sign up through your squeeze page anymore.</p>
<p>3. You will be loosing a significant amount of customers.</p>
<p>4. Your online business will be in danger.</p>
<p>That&#8217;s why it&#8217;s really important to keep your files safe.</p>
<h3>How do you configure the squeeze page options in eStore?</h3>
<p>After you install eStore go to <strong>eStore-&gt;Settings</strong> from the Dashboard.</p>
<div id="attachment_1206" class="wp-caption alignnone" style="width: 100px">
	<img class="size-full wp-image-1206 " title="go-to-settings-eStore" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/go-to-settings-eStore.jpg" alt="" width="100" height="146" />
	<p class="wp-caption-text">eStore Settings</p>
</div>
<p>There is an <strong>Autoresponder Settings</strong> tab. Clicking on that will open the Autoresponder Menu. You can configure your auto-responder related options here.</p>
<div id="attachment_1205" class="wp-caption alignnone" style="width: 400px">
	<img class="size-full wp-image-1205 " title="auto-responder-menu-estore" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/auto-responder-menu-estore.jpg" alt="" width="400" height="215" />
	<p class="wp-caption-text">eStore Autoresponder menu</p>
</div>
<p>After you configure everything, save the settings by clicking on the <strong>Update</strong> button at the bottom.</p>
<p>Now we want to create a product which we want to deliver via email once someone signs up through sqeeze page.</p>
<p>Let&#8217;s go to <strong>eStore-&gt;Add/Edit Products</strong> from the Dashboard.</p>
<div id="attachment_1208" class="wp-caption alignnone" style="width: 100px">
	<img class="size-full wp-image-1208 " title="go-add-edit-estore" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/go-add-edit-estore.jpg" alt="" width="100" height="151" />
	<p class="wp-caption-text">eStore Add/Edit</p>
</div>
<p>You will see the eStore Add/Edit Product Menu.</p>
<div id="attachment_1210" class="wp-caption alignnone" style="width: 300px">
	<img class="size-full wp-image-1210 " title="add-edit-product-main-menu" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/add-edit-product-main-menu.jpg" alt="" width="300" height="418" />
	<p class="wp-caption-text">eStore Add/Edit Menu</p>
</div>
<p>Simply enter a name for the product.</p>
<div id="attachment_1211" class="wp-caption alignnone" style="width: 300px">
	<img class="size-full wp-image-1211 " title="add-edit-product-name" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/add-edit-product-name.jpg" alt="" width="300" height="130" />
	<p class="wp-caption-text">eStore Add name</p>
</div>
<p>Now let&#8217;s move to the <strong>Digital Content Details</strong> section. Here you need to enter the actual download link for the product. For example- I&#8217;ve an ebook whose download link is &#8211; http://www.example.com/ebook.pdf</p>
<div id="attachment_1212" class="wp-caption alignnone" style="width: 500px">
	<img class="size-full wp-image-1212 " title="add-edit-product-digital-product-url" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/add-edit-product-digital-product-url.jpg" alt="" width="500" height="230" />
	<p class="wp-caption-text">eStore Digital Content Details section</p>
</div>
<p>Make sure that the <strong>Downloadable</strong> checkbox is checked so the plugin knows that this product will be offered as an encrypted download link i.e. the person who will receive this link will not know the actual URL of this file).</p>
<p>In case you want to add the customers of a product to a specific auto-responder list, there is also a <strong>Autoresponder Settings</strong> section. This is really useful when you have multiple products that you want to configure with different lists. If you want to add all the customers to the same list you can leave this field empty and the plugin will add them based on what you&#8217;ve specified in the <strong>Autoresponder Settings</strong>.</p>
<div id="attachment_1213" class="wp-caption alignnone" style="width: 300px">
	<img class="size-full wp-image-1213 " title="add-edit-product-auto-respnder-estore" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/add-edit-product-auto-respnder-estore.jpg" alt="" width="300" height="103" />
	<p class="wp-caption-text">eStore product specific autoresponder settings</p>
</div>
<p>Now save the product by clicking<strong> Save Product</strong> at the bottom of the page.</p>
<p>At this point you are ready to go. Now all you need to do is just use the following shortcode on a WordPress post/page and the plugin will automatically create a squeeze page for that product.</p>
<p><img class="size-full wp-image-1215 alignnone" title="eStore_normal_squeeze_page_shortcode" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/eStore_normal_squeeze_page_shortcode.jpg" alt="" width="297" height="25" /></p>
<p>Where 1 is the ID of the product we just created ( you can find the ID of all the products from the <strong>eStore-&gt;Manage Products</strong> menu).</p>
<p>It will create a normal sqeeze page like the following -</p>
<p><div class="free_download_form_old"><form method="post"  action=""  style="display:inline">Name: <br /><input name="cust_name" type="text" class="eStore_text_input" /><br />Email: <br /><input name="cust_email" type="text" class="eStore_text_input" /><br /><input type="hidden" name="eStore_free_download" value="1" /><input type="hidden" name="eStore_free_download16" value="1" /><input type="hidden" name="free_download_product_id" value="16" /><input type="hidden" name="free_download_ap_id" id="free_download_ap_id" value="" /><input type="hidden" name="free_download_clientip" id="free_download_clientip" value="38.107.179.240" /><input type="image" name="submit" class="free_download_submit" alt="Download" src="http://www.wordpress-ecommerce.com/wp-content/uploads/my_button/download-button.jpg" /></form></div></p>
<p>You can also use the ajax (the page will not refresh after clicking the download button) version of the squeeze page. You need to use the following shortcode to generate the ajax squeeze page -</p>
<p><img class="size-full wp-image-1216 alignnone" title="eStore_ajax_squeeze_page_shortcode" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2011/05/eStore_ajax_squeeze_page_shortcode.jpg" alt="" width="331" height="23" /></p>
<p>Where 1 is the ID of the product we just created.</p>
<p><strong>Ajax Squeeze page Demo: </strong></p>
<p>Please feel free to enter your name and email to see how the ajax squeeze page works ( Don&#8217;t worry I haven&#8217;t configured this product with any auto-responder. This is just for the tutorial)</p>
<p><div class="free_download_form"><form name="free_download" method="post" action="">
      <label for="name" id="name_label">Name: </label><br />
      <input type="text" name="name" id="name" value="" class="eStore_text_input" />
      <br /><label class="error" for="name" id="name_error">This field is required.<br /></label>

      <label for="eStore_ajax_email" id="email_label">Email: </label><br />
      <input type="text" name="eStore_ajax_email" id="eStore_ajax_email" value="" class="eStore_text_input" />
      <br /><label class="error" for="eStore_ajax_email" id="email_error">This field is required.<br /></label>
      
      <input type="hidden" name="free_download_product_id" id="free_download_product_id" value="16" />
      <input type="hidden" name="free_download_ap_id" id="free_download_ap_id" value="" />
      <input type="hidden" name="free_download_clientip" id="free_download_clientip" value="38.107.179.240" />

      <input type="image" name="submit" class="button" id="submit_btn" alt ="Download" src="http://www.wordpress-ecommerce.com/wp-content/uploads/my_button/download-button.jpg" /></form></div></p>
<p>Once your visitor signs up for the product he/she will receive an email with the encrypted download link of the product you created earlier. The visitor will also be added to the auto-responder list you have configured.</p>
<p><strong>Want to try eStore?</strong></p>
<p>If you are interested in setting up a secure squeeze page, eStore might be a good choice for you. You can get the plugin from here -</p>
<ul>
<li>WP eStore</li>
</ul>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wordpress-ecommerce.com/wordpress-membership-plugin-reviewwhich-one-to-choose-for-your-wordpress-site-1014" title="WordPress Membership Plugin Review:Which One to Choose for Your WordPress Site (November 26, 2010)">WordPress Membership Plugin Review:Which One to Choose for Your WordPress Site</a> (4)</li>
	<li><a href="http://www.wordpress-ecommerce.com/top-10-google-adsense-plugins-for-wordpress-to-earn-revenues-from-your-ecommerce-site-414" title="Top 10 Google Adsense Plugins For WordPress To Earn Revenues From Your Ecommerce Site (October 9, 2009)">Top 10 Google Adsense Plugins For WordPress To Earn Revenues From Your Ecommerce Site</a> (16)</li>
	<li><a href="http://www.wordpress-ecommerce.com/the-most-effective-way-to-increase-your-website-conversion-rate-1234" title="The most effective way to Increase Your Website Conversion Rate (June 21, 2011)">The most effective way to Increase Your Website Conversion Rate</a> (0)</li>
	<li><a href="http://www.wordpress-ecommerce.com/how-to-use-nextgen-gallery-plugin-on-your-wordpress-ecommerce-site-and-get-more-out-of-it-451" title="How To Use NextGEN Gallery Plugin On Your WordPress Ecommerce Site And Get More Out Of It (October 15, 2009)">How To Use NextGEN Gallery Plugin On Your WordPress Ecommerce Site And Get More Out Of It</a> (13)</li>
	<li><a href="http://www.wordpress-ecommerce.com/how-to-turn-your-wordpress-ecommerce-site-into-a-membership-site-404" title="How To Turn Your WordPress Ecommerce Site Into A Membership Site (October 6, 2009)">How To Turn Your WordPress Ecommerce Site Into A Membership Site</a> (10)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-ecommerce.com/wp-estore-the-secure-squeeze-page-generator-for-wordpress-1201/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build an Effective Email Marketing Campaign with Aweber</title>
		<link>http://www.wordpress-ecommerce.com/build-an-effective-email-marketing-campaign-with-aweber-688</link>
		<comments>http://www.wordpress-ecommerce.com/build-an-effective-email-marketing-campaign-with-aweber-688#comments</comments>
		<pubDate>Fri, 23 Apr 2010 03:56:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress ecommerce]]></category>
		<category><![CDATA[AWeber]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.wordpress-ecommerce.com/?p=688</guid>
		<description><![CDATA[Email marketing is one kind of internet marketing which uses email as a way of communicating with potential or current customers. Sending email to the customer helps you build a relationship with them and in turn can increase your sales. You can enhance customer loyalty and convince your customers to purchase something. It is also [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.wordpress-ecommerce.com/wp-content/uploads/2010/04/How-to-Build-an-Effective-Email-Marketing-Campaign-with-Aweber.jpg"><img class="alignnone size-full wp-image-692" title="How to Build an Effective Email Marketing Campaign with Aweber" src="http://www.wordpress-ecommerce.com/wp-content/uploads/2010/04/How-to-Build-an-Effective-Email-Marketing-Campaign-with-Aweber.jpg" alt="" width="200" height="200" /></a></p>
<p>Email marketing is one kind of internet marketing which uses email as a way of communicating with potential or current customers. Sending email to the customer helps you build a relationship with them and in turn can increase your sales. You can enhance customer loyalty and convince your customers to purchase something. It is also effective for getting new customers.<span id="more-688"></span></p>
<h3>Why Aweber?</h3>
<p><a rel="nofollow" href="http://www.aweber.com/?344989" target="_blank"><strong>Aweber</strong></a> gives you the full functionality of building an effective email marketing campaign. Aweber&#8217;s essential email marketing features include:</p>
<h3>1. <a rel="nofollow" href="http://www.aweber.com/email-newsletters.htm/?344989" target="_blank">Sending Email Newsletters</a></h3>
<p>Send scheduled email newsletters to the customers.</p>
<h3>2. <a rel="nofollow" href="http://www.aweber.com/web-forms.htm/?344989" target="_blank">Publishing a Signup Form To Your Website</a></h3>
<p>Publish a sign up form on your website to turn your visitors into subscribers and also capture the email addresses.</p>
<h3>3. <a rel="nofollow" href="http://www.aweber.com/autoresponders.htm/?344989" target="_blank">Creating Autoresponders</a></h3>
<p>Build a relationship with your subscribers using  Autoresponders.</p>
<h3>4. <a rel="nofollow" href="http://www.aweber.com/unlimited-campaigns.htm/?344989" target="_blank">Managing Unlimited Email Campaigns</a></h3>
<p>Manage all the email campaigns from one account for free.</p>
<h3>5. <a rel="nofollow" href="http://www.aweber.com/html-email-templates.htm/?344989" target="_blank">Email Templates Ready For The Big Time</a></h3>
<p>Use over 135 HTML email templates to send colorful, image-rich newsletters.</p>
<h3>6. <a rel="nofollow" href="http://www.aweber.com/email-deliverability.htm/?344989">Top Notch Email Deliverability</a></h3>
<p>Reach your subscribers&#8217; inboxes without gettting blocked or filtered as spam.</p>
<h3>7. <a rel="nofollow" href="http://www.aweber.com/customer-solutions.htm/?344989" target="_blank">Free Expert Customer Support</a></h3>
<p>Get free customer support anytime by phone,email, live text chat.</p>
<p>It has also other advanced email marketing features including-</p>
<h3>1. <a rel="nofollow" href="http://www.aweber.com/blog-newsletters.htm/?344989" target="_blank">Sending Blog Newsletters (RSS to Email)</a></h3>
<p>Turn your RSS into email to send to your readers anytime with Blog Broadcaster.</p>
<h3>2. <a rel="nofollow" href="http://www.aweber.com/email-analytics.htm/?344989" target="_blank">Email Web Analytics</a></h3>
<p>Use powerful Web Analytics to see how everything is working.</p>
<h3>3. <a rel="nofollow" href="http://www.aweber.com/subscriber-management.htm/?344989" target="_blank">Easy Shopping Cart Integration</a></h3>
<p>Integrate email marketing with e-commerce solution.</p>
<p>The following video tutorials will help you get a good idea on how this works.</p>
<h3>1.Get Started With Email Marketing in Four Minutes</h3>
<p>This video gives you a walk through of the basics of setting up an effective email marketing campaign.</p>
<p><a rel="nofollow" href="http://www.aweber.com/videos/create-email-marketing-campaign.htm/?344989" target="_blank"><strong>Watch the video here</strong></a></p>
<h3>2. Email Newsletters with Free Templates</h3>
<p>Create and schedule your simple newsletters in a minute. It will be automatically delivered to the customer as scheduled.</p>
<p><a rel="nofollow" href="http://www.aweber.com/videos/send-email-newsletters.htm/?344989"><strong>Watch the video here</strong></a></p>
<h3>3. Build an Effective Follow Up Campaign</h3>
<p>Establish relationship with your customer with opt-in email campaign.</p>
<p><a rel="nofollow" href="http://www.aweber.com/videos/effective-autoresponders.htm/?344989" target="_blank"><strong>Watch the video here</strong></a></p>
<h3>4. Web Form Opt-in Creation</h3>
<p>Create and publish opt-in forms to your website using AWeber&#8217;s web form tool.</p>
<p><a rel="nofollow" href="http://www.aweber.com/videos/build-web-forms.htm/?344989"><strong>Watch the video here</strong></a></p>
<p>Click <a rel="nofollow" href="http://www.aweber.com/?344989" target="_blank"><strong>here</strong> </a>to get started with aweber email marketing campaign</p>

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.wordpress-ecommerce.com/wp-estore-the-secure-squeeze-page-generator-for-wordpress-1201" title="WP eStore &#8211; The Secure Squeeze Page Generator For WordPress (May 24, 2011)">WP eStore &#8211; The Secure Squeeze Page Generator For WordPress</a> (0)</li>
	<li><a href="http://www.wordpress-ecommerce.com/wordpress-theme-review-infinity-remix-633" title="WordPress Theme Review &#8211; Infinity Remix (February 2, 2010)">WordPress Theme Review &#8211; Infinity Remix</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.wordpress-ecommerce.com/build-an-effective-email-marketing-campaign-with-aweber-688/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

