Send mail from iPhone app without using user interaction iOS5?

后端 未结 2 1978
甜味超标
甜味超标 2021-01-16 19:22

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

相关标签:
2条回答
  • 2021-01-16 19:48

    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.

    0 讨论(0)
  • 2021-01-16 19:55

    Not possible.. Even if there is a way..you will be 100 % rejected by the app store..as your app can send spam on behalf of user..

    0 讨论(0)
提交回复
热议问题