简体   繁体   English

在iPhone中在后台发送邮件

[英]send mail in background in iPhone

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. 我不想显示MailComposer对话框来添加所有详细信息。

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. 如果希望使用iPhone用户的电子邮件帐户详细信息发送电子邮件,则必须使用Apple的邮件编写器对话框。

Here's a third party library that will let you send email without the Composer dialog 这是第三方库,可让您在没有“编写器”对话框的情况下发送电子邮件

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

-t -t

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM