Possible to send automated email?

后端 未结 3 673
独厮守ぢ
独厮守ぢ 2020-12-06 11:43

The iOS SDK class MFMailComposeViewController can be used to let the user compose an email message.

What I\'d like to do, is for the iOS app to send an

3条回答
  •  误落风尘
    2020-12-06 12:34

    Nope. There isn't any API available to do this. You'd need to roll your own SMTP client and have the user enter credentials into your application. On top of that Apple may not approve this.

提交回复
热议问题