send mail in background in iPhone

∥☆過路亽.° 提交于 2019-11-30 09:40:05

问题


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 .


回答1:


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.




回答2:


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

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

-t



来源:https://stackoverflow.com/questions/1832156/send-mail-in-background-in-iphone

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!