Tagged Questions
The MFMailComposeViewController class provides a standard interface that manages the editing and sending an email message in cocoa-touch.
7
votes
7answers
8k 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 ...
5
votes
2answers
1k views
MFMailComposeViewController - iPad
I've setup a MFMailComposeViewController and it works just fine on the iPhone, but on the iPad it crashes, saying:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: ...
5
votes
2answers
334 views
MFMailComposeViewController Keyboard Issue
How do i dismiss the keyboard without pressing the Send or Cancel button in MFMailComposeViewController?!
Thanks for any help.
5
votes
2answers
1k views
How to change boilerplate “Sent from my iPhone” text in MFMailViewController message body?
I'm using the MFMailComposeViewController to send an email from within an iPhone v3.0 application. I programmatically create the message body text and display it before showing the picker.
At the ...
5
votes
2answers
5k views
iPhone - MessageUI - framework not found Message
I want to be able to use the iPhones Mail.app inside my application so my users can send a share email without leaving the application. I know 3.0 made this possible.
I have added the framework ...
3
votes
1answer
49 views
Using MFMailComposeViewController in storyboard does not work
In storyboard I can setup a segue from a button to a UIViewController and make it appear modally. This works fine. However when I change the class in storyboard from UIViewController to ...
3
votes
1answer
171 views
iOS Kiosk App - In-App Email - Clear past / autocomplete email addresses
I am using the iOS MFMailComposeView method of sending emails - its all working fine, except that as a Kiosk app, I don't want each new user to see the auto complete list of previous email addresses ...
3
votes
1answer
1k views
MFMailComposeViewController Question - Locking the Fields
Is it possible to somehow lock the fields in an MFMailComposeViewController so that the body, recipients etc cannot be changed by the user? I need the e-mail the user sends to go to a particular ...
3
votes
1answer
819 views
How to present a modal view controller on the iphone without a “current” view controller?
I'm trying to open the email view controller (MFMailComposeViewController), and everything I read suggests using presentModalViewController:animated:, which seems to need to be sent to a ...
3
votes
2answers
544 views
how to insure MFMailComposeViewController doesnt send mail when body is not empty?
I have MFMailComposeViewController in my app in order to allow the user easily email me about suggestions and feedback on the app but I get about 3 emails a day which are just empty in the body or ...
3
votes
3answers
2k views
send an HTML formatted email using MFMailComposeViewController
I am formatting a mail with HTML content and sending it using MFMailComposeViewController.But on the receiver side mail is not reaching in HTML format.Only Plain text is visible.How could I resolve ...
3
votes
2answers
2k views
Unable to dismiss MFMailComposeViewController, delegate not called
HI, I am calling MFMailComposeViewController from UITableViewController.
Problem is, delegate method mailComposeController:(MFMailComposeViewController)controllerdidFinishWithResult* is never called ...
3
votes
4answers
4k views
Change title of MFMailComposeViewController
I'm using MFMailComposeViewController for in-app email in my app, but I'm not able to change the title. As default it's showing the subject in the title, but I would like to set the title to be ...
3
votes
2answers
2k views
Set First Responder in MFMailComposeViewController?
I'm using Apple's MailComposer example application to send email from within my application (OS 3.0 functionality). Is it possible to set the To, Subject, or Body fields as first responder with ...
2
votes
2answers
41 views
Getting the Recepients list in MFMailComposeViewController
I am using MFMailcomposerViewController in my App. Everything is working fine, except that I am in need to Have the no. of recipients and the list of recipients the user is sending to.
Any help or ...
2
votes
1answer
31 views
How to share two different contents in one mail-composer?
I have two UIbuttons ,when clicking these two buttons it shows the mailcomposer,but I need to share two diffrent contents in this mail composer,let us consider there are two buttons A and B ,when ...
2
votes
4answers
224 views
How to zip folders in iPhone SDK?
In my Application,I am taking screenshots of image View and then I am saving those screen shots in document folder of the application.Now I want to Email all those images with the same folder ...
2
votes
1answer
85 views
Adding multiple strings to a string
How do I add multiple strings to a string ?
Whats the easiest way to do that ?
If I don't want to create a new line of code every time I add something to a string, I'd like to do something like that :
...
2
votes
2answers
131 views
Pushing an MFMailComposeViewController onto the navigation stack? Not presented modally
I have a table view, and in one of the cells, it says "contact". Upon selecting this cell, I'd like to push in a MFMailComposeViewController.
I can only seem to present this ...
2
votes
1answer
298 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
2answers
1k views
Sending email message from the app using MFMailComposeViewController in MessageUI on iPhone
i m a software developer, and i m making an application for the email message and i have the following code.....
// Header file
// importing the MessageUI framework
#import ...
2
votes
1answer
495 views
MFMailComposeViewController app crash in ipad
I have a problem in MFMailComposeViewController.
if no one login in mail and i try to open this view, app crashes
how to solve this?
if i login frommail in ipad and after that i try to load this ...
2
votes
0answers
544 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 ...
2
votes
0answers
166 views
MFMailComposerViewController Memory leak
In my app whenever i send email with an attachment. The MFMailComposer does not release the memory after sending the email. The size of the data that i am attaching is around 2-4 MB. How i can solve ...
2
votes
4answers
411 views
Disable editing on MFMailComposeViewController
We have a business rule where we need to restrict the editing of the email body content on MFMailComposeViewController. The content will be pre-populated and needs to remain static. Is it possible to ...
2
votes
3answers
683 views
Entering line breaks in NSString
i need to set mail Body in MFMailComposeViewController to saperate some text in number of lines. I am using following line of code but it isn't working.
[mail setMessageBody:[NSString ...
2
votes
1answer
118 views
Mail comes Without Message content using MFMailComposeViewController in iPhone
I have faced some problems, when the user sent the mail. Some of the time the mail comes without message content(Email body), even the user typed the message content.The message content doesn't ...
2
votes
1answer
2k views
MFMessageComposeViewController alloc returns nil
In my application, MFMailComposeViewController works fine but creating a new instance of MFMessageComposeViewController fails.
Here is the code for both:
-( IBAction)sendSMS: (id)sender
{
...
2
votes
1answer
1k views
Attaching plain text file using MFMailComposer in iPhone SDK
I've been trying to use MFMailComposer to send a text file with encrypted data within. The problem is my attachment never shows up when when the email arrives in the inbox. Instead, a line of ...
2
votes
1answer
728 views
MFMailcomposer localize To: Cc/Bcc: and Subject: fields
I there a way to localize To:, Cc/Bcc: and Subject: titles in MFMailcomposerController? Or customize them?
2
votes
1answer
1k views
adding new line to html body in mailcomposer
How do i add a new line characters to html body of mail composer?
I have a string:
NSString *emailBody = [NSString stringWithFormat:@"<html><b>%%0D%%0AHello,%%0D%%0AHere's a link to your ...
2
votes
1answer
947 views
New line and returns ignored in setMessageBody
Am I doing something dumb? I can pre-fill and email ok but the "\r\n" is ignored in the emailBody:
- (void) sendEventInEmail
{
MFMailComposeViewController *picker = [[MFMailComposeViewController ...
2
votes
1answer
284 views
How to set title in the MFMailComposerViewController?
I am trying to set the title of MFMailComposerViewController , which is a subclass of UINavigationController.
I am using these following ways :
MFMailComposeViewController *picker = ...
2
votes
1answer
1k views
MFMailComposeViewController hangs my app
I am trying to add email functionality to my app. I can get the MFMailComposeViewController to display correctly and pre-populate its subject and body, but for some reason when the user clicks on the ...
2
votes
1answer
466 views
HTML Email Template as NSString
I am adding functionality to my app that will allow it to email some rather detailed information. I would like to send this as an HTML-formatted email so that I can take advantage of HTML and CSS ...
2
votes
5answers
2k 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 ...
2
votes
5answers
885 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 ...
2
votes
2answers
685 views
iPhone application lags after launching and dismissing MFMailComposeViewController
I have an application that uses a table view controller to display some items, after clicking on one of those items you may select to email this item. Once that happens I use the code provided by ...
2
votes
2answers
2k views
Changing MFMailComposeViewController's toolbar color
I'm using a tinted navigation bar and a tinted global UIToolbar in my iPhone app.
In my info view, I have a button which opens a MFMailComposeViewController, and the toolbar at the top of that view ...
1
vote
2answers
40 views
Sending Email without using MFMailComposeViewController
Is it possible to send email in iOS without relying on the default mail / messaging interface of the system? Does it really the same with messaging where you can not create your custom interface for ...
1
vote
2answers
91 views
MFMailComposeViewController with recipient display-name as well as email address
I find that I can
[picker setToRecipients:[NSArray arrayWithObject:@"My Name <myname@example.com>"]];
and it nicely displays "My Name" in the To: field when composing the email, and delivers ...
1
vote
2answers
101 views
how to send email using UIbarbuttonitem without using MFMailComposerViewController
I want to send email using rightBarButtonItem without using MFMailComposerViewController.
Is It possible to send email using barButtonItem?
Any Idea how to do this?
thanx in advance.
1
vote
2answers
266 views
MFMailComposeViewController not dismissing
I have the following code that gets called in didSelectRowAtIndexPath. The issue is, when I click the cancel button, it prompts for save draft or discard. But when I click either, the view does not ...
1
vote
1answer
141 views
The correct way to dismiss a MFMailComposeViewController
I'm at my wit's end. I need to dismiss an MFMailComposeViewController when my app transitions to the background and I can't do it. It ends up creating an awkward application state.
Is there a way ...
1
vote
1answer
207 views
MFMailComposeViewController Not Working in Landscape
My app uses landscape mode. When trying to integrate MFMailComposeViewController that always worked for me in my other portrait mode apps, I came across the issue of mail controller not showing up at ...
1
vote
0answers
109 views
attachment csv file in MFMailComposeViewController
In my app i sending a file as csv format it's working fine if i open in "neo-office" but it's not opening properly in "MS-office".
I am using below code to send csv file
NSString *str_mail = ...
1
vote
1answer
182 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
1answer
199 views
MFMailComposeViewController Not Dismissing From View
I have the following code that is called when a button on an action sheet is called. But when I press cancel, then delete draft, it just feezes and does not dismiss. I use the same code elsewhere in ...
1
vote
2answers
248 views
Check whether an email is valid
Am developing an app in iphone in which reports can be sent through email.
Have implemented it using MFMailComposeViewController framework. Is there a method to check whether the email is valid or ...
1
vote
0answers
172 views
iPad/MFMailComposeViewController/setMessageBody + long text = user can't see right part of text?
When the following code is run with a semi-long, explanatory text as message body, only some of the email body is visible. I suspect that the size of the mail edit view is not recalculated to account ...