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

后端 未结 8 539
不知归路
不知归路 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:05

    In reference to the PostageApp comment below if you wanted to send emails without any hassle of setting up an SMTP client you can check out the PostageKit wrapper for using the PostageApp service. Let's you send emails with a couple lines of code reliably.

    https://github.com/twg/PostageKit

    0 讨论(0)
  • 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.

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