<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commenti a: Alo EasyMail Newsletter: plugin per Wordpress per inviare newsletter</title>
	<atom:link href="http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/</link>
	<description>un blog vario ed eventualo</description>
	<lastBuildDate>Thu, 15 Jul 2010 23:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: alo</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-596</link>
		<dc:creator>alo</dc:creator>
		<pubDate>Fri, 23 Apr 2010 16:34:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-596</guid>
		<description>Hi Arend, the new version with the cron batch sending will be available in a few days. It&#039;s ready, stay tuned!</description>
		<content:encoded><![CDATA[<p>Hi Arend, the new version with the cron batch sending will be available in a few days. It&#8217;s ready, stay tuned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Arend</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-595</link>
		<dc:creator>Arend</dc:creator>
		<pubDate>Fri, 23 Apr 2010 14:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-595</guid>
		<description>Hi,

I found this in the comments above:

there is already a sleep function in alo-easymail_action.php, maybe you should setup it. See at line 128:

if ( ($r % 50) == 0) {
sleep(10); // every n° sent wait a little
}

so you can modify how many seconds (default: 10) and every many emails (default: 50).
__________________

I want to send 45 e-mails per 15 minutes (or 180 per hour). How do I configure this then?


Thank you,
Arend</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I found this in the comments above:</p>
<p>there is already a sleep function in alo-easymail_action.php, maybe you should setup it. See at line 128:</p>
<p>if ( ($r % 50) == 0) {<br />
sleep(10); // every n° sent wait a little<br />
}</p>
<p>so you can modify how many seconds (default: 10) and every many emails (default: 50).<br />
__________________</p>
<p>I want to send 45 e-mails per 15 minutes (or 180 per hour). How do I configure this then?</p>
<p>Thank you,<br />
Arend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Arend</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-594</link>
		<dc:creator>Arend</dc:creator>
		<pubDate>Fri, 23 Apr 2010 13:28:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-594</guid>
		<description>Hi there,

I was wondering when the option of &#039;x mails every y minutes&#039; came available. I really like the newsletter program, however i cannot use it now on my server.

Please can you tell me when the update is available?

Thank you,
Arend</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>I was wondering when the option of &#8216;x mails every y minutes&#8217; came available. I really like the newsletter program, however i cannot use it now on my server.</p>
<p>Please can you tell me when the update is available?</p>
<p>Thank you,<br />
Arend</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: alo</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-591</link>
		<dc:creator>alo</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-591</guid>
		<description>You can find the original template is in &lt;strong&gt;easymail.php&lt;/strong&gt;, line 42. Here you are:
&lt;code&gt;Hi [USER-NAME],&lt;br /&gt;&lt;br /&gt;
	    I have published a new post &lt;strong&gt;[POST-TITLE]&lt;/strong&gt;.&lt;br /&gt;[POST-EXCERPT]&lt;br /&gt;Please visit my site [SITE-LINK] to read it and leave your comment about it.&lt;br /&gt;
        Hope to see you online!&lt;br /&gt;&lt;br /&gt;[SITE-LINK]&lt;/code&gt;
The plugin should add an unsubscribe link at the bottom of newsletter (only when recipients are subscribers).</description>
		<content:encoded><![CDATA[<p>You can find the original template is in <strong>easymail.php</strong>, line 42. Here you are:<br />
<code>Hi [USER-NAME],&lt;br /&gt;&lt;br /&gt;<br />
	    I have published a new post &lt;strong&gt;[POST-TITLE]&lt;/strong&gt;.&lt;br /&gt;[POST-EXCERPT]&lt;br /&gt;Please visit my site [SITE-LINK] to read it and leave your comment about it.&lt;br /&gt;<br />
        Hope to see you online!&lt;br /&gt;&lt;br /&gt;[SITE-LINK]</code><br />
The plugin should add an unsubscribe link at the bottom of newsletter (only when recipients are subscribers).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Jacob</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-590</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Tue, 13 Apr 2010 17:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-590</guid>
		<description>How can I add an unsubscribe link at the bottom of the email?  When I first installed the plugin it had a template where I could use that dropdown to include text/images in messages. After I messed with creating a custom template that feature no longer works. Is there a way to reset the template to the original? I even tried deleting and reactivating it.

Thanks!  This is the best plugin i&#039;ve found for mailing from wordpress.</description>
		<content:encoded><![CDATA[<p>How can I add an unsubscribe link at the bottom of the email?  When I first installed the plugin it had a template where I could use that dropdown to include text/images in messages. After I messed with creating a custom template that feature no longer works. Is there a way to reset the template to the original? I even tried deleting and reactivating it.</p>
<p>Thanks!  This is the best plugin i&#8217;ve found for mailing from wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: alo</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-589</link>
		<dc:creator>alo</dc:creator>
		<pubDate>Tue, 13 Apr 2010 13:31:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-589</guid>
		<description>The key could not be unique, but in this case anyone could activate subscription or - more dangerous - unsubscribe only using a link with an email address and the same unikey (see the link to click in activation mail or unsubscribe link in the newsletter to understand how activation/unsubscription links work).</description>
		<content:encoded><![CDATA[<p>The key could not be unique, but in this case anyone could activate subscription or &#8211; more dangerous &#8211; unsubscribe only using a link with an email address and the same unikey (see the link to click in activation mail or unsubscribe link in the newsletter to understand how activation/unsubscription links work).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Thomas J</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-588</link>
		<dc:creator>Thomas J</dc:creator>
		<pubDate>Tue, 13 Apr 2010 09:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-588</guid>
		<description>Ok, thanks now I understand what the purpose of unikey is.

But I don&#039;t understand if it needs to be one unique key per user or if many users can use the same unikey.

Also if I create the user via phpmyadmin will he/she be able to unregister later?

//T</description>
		<content:encoded><![CDATA[<p>Ok, thanks now I understand what the purpose of unikey is.</p>
<p>But I don&#8217;t understand if it needs to be one unique key per user or if many users can use the same unikey.</p>
<p>Also if I create the user via phpmyadmin will he/she be able to unregister later?</p>
<p>//T</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Mieke</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-586</link>
		<dc:creator>Mieke</dc:creator>
		<pubDate>Thu, 08 Apr 2010 14:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-586</guid>
		<description>Nice plugin!
I&#039;m looking for the possibility to add an unsubscribe-link tot the Newsletter? Would be nice for not-registered users...</description>
		<content:encoded><![CDATA[<p>Nice plugin!<br />
I&#8217;m looking for the possibility to add an unsubscribe-link tot the Newsletter? Would be nice for not-registered users&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Herbert A. Eberth</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-585</link>
		<dc:creator>Herbert A. Eberth</dc:creator>
		<pubDate>Thu, 08 Apr 2010 08:51:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-585</guid>
		<description>Reference:

W3C Markup Validation Service gives me an error-message:

&gt;&gt; reference to non-existent ID &quot;alo_em_opt_name&quot; &lt;&lt;

for this code-section:

Name </description>
		<content:encoded><![CDATA[<p>Reference:</p>
<p>W3C Markup Validation Service gives me an error-message:</p>
<p>&gt;&gt; reference to non-existent ID &#8220;alo_em_opt_name&#8221; &lt;&lt;</p>
<p>for this code-section:</p>
<p>Name</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Vik</title>
		<link>http://www.eventualo.net/blog/2009/09/alo-easymail-plugin-per-wordpress-per-inviare-e-mail/comment-page-3/#comment-584</link>
		<dc:creator>Vik</dc:creator>
		<pubDate>Wed, 07 Apr 2010 21:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.eventualo.net/blog/?p=365#comment-584</guid>
		<description>Ciao.
complimenti per il tuo ottimo plugin, lo sto provando su un sito di un mio amico...
Ho però un piccolo intoppo: il sito in questione è multilingue.
Utilizzo il plugin WPML, che permette di postare un articolo per ogni lungua. Facendo così succede che non riesco ad inviare mail con l&#039;ultimo post pubblicato...
In parole povere mi sarebbe utile, come primo passo :), la possibilita di raggruppare gli utenti &quot;iscritti&quot; in gruppi. in modo da poter inviare mail in lingua differente. La selezione della lingua da parte del sottoscrittore, potrebbe essere una naturale conseguenza, ma per il momento mi accontenterei della possibilità di raggrupparli a mano.
Pensi sia facilmente realizzabile?
Grazie ciao.
Vik</description>
		<content:encoded><![CDATA[<p>Ciao.<br />
complimenti per il tuo ottimo plugin, lo sto provando su un sito di un mio amico&#8230;<br />
Ho però un piccolo intoppo: il sito in questione è multilingue.<br />
Utilizzo il plugin WPML, che permette di postare un articolo per ogni lungua. Facendo così succede che non riesco ad inviare mail con l&#8217;ultimo post pubblicato&#8230;<br />
In parole povere mi sarebbe utile, come primo passo <img src='http://www.eventualo.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> , la possibilita di raggruppare gli utenti &#8220;iscritti&#8221; in gruppi. in modo da poter inviare mail in lingua differente. La selezione della lingua da parte del sottoscrittore, potrebbe essere una naturale conseguenza, ma per il momento mi accontenterei della possibilità di raggrupparli a mano.<br />
Pensi sia facilmente realizzabile?<br />
Grazie ciao.<br />
Vik</p>
]]></content:encoded>
	</item>
</channel>
</rss>
