Tagged Questions
0
votes
0answers
5 views
Sending base64 UIImages comes out empty
I'm trying to send an HTML email with embedded UIImages.
This is my code:
MFMailComposeViewController *mailComposer = [[MFMailComposeViewController alloc] init];
mailComposer.mailComposeDelegate = ...
0
votes
4answers
37 views
Disable/Enable Send button in mailComposeController
How to disable/enable the send button in mailComposeController. I want disable/enable the send button by using through programmatically.Is it passable?
Can any one help me.
Thank you...
0
votes
1answer
28 views
Customize the MFmailcomposer and add dropdown for groups in IOS
i had to add the dropdownlist in MFMailcomposer are the before subject field or after subject field.
such that the dropdown contain the groups.
If user select the particular group.it add the specific ...
0
votes
1answer
190 views
MFMailComposeViewController canSendMail returns YES but not sending mail in iOS
Following is my piece of code to send an attachment in a mail.
This works fine. I am able to send mails but I don't receive the mails.
This happens sometimes. I mean, occasionally I do receive mails.
...
-1
votes
1answer
128 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 ...
1
vote
2answers
116 views
how to tell if a file has been sent or is in the outbox in iOS mail
I'm working on an iOS app that allows the user to send to store (using core data) and send back data in the form of a csv file which i have attached to an email using the MFMailComposeViewController ...
0
votes
0answers
123 views
Attach multiple photos to mail using camera roll ios
I want to attach multiple photos to send one mail.
I am using https://github.com/elc/ELCImagePickerController to read multiple photos from camera roll
Now I want to send the mail, but with this ...
2
votes
3answers
451 views
Issue when using MFMailComposeViewController
I have a tricky problem. In one of my app, with over 150.000 downloads... I have a problem which seldom occurs and which I can't seem to figure out.
The problem is the following:
In a view where the ...
0
votes
0answers
33 views
How to attach “bar code” and “QA code” through mail in mfmailcomposer in ios
I have one Bar code as an Image and QA Code in Web View.these are generated depends on user input data(id and name).
Now I want to send these two things through mail using Mfmailcomposer.
How to ...
7
votes
6answers
652 views
MFMailComposeViewController's Cancel Button (action sheet possibly) freezes the view
I've seen several questions before such as this but for the lack of an accepted answer as well as having implemented everything as needed I still continue to face the issue as follows:
I display the ...
1
vote
3answers
88 views
Email issue: want to send email without additional window
I want to send email without showing MFMailComposeViewController. I just want to send email to some sequence of emails (so user should see only my spinner, not MFMailComposeViewController with send ...
7
votes
3answers
475 views
MFMailComposeViewController dismisses right away
The situation is the MFMailComposeViewController was going to be presented. I saw it was presented half-way done, but then it got dismissed.
This is the error:
_serviceViewControllerReady:error: ...
1
vote
0answers
239 views
iOS6: MFMailComposeViewController sporadically produces array mutation error
I am sporadically seeing the following error when I launch an instance of MFMailComposeViewController on iOS 6 systems. Everything functions fine on iOS 5, it only happens on iOS 6:
* Terminating ...
8
votes
1answer
2k views
iOS6: MFMailComposeViewController slow to load and flashes black screen; MailCompositionS begins hogging memory
On iOS 6, after sending a few email messages (by using MFMailComposeViewController), the email screens become very slow to open- at first opening with none of the fields populated (no Subject, no ...
0
votes
4answers
501 views
MFMailComposeViewController crashes when trying to edit email body in iOS 5
I have an App that supports both iOS 5 and iOS 6.
MFMailComposeViewController works fine in iOS 6 but I have a crash in iOS 5 when a user tries to edit the body of the email. All other fields can be ...
0
votes
1answer
175 views
How to resize the frame of embeded image in mail composer using MFMailComposeViewController in iphone
I have embeded a user image in message body of MFMailComposeSheet
in my iPhone app.
NSMutableString *messageBody = [[[NSMutableString alloc] initWithString:@"<html><body>"] retain];
...
1
vote
1answer
153 views
How to get the to, from, cc and bcc fields from mail composer in a callback for iPhone?
Does anyone know if its possible and how to get the TO, FROM, CC, and BCC fields from a mail composer in a callback for the iPhone?
0
votes
1answer
82 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
3answers
622 views
Sending an Email on one click (Without showing MFMailComposerView)
This may be a duplicate question but after searching it I couldn't find the answer which can help me.
So, I want to send an email from the synced account on the device to an address on just one ...
0
votes
1answer
119 views
change how prefilled email address shows (XCode)
In my app i am pre-filling the email address when the user wants to email someone. i do this like this:
NSArray *toRecipients = [NSArray arrayWithObject:@"sales@microsmith.com"];
NSString *subjectStr ...
1
vote
0answers
437 views
MFMailComposeViewController customize send button
I need to be able to change both the background color and the title color for the UIBarButtonItem "Send" on the MFMailComposeViewController.
Changing the customView property force it no longer to ...
0
votes
1answer
385 views
MFMailCompose Custom buttons
UIBarButtonItem *button = [[UIBarButtonItem alloc] initWithCustomView:[[UIImageView alloc] initWithImage:[UIImage imageNamed:@"cancel.png"]]];
button.target = ...
0
votes
1answer
305 views
Can we get the From email address that is set in MFMailComposeViewController?
I am able to get Recipient email address from the MFMailComposeViewController using http://jomnius.blogspot.com/2011/02/how-to-find-mfmailcomposeviewcontroller.html link.
But I want From email ...
0
votes
2answers
1k views
MFMailComposer — Attach Image with HTML ON
I am trying to send an email with an image attachment and HTML turned on. The problem is that when HTML is on, the image appears inline instead of as an attachment (I use gmail).
If I set isHTML:NO ...
1
vote
1answer
409 views
Attachment in mail client for ipad
I am trying to build a mail client app. for ipad that allows you to attach files.
Currently this feature is not supported by native mail.app
I checked some app like good reader and pdf reader lite ...
1
vote
0answers
1k views
MFMailComposeViewController send and cancel buttons are not working if the view has custom UINavigationBar
Hi,
As in the above image, My viewcontroller class has a customnavigationbar, when I am trying to compose an email using MFMailComposeViewController, the navigationbar of ...
2
votes
1answer
500 views
MFMailComposer custom buttons
I know it is possible to change the navbar image on a MFMailComposer. Is it possible to customize the Cancel and Send buttons too? I want to use custom images for the backgrounds of the buttons so ...
2
votes
0answers
110 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 ...
0
votes
1answer
391 views
Why doesn't my Mail Composer view display properly?
If I present the mail composer modally, it works fine (here, MFMailComposeViewController* _mailer);
[self presentModalViewController:_mailer animated:YES];
However, if I add the view to the current ...
