Is it possible to send email in iOS without relying on the default mail / messaging interface of the system? Does it really the same with messaging where you can not create your custom interface for message but to use the default interface of MFMessageComposerViewController?
Share
Take a look at this answer.
Locking the Fields in MFMailComposeViewController
If you follow the instructions you can create your own custom View then send email. Without having to use the default MFMessageCompserViewController .