I want to send an array data through mail. I know it's possible through MFMailcomposerViewController
.
But as per my requirement without using MFMailcomposerViewController
how it is possible?
If you don't want to or can't use MFMailcomposerViewController
you should send the data to your server and have it create and send the e-mail.