1

I have an app where I want to send mail.I have a button where it directs to the MailComposer sheet,It works pretty well in my simulator but can't send the mail so I need to use the device my problem was every time I clicked the button to direct it's mail composer the device doesn't support the MFMailComposer sheet, the device that I was using was a 3G iphone.

Rh Jov
  • 115
  • 1
  • 11
  • 3
    Which iOS version has your phone? Also is it configured for sending mail (i.e. have you set up at least one mail account in your phone Mail settings) ? – Lefteris Apr 18 '12 at 12:20
  • Pretty well! It works after I set up one mail account, it was an iOS version 5.0.1. Thank You Mr.Lefteris! – Rh Jov Apr 18 '12 at 12:46

1 Answers1

5

Check if the device has at least one mail account added.

iosMentalist
  • 3,066
  • 1
  • 30
  • 40
  • 1
    this question has already been a year ago & already been solved but still thanks for your courage in answering it! A check for you ;) – Rh Jov Nov 29 '13 at 00:46