<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Can I make a email list form where the input data automatically gets added to the outgoing email list?</title>
	<atom:link href="http://twistyourlist.com/email-list-mailing/can-i-make-a-email-list-form-where-the-input-data-automatically-gets-added-to-the-outgoing-email-list/feed" rel="self" type="application/rss+xml" />
	<link>http://twistyourlist.com/email-list-mailing/can-i-make-a-email-list-form-where-the-input-data-automatically-gets-added-to-the-outgoing-email-list</link>
	<description>Turn Your List Into A Cash Flow Jack Hammer</description>
	<pubDate>Tue, 22 May 2012 06:14:03 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: injanier</title>
		<link>http://twistyourlist.com/email-list-mailing/can-i-make-a-email-list-form-where-the-input-data-automatically-gets-added-to-the-outgoing-email-list#comment-4274</link>
		<dc:creator>injanier</dc:creator>
		<pubDate>Thu, 26 Aug 2010 08:59:59 +0000</pubDate>
		<guid isPermaLink="false">http://twistyourlist.com/email-list-mailing/can-i-make-a-email-list-form-where-the-input-data-automatically-gets-added-to-the-outgoing-email-list#comment-4274</guid>
		<description>This is pretty simplistic, but it's worked fine for mailing lists of a thousand names or so. I have a form that collects the visitor's name and email address, and calls a simple Perl script (formmail is Perl, isn't it?). I keep the email list as a DBM file, keyed by email address, and add the visitor thusly:
dbmopen(%MAILLIST, &#34;$maillist&#34;, 0644) or die &#34;cant open mail list: $!&#34;;
$MAILLIST{$formdata{'email'}} = $formdata{'name'};
dbmclose %MAILLIST;

I also send the visitor a confirming email with an opt-out link in the form ..remove.cgi?email=you@yours.net&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>This is pretty simplistic, but it&#8217;s worked fine for mailing lists of a thousand names or so. I have a form that collects the visitor&#8217;s name and email address, and calls a simple Perl script (formmail is Perl, isn&#8217;t it?). I keep the email list as a DBM file, keyed by email address, and add the visitor thusly:<br />
dbmopen(%MAILLIST, &quot;$maillist&quot;, 0644) or die &quot;cant open mail list: $!&quot;;<br />
$MAILLIST{$formdata{&#8217;email&#8217;}} = $formdata{&#8217;name&#8217;};<br />
dbmclose %MAILLIST;</p>
<p>I also send the visitor a confirming email with an opt-out link in the form ..remove.cgi?email=you@yours.net<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

