I have add a feature to send email in my application, with MFMailComposeViewController. This feature work well when a GMail,Hotmail or Yahoo account is registered on my iPad, but it does not work when I have an Microsoft Exchange account registered !
In fact, the call of the method [MFMailComposeViewController canSendMail] returns FALSE for an Microsoft Exchange account. I tried my application on several devices with different accounts, it seems to be a bug between MFMailComposeViewController and Microsoft Exchange.
Are there another way to send an email without MFMailComposeViewController? What are your suggestions?
Finally, I fix my problem with my Exchange account.
I use MobileIron to configure my device and it was the certificate properties that didn’t allow me to send email from another application that Mail!
So now, it works and I have not search another way to send e-mail than MFMailComposeViewController.