<?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: How to Send Email with Attachments &#8211; Example Using iPhone Camera to Email a Photo</title>
	<atom:link href="http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html/feed" rel="self" type="application/rss+xml" />
	<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html</link>
	<description>iOS Developer Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:31:16 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: John</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-65929</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 18 Jan 2012 10:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-65929</guid>
		<description>Hello Atif,

just came across this post. Did you ever figure out how to upload the photo to ftp folder?</description>
		<content:encoded><![CDATA[<p>Hello Atif,</p>
<p>just came across this post. Did you ever figure out how to upload the photo to ftp folder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ross</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-65804</link>
		<dc:creator>ross</dc:creator>
		<pubDate>Mon, 16 Jan 2012 06:28:34 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-65804</guid>
		<description>thank you, thank you!!  I&#039;ve been looking for this (with a twist) for almost 2 months.  I had to combine what you had and another post so I could use video instead of png/jpeg... thanks again :-)</description>
		<content:encoded><![CDATA[<p>thank you, thank you!!  I&#8217;ve been looking for this (with a twist) for almost 2 months.  I had to combine what you had and another post so I could use video instead of png/jpeg&#8230; thanks again :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dewesh rai</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-65395</link>
		<dc:creator>dewesh rai</dc:creator>
		<pubDate>Fri, 06 Jan 2012 11:02:12 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-65395</guid>
		<description>I am trying to send image in attachment by the given below code. it works fine but when i open the mail in out look or google crome it does not show attachment image name. so please reply me to solve this problem......

for(int i =0;i&lt;appDel.arrPics.count;i++)
{

if (![[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;] isEqualToString:@&quot;Select Item&quot;])

{
UIImage *itemsimage = (UIImage*)[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;pic&quot;];

NSData *itemsImageData = [NSData dataWithData:UIImagePNGRepresentation(itemsimage)];

NSString *itemsPrices = [NSString stringWithFormat:@&quot;%@ £ %@&quot;,[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;],[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;price&quot;]];

NSLog(@&quot;Item Prices%@&quot;,itemsPrices);

[picker addAttachmentData:itemsImageData mimeType:@&quot;image/png&quot; fileName:itemsPrices];

}
}</description>
		<content:encoded><![CDATA[<p>I am trying to send image in attachment by the given below code. it works fine but when i open the mail in out look or google crome it does not show attachment image name. so please reply me to solve this problem&#8230;&#8230;</p>
<p>for(int i =0;i&lt;appDel.arrPics.count;i++)<br />
{</p>
<p>if (![[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;] isEqualToString:@&quot;Select Item&quot;])</p>
<p>{<br />
UIImage *itemsimage = (UIImage*)[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;pic&quot;];</p>
<p>NSData *itemsImageData = [NSData dataWithData:UIImagePNGRepresentation(itemsimage)];</p>
<p>NSString *itemsPrices = [NSString stringWithFormat:@&quot;%@ £ %@&quot;,[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;],[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;price&quot;]];</p>
<p>NSLog(@&quot;Item Prices%@&quot;,itemsPrices);</p>
<p>[picker addAttachmentData:itemsImageData mimeType:@&quot;image/png&quot; fileName:itemsPrices];</p>
<p>}<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CalvinS</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-64169</link>
		<dc:creator>CalvinS</dc:creator>
		<pubDate>Fri, 09 Dec 2011 03:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-64169</guid>
		<description>Is it possible to take a picture and email it WITHOUT the user&#039;s knowledge?</description>
		<content:encoded><![CDATA[<p>Is it possible to take a picture and email it WITHOUT the user&#8217;s knowledge?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-64083</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Wed, 07 Dec 2011 12:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-64083</guid>
		<description>Hi Dinusha ,

This is Abhishek... I am also building an app tht takes pic from camera so tht they can be sent via email at a time.So if u hav any help how to send multiple images in attachment at a time.It will b appreciable.
I have also left  comment below how i tried..
Abhishek says:
December 4, 2011 at 1:04 am

 Thanks.</description>
		<content:encoded><![CDATA[<p>Hi Dinusha ,</p>
<p>This is Abhishek&#8230; I am also building an app tht takes pic from camera so tht they can be sent via email at a time.So if u hav any help how to send multiple images in attachment at a time.It will b appreciable.<br />
I have also left  comment below how i tried..<br />
Abhishek says:<br />
December 4, 2011 at 1:04 am</p>
<p> Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhishek</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-63821</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Sun, 04 Dec 2011 07:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-63821</guid>
		<description>What if i want to send multiple image attachment with  different image(file) name.
Actually i made a for loop for multiple attachement but i hav got images in email body not as attachment with no file name(image name).....if you have any suggestion it will be appreciable..

i uses in the following way....

for(int i =0;i&lt;appDel.arrPics.count;i++)
{
	
if (![[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;] isEqualToString:@&quot;Select Item&quot;])
				
{
UIImage *itemsimage   = (UIImage*)[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;pic&quot;];	
					
NSData *itemsImageData = [NSData dataWithData:UIImagePNGRepresentation(itemsimage)];
						
NSString *itemsPrices = [NSString stringWithFormat:@&quot;%@ £ %@&quot;,[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;],[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;price&quot;]];

NSLog(@&quot;Item Prices%@&quot;,itemsPrices);

[picker addAttachmentData:itemsImageData mimeType:@&quot;image/png&quot; fileName:itemsPrices];
					
				}
			}</description>
		<content:encoded><![CDATA[<p>What if i want to send multiple image attachment with  different image(file) name.<br />
Actually i made a for loop for multiple attachement but i hav got images in email body not as attachment with no file name(image name)&#8230;..if you have any suggestion it will be appreciable..</p>
<p>i uses in the following way&#8230;.</p>
<p>for(int i =0;i&lt;appDel.arrPics.count;i++)<br />
{</p>
<p>if (![[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;] isEqualToString:@&quot;Select Item&quot;])</p>
<p>{<br />
UIImage *itemsimage   = (UIImage*)[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;pic&quot;];	</p>
<p>NSData *itemsImageData = [NSData dataWithData:UIImagePNGRepresentation(itemsimage)];</p>
<p>NSString *itemsPrices = [NSString stringWithFormat:@&quot;%@ £ %@&quot;,[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;item&quot;],[(NSDictionary*)[appDel.arrPics objectAtIndex:i] objectForKey:@&quot;price&quot;]];</p>
<p>NSLog(@&quot;Item Prices%@&quot;,itemsPrices);</p>
<p>[picker addAttachmentData:itemsImageData mimeType:@&quot;image/png&quot; fileName:itemsPrices];</p>
<p>				}<br />
			}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fufunature</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-61255</link>
		<dc:creator>fufunature</dc:creator>
		<pubDate>Wed, 12 Oct 2011 12:56:47 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-61255</guid>
		<description>Thank you for the great tutorial!

But is it possible to take the current view in the attachement
instead of a certain photo from a library?</description>
		<content:encoded><![CDATA[<p>Thank you for the great tutorial!</p>
<p>But is it possible to take the current view in the attachement<br />
instead of a certain photo from a library?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-59133</link>
		<dc:creator>James</dc:creator>
		<pubDate>Mon, 29 Aug 2011 13:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-59133</guid>
		<description>Hi Ryan,

Trying to do the same as you, by the sounds of it, how are you pinning the users location to the image?

Cheers</description>
		<content:encoded><![CDATA[<p>Hi Ryan,</p>
<p>Trying to do the same as you, by the sounds of it, how are you pinning the users location to the image?</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valinor</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-57818</link>
		<dc:creator>valinor</dc:creator>
		<pubDate>Fri, 12 Aug 2011 11:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-57818</guid>
		<description>Thank a lot!!!!!
You save me! 
Thanks a lot!</description>
		<content:encoded><![CDATA[<p>Thank a lot!!!!!<br />
You save me!<br />
Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huy</title>
		<link>http://iPhoneDeveloperTips.com/email/how-to-send-email-with-attachments-example-using-iphone-camera-to-email-a-photo.html#comment-55461</link>
		<dc:creator>Huy</dc:creator>
		<pubDate>Mon, 11 Jul 2011 04:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=5772#comment-55461</guid>
		<description>Awesome!!

Thanks alot</description>
		<content:encoded><![CDATA[<p>Awesome!!</p>
<p>Thanks alot</p>
]]></content:encoded>
	</item>
</channel>
</rss>

