Am trying to send a mail to recipient from iPhone app without user\'s interaction. I have tried MFMailComposeViewController
, but it appear in an app. I don\'t w
It seems that SKPSMTPMessage does what you're looking for, you would just need the user to enter in the required details for their personal mail server, either each time you send an email OR in their account preferences or settings or something of that sort, similar to the Mail Settings built into the OS.