<?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: Using Drupal's mailhandler module</title>
	<atom:link href="http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/</link>
	<description>Code, Toys, Bits of Odd Fluff</description>
	<pubDate>Thu, 28 Aug 2008 06:56:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-329</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Mon, 04 Aug 2008 21:27:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-329</guid>
		<description>Hi, Klaus.

Are you sending HTML or rich text formatted email?  If so, you want to be sure to include a format directive in your message.  The mailhandler doco says that Full HTML is best:

http://drupal.org/node/39172

Of course, you're saying that filtered HTML looks better.  That makes me wonder what other formatting is built into your message.  What email client are you sending from?  Have you tried making sure that the message is going as plain-text?

On the Taxonomy side, the forum should be:

&lt;blockquote&gt;
the "term" in the "forums" vocabulary that was automatically created when a forum named "My Forum" was created (see Admin-&gt;Categories).
&lt;/blockquote&gt;

http://drupal.org/node/38943

This worked in my install.</description>
		<content:encoded><![CDATA[<p>Hi, Klaus.</p>
<p>Are you sending HTML or rich text formatted email?  If so, you want to be sure to include a format directive in your message.  The mailhandler doco says that Full HTML is best:</p>
<p><a href="http://drupal.org/node/39172" rel="nofollow">http://drupal.org/node/39172</a></p>
<p>Of course, you&#8217;re saying that filtered HTML looks better.  That makes me wonder what other formatting is built into your message.  What email client are you sending from?  Have you tried making sure that the message is going as plain-text?</p>
<p>On the Taxonomy side, the forum should be:</p>
<blockquote><p>
the &#8220;term&#8221; in the &#8220;forums&#8221; vocabulary that was automatically created when a forum named &#8220;My Forum&#8221; was created (see Admin->Categories).
</p></blockquote>
<p><a href="http://drupal.org/node/38943" rel="nofollow">http://drupal.org/node/38943</a></p>
<p>This worked in my install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: klaus</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-326</link>
		<dc:creator>klaus</dc:creator>
		<pubDate>Sun, 03 Aug 2008 16:24:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-326</guid>
		<description>Hi,
I'm using Mailhandler only for submissions. However I couldn't adjust the Drupal filters to display emails in an acceptable way. So the site only works in a fashion. Aplying a filter that does no filtering at all displays all emails quite nice, but then the drupal theme gets kind of broken, colours are changing and colums distorted. Filtered HTML works best but many nodes still look bad. Also the default commands 
taxonomy: [Forum]
do not take the nodes into the forum sections. This may be due to my poor understanding of Taxonomy.

Well, don't want to waste your time, if you can give me some hints, I'll be happy to work myself though this stuff.....

regards

Klaus</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m using Mailhandler only for submissions. However I couldn&#8217;t adjust the Drupal filters to display emails in an acceptable way. So the site only works in a fashion. Aplying a filter that does no filtering at all displays all emails quite nice, but then the drupal theme gets kind of broken, colours are changing and colums distorted. Filtered HTML works best but many nodes still look bad. Also the default commands<br />
taxonomy: [Forum]<br />
do not take the nodes into the forum sections. This may be due to my poor understanding of Taxonomy.</p>
<p>Well, don&#8217;t want to waste your time, if you can give me some hints, I&#8217;ll be happy to work myself though this stuff&#8230;..</p>
<p>regards</p>
<p>Klaus</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-205</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Sat, 03 May 2008 00:30:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-205</guid>
		<description>Hi, JK.  I hear what you're saying.  Unfortunately, mailhandler won't make it that simple.  I did find this in the documentation though:

&lt;blockquote&gt;
Also, in the headers of the email, if you put

In-Reply-To: nid=5

then the email becomes the new version of node 5. I'm told that there's a way to take it down to the level of comments, presumably by using In-Reply-To and the comment id#, but I haven't checked that.
&lt;/blockquote&gt;

My recommendation would be to use the comment_notify module.  That would send an email when there are new comments with a link for replies.</description>
		<content:encoded><![CDATA[<p>Hi, JK.  I hear what you&#8217;re saying.  Unfortunately, mailhandler won&#8217;t make it that simple.  I did find this in the documentation though:</p>
<blockquote><p>
Also, in the headers of the email, if you put</p>
<p>In-Reply-To: nid=5</p>
<p>then the email becomes the new version of node 5. I&#8217;m told that there&#8217;s a way to take it down to the level of comments, presumably by using In-Reply-To and the comment id#, but I haven&#8217;t checked that.
</p></blockquote>
<p>My recommendation would be to use the comment_notify module.  That would send an email when there are new comments with a link for replies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JK_Drupal</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-204</link>
		<dc:creator>JK_Drupal</dc:creator>
		<pubDate>Fri, 02 May 2008 21:04:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-204</guid>
		<description>Hi!

I would like to ask if I were to reply via email (comment) to a node, how will mailhandler know that my e-mail is meant as a comment for that node?

Apart from writing commands, is there any other way? Because it is unlikely my members will want to write commands just to reply via email (comment) on a node.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I would like to ask if I were to reply via email (comment) to a node, how will mailhandler know that my e-mail is meant as a comment for that node?</p>
<p>Apart from writing commands, is there any other way? Because it is unlikely my members will want to write commands just to reply via email (comment) on a node.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-127</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Sun, 24 Feb 2008 23:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-127</guid>
		<description>Glad it helped, Doug!  And thanks for posting the note about taxonomy.

Perhaps the drupal gods will fix this in rev 6 (just installed it locally but haven't played with it too much yet).</description>
		<content:encoded><![CDATA[<p>Glad it helped, Doug!  And thanks for posting the note about taxonomy.</p>
<p>Perhaps the drupal gods will fix this in rev 6 (just installed it locally but haven&#8217;t played with it too much yet).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: doug</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-126</link>
		<dc:creator>doug</dc:creator>
		<pubDate>Sun, 24 Feb 2008 21:40:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-126</guid>
		<description>Thanks! This post saved me lots of time getting mailhandler up and running. One thing to add: I found that the "taxonomy:" command can only put things into existing categories. At the moment, it seems that you can't use mailhandler to create new terms, even if you're using free-tagging.</description>
		<content:encoded><![CDATA[<p>Thanks! This post saved me lots of time getting mailhandler up and running. One thing to add: I found that the &#8220;taxonomy:&#8221; command can only put things into existing categories. At the moment, it seems that you can&#8217;t use mailhandler to create new terms, even if you&#8217;re using free-tagging.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-16</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Fri, 26 Oct 2007 10:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-16</guid>
		<description>Link to an Indonesian Drupal article appears above (not comment spam).

Makasih, bro!</description>
		<content:encoded><![CDATA[<p>Link to an Indonesian Drupal article appears above (not comment spam).</p>
<p>Makasih, bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ha&#8211;Dhiku&#8211;suma Wahab</title>
		<link>http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-15</link>
		<dc:creator>Ha&#8211;Dhiku&#8211;suma Wahab</dc:creator>
		<pubDate>Fri, 26 Oct 2007 04:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-15</guid>
		<description>[...] Salah satu fitur adalah setiap user yang terdaftar dalam web ini harus mendapatkan notifikasi imel jika terdapat content terbaru. Dan juga sebaliknya, user harus bisa melakukan posting melalui email untuk masuk sebagai content di web. Hal ini penting jika server down atau malah user lebih suka interaksi melalui email. Hal ini bisa dilakukan dengan module workflow dan actions. Atau video tutorialnya yang detail bisa dilihat disini. Untuk bisa mengirim imel module smtp harus diaktifkan terlebih dahulu. Dan untuk menerima posting dari email bisa menggunakan module mailhandler. Tutorial mailhandler bisa dilihat disini. [...]</description>
		<content:encoded><![CDATA[<p>[...] Salah satu fitur adalah setiap user yang terdaftar dalam web ini harus mendapatkan notifikasi imel jika terdapat content terbaru. Dan juga sebaliknya, user harus bisa melakukan posting melalui email untuk masuk sebagai content di web. Hal ini penting jika server down atau malah user lebih suka interaksi melalui email. Hal ini bisa dilakukan dengan module workflow dan actions. Atau video tutorialnya yang detail bisa dilihat disini. Untuk bisa mengirim imel module smtp harus diaktifkan terlebih dahulu. Dan untuk menerima posting dari email bisa menggunakan module mailhandler. Tutorial mailhandler bisa dilihat disini. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
