How can I send mail from an iPhone application

前端 未结 11 1856
甜味超标
甜味超标 2020-11-22 11:47

I want to send an email from my iPhone application. I have heard that the iOS SDK doesn\'t have an email API. I don\'t want to use the following code because it will exit my

11条回答
  •  無奈伤痛
    2020-11-22 12:37

    I wrote a simple wrapper called KRNSendEmail that simplify sending email to one method call.

    The KRNSendEmail is well documented and added to CocoaPods.

    https://github.com/ulian-onua/KRNSendEmail

提交回复
热议问题