Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 cursory review of the MFMailComposeViewController Class Reference and quick Googling doesn't turn up anything.

Thanks in advance.

like image 246
billmaya Avatar asked Sep 25 '09 13:09

billmaya


1 Answers

As far as I know, this is a global mail setting that can be specified by the user. By default the signature is set to "Sent from my iPhone", but it can be changed in Settings - Mail,Contacts,Calendars - Signature

like image 95
Philippe Leybaert Avatar answered Sep 28 '22 08:09

Philippe Leybaert