Closed munchk closed 8 years ago
The plugin uses the MFMailComposeViewController
on iOS to send e-mail (read more here). An alternative is to use the mailto
URL protocol which should open Outlook in your scenario, however, the protocol is less feature rich in that it does not cater for attachments. I'm therefore not planning to support this in the plugin as I prefer the feature rich API for the majority use case on iOS.
Makes sense. Thanks for taking the time to reply. I may switch to the URL scheme.
I use outlook for my mail account. Seems the check is not for accounts, or does not open the default client? The same check then works if the mail app is restored.