<?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>ChaseSagum.com &#187; newsletter</title>
	<atom:link href="http://chasesagum.com/tag/newsletter/feed" rel="self" type="application/rss+xml" />
	<link>http://chasesagum.com</link>
	<description>An Open Source Way of Life!</description>
	<lastBuildDate>Thu, 02 Feb 2012 15:30:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Newsletter Module For Drupal</title>
		<link>http://chasesagum.com/newsletter-module-for-drupal?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=newsletter-module-for-drupal</link>
		<comments>http://chasesagum.com/newsletter-module-for-drupal#comments</comments>
		<pubDate>Thu, 20 Mar 2008 08:08:51 +0000</pubDate>
		<dc:creator>Chase</dc:creator>
				<category><![CDATA[Drupal Tips]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal module]]></category>
		<category><![CDATA[newsletter]]></category>

		<guid isPermaLink="false">http://chasesagum.com/newsletter-module-for-drupal</guid>
		<description><![CDATA[ 



I&#8217;ve had a few clients ask me recently for newsletter functionality in their Drupal theme that I am building out for them. So that got me started on some research that took me a few hours before I finally came across a solution I could work with. I was particularly looking for a Newsletter functionality that would allow users and anonymous users to sign up. Much of what I was originally finding had to do with registered users only able to sign up for the newsletter. But for many that defeats the purpose. Most sites need a newsletter that is easy for all visitors of the site to join. That way, they can collect email addresses at a much quicker pace.

The Simplenews Module for Drupal
I came across the Simplenews module for Drupal. Installed it and configured it. It had good easy to read instructions for me to configure everything. [...]]]></description>
			<content:encoded><![CDATA[<div style="margin:76px 0 10px;"> <script type="text/javascript"><!--
google_ad_client = "ca-pub-4649950931493479";
/* 468 x 68 Created Jan 16 */
google_ad_slot = "9722080034";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<p>I&#8217;ve had a few clients ask me recently for newsletter functionality in their <a href="http://chasesagum.com/premium-drupal-themes">Drupal theme</a> that I am building out for them. So that got me started on some research that took me a few hours before I finally came across a solution I could work with. I was particularly looking for a Newsletter functionality that would allow users and anonymous users to sign up. Much of what I was originally finding had to do with registered users only able to sign up for the newsletter. But for many that defeats the purpose. Most sites need a newsletter that is easy for all visitors of the site to join. That way, they can collect email addresses at a much quicker pace.</p>
<p><img src="http://chasesagum.com/wp-content/uploads/2008/03/drupaleye.jpg" border="0" alt="Drupal Eye!" align="middle" /></p>
<p><strong>The Simplenews Module for Drupal</strong></p>
<p>I came across the <a href="http://drupal.org/project/simplenews">Simplenews module for Drupal</a>. Installed it and configured it. It had good easy to read instructions for me to configure everything. It gave me the functionaity that I needed. Basically, I setup the Simplenews module and actived the &#8220;Newsletter Block&#8221; which allows visitors of the site to subscribe to my newsletter. Booyahh! Perfect! Everything setup exactly how I needed with no problems whatsoever. The Simplenews tool actually utilizes the Taxonomy module. Which means it basically creates a new category of content that you write in. That content of course, is sent via email through the newsletter to all subscribers.</p>
<p><strong>Here is a list of the features:</strong></p>
<p><span style="text-decoration: underline;">Subscription</span></p>
<ul>
<li>Subscription to the newsletters is managed through blocks, and/or a subscription form, and/or a custom page</li>
<li>Logged in users can manage their subscriptions in their account settings</li>
<li>Anonymous (un)subscribers are offered a confirmation email</li>
<li>Registered, logged in users can subscribe directly</li>
<li>Subscription of registered, logged out users; and of unregistered users that register later, is managed</li>
</ul>
<p><span style="text-decoration: underline;">Creating and sending</span></p>
<ul>
<li>Newsletters can be sent as plain text or HTML. HTML newsletters require the Mime Mail module</li>
<li>Newsletters can be managed through the taxonomy system</li>
<li>Newsletters are stored in a &#8220;sent items&#8221; or &#8220;drafts&#8221; folder, depending on the send status</li>
<li>Sending of mailings to large mailing lists is handled by cron (configurable)</li>
<li>A single-copy test newsletter can be sent before the newsletter is sent to the mailing list</li>
</ul>
<p><span style="text-decoration: underline;">On-site display and RSS</span></p>
<ul>
<li>Links to taxonomy overview pages and RSS-feeds can be displayed in the block for published newsletters (both sent and unsent).</li>
<li>Blocks are fully configurable. They can for example also show a list of recent issues of a particular newsletter</li>
</ul>
<p><span style="text-decoration: underline;">Administration</span></p>
<ul>
<li>Sent items folder, with: title, type (term), date, published, status (sent/cron/not sent), edit</li>
<li>Drafts folders with the same options</li>
<li>&#8216;Sent items&#8217; and &#8216;Drafts&#8217; view filter: view all newsletter issues, or filter by newsletter</li>
<li>&#8216;Newsletters&#8217; tab to create/edit newsletters (terms)</li>
<li>Subscription list management: display email, username (or anonymous), status (active/inactive), delete, activate/inactivate, edit link to manage subscriptions</li>
<li>Filter subscription list by newsletter and email address</li>
<li>Subscription list management: import and export (active and/or inactive) subscriptions to and from the different newsletters</li>
<li>Settings pages: general options page where standard settings can be set (such as a test e-mail address, from-name, from-address, cron), and settings pages for each newsletter to configure the newsletter&#8217;s block</li>
</ul>
<p><span style="text-decoration: underline;">Permissions</span></p>
<ul>
<li>administer newsletters, create newsletter, edit own newsletter, send newsletter, view links in block</li>
</ul>
<p>Check out this module. I highly recommend it. It&#8217;s free and open source of course or else I would not praise it so much! It&#8217;s by far the best solution I could fine for a newsletter tool for a Drupal Content Management system install.</p>
<h3>Still Need a Theme For Your Drupal Project? Check Out the Inspire Theme</h3>
<p>Inspire is a highly functional theme that has a custom homepage with a featured area powered by jQuery, and a lovely mini-featured area. This along with the included portfolio page template makes it perfect to use for your business to show off your work or products. <a href="http://chasesagum.com/inspire">Check it out by clicking here.</a></p>
<p><a href="http://chasesagum.com/inspire"><img class="alignnone size-full wp-image-1775" title="woothemes-inspire-drupal" src="http://chasesagum.com/wp-content/uploads/2008/03/woothemes-inspire-drupal.jpeg" alt="" width="460" height="345" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://chasesagum.com/newsletter-module-for-drupal/feed</wfw:commentRss>
		<slash:comments>33</slash:comments>
		</item>
	</channel>
</rss>

