views:

31

answers:

1

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