Possible Duplicates:
iPhone send email not using MessageUI
Locking the Fields in MFMailComposeViewController
I want to send email directly from iphone/ipad without user visibility. I mean I want to send my email without opening MFMailcomposser sheet.
Is this possible?
For that, you have to send email from server side.
So, whatever data you want to send in email, you just pass it to web-service and from there, send email to user.
This is only way by which user will not know, that email has been sent. And no default "MFMailcomposser" will be opened.