mfmailcomposeviewcontroll

MFMailComposeViewController in other languages?

Does MFMailComposeViewController come only in English!? I am toying around with the idea of using MFMailComposeViewController to handle sending email from my app but I need it to conform to the language environments of devices set to languages other than english. Is it possible to set MFMailComposeViewController to other languages? Eve...

Modifying the keyboardAppearance in MFMailComposeViewController

Is it possible to modify the appearance of the keyboard in MFMailComposeViewController? I am able to change the navigation bar and I would like to set the keyboard to the alert type. Thanks ...

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 properly by ctrl clicking on my frameworks folder -> add existing framework. Added this to the header file of the viewcontroller I want the ...

In iPhone 3.0, Application crashes when trying to send an image from the camera using MessageUI

There is a part of the iPhone app that I'm developing where you can send images using the in app mail in iPhone 3.0. Selecting an image from the camera roll works perfectly, but when I try to go from the camera to the email (ie - from the UIImagePickerController to the MFMailComposeViewController), the application crashes. This is the ...

cocos2d MFMailComposeViewController

hi, i tried to insert a mail tool in my app.... my app is based on the cocos2d engine the Toolbar (at the top ->cancel,send...) is visible but i can't see the other parts of the mfMailComposerViewController view :-( code: -(void)displayComposerSheet { MFMailComposeViewController *picker = [[MFMailComposeViewController alloc] i...

Send outline as email using MFMailComposeViewController

I'd like to send a text outline via email using MFMailComposeViewController. I'm currently doing this by creating a HTML version of the document and setting this as the body of the message.This works fine when viewing the email in MFMailComposeViewController, but on the receiving end (MobileMail.app, GMail Webinterface, OSX Mail.app) the...

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 bottom of my message body text is the string "Sent from my iPhone." Is there anyway to modify this text or prevent it from appearing? A cursor...

MFMailComposeViewController in landscape

My application is in landscape mod.When i call MFMailComposeViewController through Present model view, it comes in landscape mod.I rotate device and MFMailComposeViewController view goes to portrait mod i want to restrict this rotation it should always be in landscape mod only.Is there any way to do it.. ...

How to add an UIImage in MailComposer Sheet of MFMailComposeViewController in iPhone

Hi everybody, 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 dont want to attach them but I want to place them in a table using HTML code which will be the part of the email body. I am really finding it difficult to find a...

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 (with the "cancel" and "send" button) is still blue. I'm calling the MFMailComposeViewController like this: -(void)displayMailSheet { MFM...

HTML email loses formatting after being sent from iPhone program

I'm using MFMailComposeViewController in the iPhone SDK to bring up the mail dialog to send an HTML formatted email. The contents of the message body is being read from an HTML file which is generated in the app and saved on the filesystem. The email looks fine in the send mail dialog and all of the CSS formatting is there. However, afte...

iphone MFMailComposeViewController

Hi, Is there a way to dismiss the keyboard from MFMailComposeViewController ? If the user rotates the device, I am loading a separate controller without "send" or "cancel" being pressed, and the keyboard is remaining on screen. Is there an way to dismiss the keyboard without "done" or "send" being pressed? Thanks in advanced guys and g...

MFMailComposeViewController attachment file size limit

I'm using MFMailComposeViewController to send a file. Everything works fine with files under 15mb. Anything over, and the file simply doesn't get attached to the MFMailComposeViewController view. It's not that the email server isn't accepting, its that it never gets attached in the first place. Does anyone have any ideas if there's a w...

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 MFMailComposeViewController? In other words, the behavior would be: the user presses a button which presents the mail view (presentModalViewCont...

MFMailComposeViewController csv attachment not being attached, but showing inline instead

Hello - 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 text inline in the email (with <br/> instead of line returns.) It's very strange. Anybody know what I'm doing wrong? Here is a snipp...

iPhone application lags after launching and dismissing MFMailComposeViewController

Hello, 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 apple "MailComposer", and send the mail. However after this the scrolling in the table view is not as smooth as before. I checked wit...

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 something else. How can I do that? I've tried: controller.title = @"Feedback"; but it didn't work. Here's my code: - (IBAction)email { NSA...

Can't sent csv file attachment with mail

Hi, 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 there. Then I also tried MailComposer example : https://developer.apple.com/iphone/library/samplecode/MailComposer/index.html in which the p...

Is there a way to display an email using MFMailComposeViewController

I am looking for a view to display an email on the IPhone. Is there something similar to MFMailComposeViewController?. Please suggest. ...

MFMailComposerController

hiii. i am new to iphone .. i want to use MFMailComposer plz guide me how to use . i am not getting any right way to do.. if so possible give the code... ...