In iOS 14, a user can set a default mail client to some other mail client (Gmail, Outlook, etc.).
But The MFMailComposeViewController class doesn’t work with these third party mail clients. It sends an email through the Apple Mail app and not the other third party mail apps that are set as the default mail client.
Is there a way to configure MFMailComposeViewController to work with third party mail apps?