<?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>Comments on: Using Drupal&#8217;s mailhandler module</title>
	<atom:link href="http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/</link>
	<description>Code, Toys, Bits of Odd Fluff</description>
	<lastBuildDate>Wed, 13 Jan 2010 01:51:11 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-360</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Sat, 11 Oct 2008 23:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-360</guid>
		<description>@TJ You should be able to do it with CCK.  This thread has a bit of code that explains (about half way down).  I don&#039;t know if it will work, but you might want to try putting a note on the thread.

http://drupal.org/node/141211</description>
		<content:encoded><![CDATA[<p>@TJ You should be able to do it with CCK.  This thread has a bit of code that explains (about half way down).  I don&#8217;t know if it will work, but you might want to try putting a note on the thread.</p>
<p><a href="http://drupal.org/node/141211" rel="nofollow">http://drupal.org/node/141211</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TJ</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-358</link>
		<dc:creator>TJ</dc:creator>
		<pubDate>Sat, 11 Oct 2008 17:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-358</guid>
		<description>I&#039;m working on a way to send an email to my website with location information (either city/state, an address, or even a geotagged photo), and I&#039;d like to use the mailhandler. For this phase, all I need it to do is read the put the content into the correct fields of a custom content type. Something like:

City: Los Angeles
State: CA

Since the module can hangle Taxonomy as a separate field, I&#039;m guessing this is pretty easy, but I wonder if it will do it automatically per content type or if it will require a hack in order to accept custom fields.

If anyone has knowledge on this, I&#039;d really appreciate some advice.

Thanks for your help!
TJ

TJ&#039;s last blog post..&lt;a href=&quot;http://squishypixel.com/blog/vizrt-meet-tj-tj-meet-vizrt&quot; rel=&quot;nofollow&quot;&gt;Vizrt, meet TJ... TJ, meet Vizrt&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;m working on a way to send an email to my website with location information (either city/state, an address, or even a geotagged photo), and I&#8217;d like to use the mailhandler. For this phase, all I need it to do is read the put the content into the correct fields of a custom content type. Something like:</p>
<p>City: Los Angeles<br />
State: CA</p>
<p>Since the module can hangle Taxonomy as a separate field, I&#8217;m guessing this is pretty easy, but I wonder if it will do it automatically per content type or if it will require a hack in order to accept custom fields.</p>
<p>If anyone has knowledge on this, I&#8217;d really appreciate some advice.</p>
<p>Thanks for your help!<br />
TJ</p>
<p>TJ&#8217;s last blog post..<a href="http://squishypixel.com/blog/vizrt-meet-tj-tj-meet-vizrt" rel="nofollow">Vizrt, meet TJ&#8230; TJ, meet Vizrt</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-357</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 07 Oct 2008 22:35:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-357</guid>
		<description>Good deal! (make sure to update your forum post on drupal.org as I know folks are probably checking that)

Format 3 works, but I believe the message itself needs to have a MIME type of HTML and not be plain-text.</description>
		<content:encoded><![CDATA[<p>Good deal! (make sure to update your forum post on drupal.org as I know folks are probably checking that)</p>
<p>Format 3 works, but I believe the message itself needs to have a MIME type of HTML and not be plain-text.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seige</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-356</link>
		<dc:creator>Seige</dc:creator>
		<pubDate>Tue, 07 Oct 2008 21:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-356</guid>
		<description>I turned off TinyMCE ! The commands type: page and status: 1 are working now.
Everything works now except the format:3 command to allow complete HTML in the posts.

I might be wrong in the understanding of it though. 

I am trying to email this :

this is (tag strong) strong (end tag strong).

However, instead of bolding the word, it imports it exactly like this.</description>
		<content:encoded><![CDATA[<p>I turned off TinyMCE ! The commands type: page and status: 1 are working now.<br />
Everything works now except the format:3 command to allow complete HTML in the posts.</p>
<p>I might be wrong in the understanding of it though. </p>
<p>I am trying to email this :</p>
<p>this is (tag strong) strong (end tag strong).</p>
<p>However, instead of bolding the word, it imports it exactly like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-355</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-355</guid>
		<description>FYI... I zapped all the dupe comments.

If there is nothing special in terms of modules, I think your reasoning on the formatting of the commands may be sound.  What about turning off TinyMCE?</description>
		<content:encoded><![CDATA[<p>FYI&#8230; I zapped all the dupe comments.</p>
<p>If there is nothing special in terms of modules, I think your reasoning on the formatting of the commands may be sound.  What about turning off TinyMCE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seige</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-351</link>
		<dc:creator>Seige</dc:creator>
		<pubDate>Tue, 07 Oct 2008 20:07:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-351</guid>
		<description>Allright, I had this initially
type: page
status: 1
format: 3

which I changed to 

type: page
status: 1
format: 3

Since, the type,status and format commands are not working at all, there seems to be a problem with the format in which i am giving these commands.

As far as modules are concerned, I am not using anything extraordinary.However, I do have TinyMCE enabled.</description>
		<content:encoded><![CDATA[<p>Allright, I had this initially<br />
type: page<br />
status: 1<br />
format: 3</p>
<p>which I changed to </p>
<p>type: page<br />
status: 1<br />
format: 3</p>
<p>Since, the type,status and format commands are not working at all, there seems to be a problem with the format in which i am giving these commands.</p>
<p>As far as modules are concerned, I am not using anything extraordinary.However, I do have TinyMCE enabled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-350</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:58:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-350</guid>
		<description>Do you have an extra carriage return between each command? If so, try removing the extra empty line.

The only other thing I can think of is disabling all non-standard modules to see if you have a conflict.

If none of that works, I&#039;m out of suggestions.</description>
		<content:encoded><![CDATA[<p>Do you have an extra carriage return between each command? If so, try removing the extra empty line.</p>
<p>The only other thing I can think of is disabling all non-standard modules to see if you have a conflict.</p>
<p>If none of that works, I&#8217;m out of suggestions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seige</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-349</link>
		<dc:creator>Seige</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:54:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-349</guid>
		<description>Yeah, I do have it now. If you dont have it , then the module just appends them to the content.

Here is exactly what i have in that textarea:

type: page

status: 1

format: 3</description>
		<content:encoded><![CDATA[<p>Yeah, I do have it now. If you dont have it , then the module just appends them to the content.</p>
<p>Here is exactly what i have in that textarea:</p>
<p>type: page</p>
<p>status: 1</p>
<p>format: 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jamiegrove</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-348</link>
		<dc:creator>jamiegrove</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:52:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-348</guid>
		<description>@Seige Do you have a space between type: and page?  Have you tried it both with and without?

I was going to recommend this thread on drupal.org but I see you are already there. :)

http://drupal.org/node/153117</description>
		<content:encoded><![CDATA[<p>@Seige Do you have a space between type: and page?  Have you tried it both with and without?</p>
<p>I was going to recommend this thread on drupal.org but I see you are already there. <img src='http://www.fieldguidetoprogrammers.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://drupal.org/node/153117" rel="nofollow">http://drupal.org/node/153117</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seige</title>
		<link>http://www.fieldguidetoprogrammers.com/drupal/using-drupals-mailhandler-module/comment-page-1/#comment-347</link>
		<dc:creator>Seige</dc:creator>
		<pubDate>Tue, 07 Oct 2008 19:50:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.fieldguidetoprogrammers.com/blog/drupal/using-drupals-mailhandler-module/#comment-347</guid>
		<description>Allright, I figured out something more.I have opened an issue for this on the module page on drupal as well and there someone suggested that enabling of &quot;blog&quot; module which i had not done.

So i enable the module and try it again. This time my mail gets transformed into a node with type &quot;blog entry&quot; and i can edit it too.
So atleast whatever content i email, a node is created for that which is editable.

Now, I dont want to create a &quot;blog entry&quot; node. I want a page node to be created of every page i email. I have type: page in my commands list. Any further suggestions on how to get a node of type &quot;page&quot;.</description>
		<content:encoded><![CDATA[<p>Allright, I figured out something more.I have opened an issue for this on the module page on drupal as well and there someone suggested that enabling of &#8220;blog&#8221; module which i had not done.</p>
<p>So i enable the module and try it again. This time my mail gets transformed into a node with type &#8220;blog entry&#8221; and i can edit it too.<br />
So atleast whatever content i email, a node is created for that which is editable.</p>
<p>Now, I dont want to create a &#8220;blog entry&#8221; node. I want a page node to be created of every page i email. I have type: page in my commands list. Any further suggestions on how to get a node of type &#8220;page&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
