send mail in background in iPhone

2020-02-15 00:24发布

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条回答
狗以群分
2楼-- · 2020-02-15 01:00

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.

查看更多
对你真心纯属浪费
3楼-- · 2020-02-15 01:21

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

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

-t

查看更多
登录 后发表回答