IN my application i use MFMailComposeViewController class to send mail and i know in the case of sending mail through ipod is sucessfully when one account is already open in that but in my application I want to a message which alert the application to open ur account.......
+1
A:
Check [MFMailComposeViewController canSendMail]
. If this method returns NO, display the alert.
KennyTM
2010-04-21 05:52:10