Tagged Questions
-1
votes
1answer
110 views
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 ...
0
votes
1answer
75 views
MFMailCompose - Attachment appears to work … nothing arrives at the other end
Here is my code:
NSArray *recipient = [NSArray arrayWithObjects:@"testemail@office.co.uk",nil];
NSString *fileName = @"SurveyResults.txt";
NSString *homeDir = NSHomeDirectory();
NSString *fullPath = ...
0
votes
0answers
188 views
MFMailComposeViewController dont show icon for attached items on the iPad for application/octet-stream mime type
I use MFMailComposeViewController to send an email and use the addAttachmentData method to add attached items with application/octet-stream mime-type. My project use Base SDK 4.2 (XCode 3) and I ...
2
votes
0answers
89 views
MFMailComposeViewController can not create attachment on iPad IOS5
it works on iPhone , but no attachment on iPad .
is MFMailComposeViewController no support iPad IOS5?
2
votes
0answers
107 views
Possible to minimise single-page attachments in Mail?
I have an iOS app which uses the locally-created Mail.app account to send emails with, and I am attaching a few PDF documents.
I have found that if the document is one-page long, when I call ...
3
votes
1answer
954 views
Not receiving attachments sent from MFMailComposer
I am trying to send out an email with a .csv attachment on the iPad. I am using the MFMailComposer per many examples given which is displayed below. When sending out the email, I can see the correct ...
1
vote
1answer
964 views
how to add .vcf file as attachment in application iphone
In my app I want to add .vcf file as attachment in MFMailComposeViewController.
0
votes
1answer
2k views
Attaching an image to an email?
I want to to use MFMailComposeViewController to send an email, and I already have that set up, but I'm having trouble actually attaching an image, which is a screenshot, into the email.
Here's the ...
1
vote
2answers
1k views
MFMailComposeViewController attachment choice
I'm using a MFMailComposeViewController in my iphone app and I'd like to give the user the choice to attach some pictures to the e-mail.
As there is no specific button by default, I was thinking ...
1
vote
1answer
194 views
Sorting text and attached images in MFMailCompositeViewController?
In the app I'm currently writing I'd like to populate the message body of an e-mail with a combination of text and images. It took me forever to find out that in order to get an embedded image, you ...
0
votes
1answer
2k views
There is no attachment in the sent mail by iPhone
I'm trying to send a recorded sound file as attachment with MFMailComposeViewController.
The sound file is OK.
The picker shows the correct file name, shows the audio file icon as attachment, sends ...
2
votes
5answers
3k views
Errors are reported by iPhone MFMailComposeViewController. Is it safe?
In trying to send a mail with a simple KML attachemnt (just a few bytes) i'm getting the warnings below in the console during the send. Can these be ignored or have I made an error ? The mail seems ...
1
vote
1answer
7k views
Can't send email with video/audio attachment on iphone!
I am trying to send an email with MFMailComposeViewController. I'm able to send emails with images attached, but when I try to attach mp3 or mp4 files I get this message:
DA|Could not open the lock ...
2
votes
5answers
2k views
Can't sent csv file attachment with mail
I have used the MFMailComposeViewController to send the generated report(csv).
Now mail is sent to To:email id, & but when i checked the mails i did received the mail but attachment was not ...
3
votes
5answers
5k views
MFMailComposeViewController csv attachment not being attached, but showing inline instead
I am having a problem with sending csv attachments via MFMailComposeViewController.
Sometimes they come through just fine, but for other users they don't come through as attachments, but rather as ...
33
votes
7answers
17k views
How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone
I am asking this question second time in a different manner -- I want to insert UIImages inside the composer sheet of MFMailComposerViewController.
Please note I don't want to attach them, but I ...
