<?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: In-App Email through MessageUI Kit</title>
	<atom:link href="http://www.johnwordsworth.com/2010/04/iphone-coding-sending-in-application-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnwordsworth.com/2010/04/iphone-coding-sending-in-application-email/</link>
	<description>Mobile, iPhone and Game Programming Tutorials and Discussion</description>
	<lastBuildDate>Tue, 31 Jan 2012 08:10:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John Wordsworth</title>
		<link>http://www.johnwordsworth.com/2010/04/iphone-coding-sending-in-application-email/comment-page-1/#comment-3127</link>
		<dc:creator>John Wordsworth</dc:creator>
		<pubDate>Tue, 30 Aug 2011 22:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwordsworth.com/?p=84#comment-3127</guid>
		<description>Hi Justin, I&#039;m afraid that the in-app message kit uses the user&#039;s default &#039;from address&#039; from their email account settings. There is no way to change this as you are essentially just hooking into the core email API instead of having full access to the user&#039;s mail accounts. You can of course set the to-address such that your email is being sent to a PHP script on a server somewhere - at which point you can do whatever you like with that email before forwarding it on to your final destination.

I&#039;m afraid that if you want to send email with your own from address, you&#039;re essentially going to have to write your own IMAP / POP client and talk to your own IMAP / POP server from the app to send that email. Obviously, you would also have to do all of the UI work too to retrieve the user&#039;s details. Sorry there isn&#039;t an easier solution!</description>
		<content:encoded><![CDATA[<p>Hi Justin, I&#8217;m afraid that the in-app message kit uses the user&#8217;s default &#8216;from address&#8217; from their email account settings. There is no way to change this as you are essentially just hooking into the core email API instead of having full access to the user&#8217;s mail accounts. You can of course set the to-address such that your email is being sent to a PHP script on a server somewhere &#8211; at which point you can do whatever you like with that email before forwarding it on to your final destination.</p>
<p>I&#8217;m afraid that if you want to send email with your own from address, you&#8217;re essentially going to have to write your own IMAP / POP client and talk to your own IMAP / POP server from the app to send that email. Obviously, you would also have to do all of the UI work too to retrieve the user&#8217;s details. Sorry there isn&#8217;t an easier solution!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.johnwordsworth.com/2010/04/iphone-coding-sending-in-application-email/comment-page-1/#comment-3116</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 25 Aug 2011 02:34:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwordsworth.com/?p=84#comment-3116</guid>
		<description>Is there a way to set the from address different than the default iOS setting.  What I vision is to have a setting within the settings to set the in app email to a different email address and when only working in that app the selected email will be used. Is this possible?</description>
		<content:encoded><![CDATA[<p>Is there a way to set the from address different than the default iOS setting.  What I vision is to have a setting within the settings to set the in app email to a different email address and when only working in that app the selected email will be used. Is this possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ZaldzBugz</title>
		<link>http://www.johnwordsworth.com/2010/04/iphone-coding-sending-in-application-email/comment-page-1/#comment-784</link>
		<dc:creator>ZaldzBugz</dc:creator>
		<pubDate>Mon, 06 Dec 2010 05:38:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwordsworth.com/?p=84#comment-784</guid>
		<description>Thanks man, that was pretty clear and smooth. And for those who haven;t successfully run their email app. Maybe you missed out something in the @interface to import #import  and include the protocol 

-zaldzbugz</description>
		<content:encoded><![CDATA[<p>Thanks man, that was pretty clear and smooth. And for those who haven;t successfully run their email app. Maybe you missed out something in the @interface to import #import  and include the protocol </p>
<p>-zaldzbugz</p>
]]></content:encoded>
	</item>
</channel>
</rss>

