Xcode 4 / iOS - Send an email using SMTP from inside my app

后端 未结 4 1888
伪装坚强ぢ
伪装坚强ぢ 2020-11-30 01:21

I\'ve been looking around for a framework to simply allow me to send an email from inside my app. I have tried MailCore, Pantomime and SKPSMTP all with no luck. I can\'t get

4条回答
  •  爱一瞬间的悲伤
    2020-11-30 01:53

    SKPSMTPMessage still works fine for sending emails without the need for a UI .

    Make sure you add a reference to the CFNetwork.framework in your project. Otherwise you will get build errors.

提交回复
热议问题