<?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: Sending HTML Email With Android Intent</title>
	<atom:link href="http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/</link>
	<description>Discussing trends and technologies in web and mobile development</description>
	<lastBuildDate>Fri, 03 Feb 2012 04:58:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Janice</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-1181</link>
		<dc:creator>Janice</dc:creator>
		<pubDate>Wed, 01 Feb 2012 06:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-1181</guid>
		<description>Can someone post a screen shot of the open email form... with the html code in it... right before you hit SEND.

I&#039;ve tried a lot of code... including the code on this site.  Never sends any html... and the html doesn&#039;t even make it into the mail form.</description>
		<content:encoded><![CDATA[<p>Can someone post a screen shot of the open email form&#8230; with the html code in it&#8230; right before you hit SEND.</p>
<p>I&#8217;ve tried a lot of code&#8230; including the code on this site.  Never sends any html&#8230; and the html doesn&#8217;t even make it into the mail form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaurav Mehta</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-1116</link>
		<dc:creator>Gaurav Mehta</dc:creator>
		<pubDate>Tue, 10 Jan 2012 12:00:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-1116</guid>
		<description>hi Praveena,

I am facing the same problem which you were discussing above. I want to show a formated text in email intent which contain bullets and tables Please help me out i am searching the solution for last 5 days !!!!!!!!!</description>
		<content:encoded><![CDATA[<p>hi Praveena,</p>
<p>I am facing the same problem which you were discussing above. I want to show a formated text in email intent which contain bullets and tables Please help me out i am searching the solution for last 5 days !!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian G. Clifton</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-967</link>
		<dc:creator>Ian G. Clifton</dc:creator>
		<pubDate>Sun, 27 Nov 2011 04:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-967</guid>
		<description>Unfortunately, I don&#039;t know of any way to accomplish that using the default mail client.</description>
		<content:encoded><![CDATA[<p>Unfortunately, I don&#8217;t know of any way to accomplish that using the default mail client.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dattatraya</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-948</link>
		<dc:creator>Dattatraya</dc:creator>
		<pubDate>Wed, 23 Nov 2011 14:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-948</guid>
		<description>Thanks, It is really a good tutorial. I have one query, when i am calling the emailIntent it go to the send mail screen, but if i click on cancel button(on send mail screen) the it destroy this screen and come back to previous screen. In this case i want to get the notification whether i send the mail or cancel to send mail or move the mail in draft.
Is there any way to get this notification.</description>
		<content:encoded><![CDATA[<p>Thanks, It is really a good tutorial. I have one query, when i am calling the emailIntent it go to the send mail screen, but if i click on cancel button(on send mail screen) the it destroy this screen and come back to previous screen. In this case i want to get the notification whether i send the mail or cancel to send mail or move the mail in draft.<br />
Is there any way to get this notification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian G. Clifton</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-771</link>
		<dc:creator>Ian G. Clifton</dc:creator>
		<pubDate>Sun, 23 Oct 2011 18:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-771</guid>
		<description>Also, your type should be &quot;text/plain&quot; rather than &quot;plain/text&quot;</description>
		<content:encoded><![CDATA[<p>Also, your type should be &#8220;text/plain&#8221; rather than &#8220;plain/text&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian G. Clifton</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-770</link>
		<dc:creator>Ian G. Clifton</dc:creator>
		<pubDate>Sun, 23 Oct 2011 18:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-770</guid>
		<description>I&#039;d guess that it&#039;s not finding an Activity that matches your Intent.  Check the log output to see if that&#039;s the error (and if it is, it should show what Intent it is trying to match).  You can also add the FLAG_DEBUG_LOG_RESOLUTION flag to your Intent to get more information in your logs.</description>
		<content:encoded><![CDATA[<p>I&#8217;d guess that it&#8217;s not finding an Activity that matches your Intent.  Check the log output to see if that&#8217;s the error (and if it is, it should show what Intent it is trying to match).  You can also add the FLAG_DEBUG_LOG_RESOLUTION flag to your Intent to get more information in your logs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Devin</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-769</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Sat, 22 Oct 2011 22:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-769</guid>
		<description>I am trying to get an android app to send an email but my emulator quits working when it gets to the startActivity() in my code.  The code follows:

Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);
           emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, &quot;dckeep1@gmail.com&quot;);
           emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, &quot;Benford&#039;s Law Results&quot;);
           emailIntent.setType(&quot;plain/text&quot;);
           emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, output.getText().toString());
           startActivity(emailIntent);

Do you have any suggestions as to why?</description>
		<content:encoded><![CDATA[<p>I am trying to get an android app to send an email but my emulator quits working when it gets to the startActivity() in my code.  The code follows:</p>
<p>Intent emailIntent = new Intent(android.content.Intent.ACTION_SEND);<br />
           emailIntent.putExtra(android.content.Intent.EXTRA_EMAIL, &#8220;dckeep1@gmail.com&#8221;);<br />
           emailIntent.putExtra(android.content.Intent.EXTRA_SUBJECT, &#8220;Benford&#8217;s Law Results&#8221;);<br />
           emailIntent.setType(&#8220;plain/text&#8221;);<br />
           emailIntent.putExtra(android.content.Intent.EXTRA_TEXT, output.getText().toString());<br />
           startActivity(emailIntent);</p>
<p>Do you have any suggestions as to why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bill Lahti</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-668</link>
		<dc:creator>Bill Lahti</dc:creator>
		<pubDate>Sat, 17 Sep 2011 15:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-668</guid>
		<description>Thanks a lot for taking the time to write this up. I had used that Html method for text views and had not thought of using it for email too.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for taking the time to write this up. I had used that Html method for text views and had not thought of using it for email too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Regis</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-651</link>
		<dc:creator>Regis</dc:creator>
		<pubDate>Mon, 05 Sep 2011 09:36:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-651</guid>
		<description>Would it be possible to update this excellent tuto to explain how to do in order to do so that the html links are also displayed in the standard Android email client ? (not only in Gmail) Send me an email if you do that. Thanks ! !</description>
		<content:encoded><![CDATA[<p>Would it be possible to update this excellent tuto to explain how to do in order to do so that the html links are also displayed in the standard Android email client ? (not only in Gmail) Send me an email if you do that. Thanks ! !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yanira Masiejczyk</title>
		<link>http://blog.iangclifton.com/2010/05/17/sending-html-email-with-android-intent/comment-page-1/#comment-483</link>
		<dc:creator>Yanira Masiejczyk</dc:creator>
		<pubDate>Sat, 18 Jun 2011 14:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.iangclifton.com/?p=216#comment-483</guid>
		<description>finally found it. great!</description>
		<content:encoded><![CDATA[<p>finally found it. great!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

