How to send an email to a receipent in background in iOS5?

后端 未结 8 566
不知归路
不知归路 2020-12-10 15:41

In an iPhone app,I want to send an email to a person who has forgotten about their passcode . I want to send the mail in background (cant use MFMailComposeViewController for

8条回答
  •  再見小時候
    2020-12-10 16:11

    You cannot send SMS/Email without user acceptance. But there are a lot of web-services in internet which can send SMS/Email. I guess some app uses those services or uses own.

提交回复
热议问题