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

后端 未结 8 575
不知归路
不知归路 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 15:58

    May be you should implement PHP script that will send out email to user. In ios, you can use POST method in NSURLConnection to call PHP script. You can find many scripts on Google to send out email to user.

提交回复
热议问题