Questions tagged [mfmailcomposer]

an iOS object allowing application users to send mail

This tag dates back to iOS 5. Prefer the object named MFMailComposeViewController and its tag

170 questions
-1
votes
1 answer

MFMailComposeViewController:Attach Photos (multi photos)

i want attach multi photos to one mail for my application with this code i can attach only the last one photos to mail but i can read all photos in uiimageview how can attaching all photos to one mail ? here is the codes for read image -…
-2
votes
3 answers

image does not show in the E-mail body

i am trying to send an html page which includes image and text. The problem is that image in not shown when i send it. what could be the solution for it ? thaks in advance.. My code is : [picker addAttachmentData:myData mimeType:@"pdf"…
Rohan
  • 2,939
  • 5
  • 36
  • 65
-2
votes
3 answers

email tableView text

i know how to add in app email, but i dont know how to email the text of my table view. I do, but my problem is that when the user adds a cell to the table, how do i get that to print out too? to print out the text normally i would use string =…
kurt moyer
  • 31
  • 1
  • 8
-4
votes
2 answers

Want to send a email with images and text in the body of email in iOS

In iOS, want to send a email with embedded images and text in the body of the email ( not attachment) using mail composer. Can anybody help ?
Deep_rocks
  • 29
  • 3
-5
votes
1 answer

Sending mail in iphone 5 using MFMailComposeViewController

I am developing an app in which i have to send email using MFMailComposeViewController to multiple user selecting from contact list.When I send email once it goes but when i do it second time I get following warning: Attempt to present on while a…
user1626842
  • 29
  • 1
  • 5
1 2 3
11
12