Search code examples
iphoneobjective-cmfmailcomposeviewcontroller

Sending alert message if user not logged in?


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.......


Solution

  • Check [MFMailComposeViewController canSendMail]. If this method returns NO, display the alert.