I want to send email from my iOS App, without showing native mailComposeController.
I want to fill its email text body and other attributes at back end, I know this is possible but my question is how can I send email without presenting mailComposeController instead of on just the button click(my email sent).
Any help will be appreciated. Thanks!