开发者

send mail in background in iPhone

开发者 https://www.devze.com 2022-12-13 04:52 出处:网络
I want to send Email in the 开发者_如何学JAVAbackground of the application. I dont want to show the MailComposer Dialog box to add all the detail.

I want to send Email in the 开发者_如何学JAVAbackground of the application. I dont want to show the MailComposer Dialog box to add all the detail.

So How Can I do so ? Thanks .


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.


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

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

-t

0

精彩评论

暂无评论...
验证码 换一张
取 消