Is there any way to send an email and have it handled by all apps on the device which can do so? Such as GMail, Yahoo, Outlook, or does it requiring using each ones own library to implement such a feature?
Is there some sort of generic URL or scheme I can use to offer a choice of all available email clients on the device?
Currently, for composing an email I use the MFMailComposeViewController but it does not work if the user does not have an account setup with the Mail app, which many do not.