send mail in background in iPhone

后端 未结 2 965
花落未央
花落未央 2020-12-21 15:30

I want to send Email in the background of the application. I dont want to show the MailComposer Dialog box to add all the detail.

So How Can I do so ? Thanks .

相关标签:
2条回答
  • 2020-12-21 15:47

    Here's a third party library that will let you send email without the Composer dialog

    http://code.google.com/p/skpsmtpmessage/

    -t

    0 讨论(0)
  • 2020-12-21 15:50

    You will need to communicated directly with a specified mail server using a third-party library. If you wish to send the email using the iPhone users email account details, you will have to use Apple's mail composer dialog.

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