Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 MFMailComposeViewController 发送电子邮件。它总是将电子邮件添加到电子邮件队列。如果我的电子邮件有很大的附件,发送将需要很长时间。有没有办法确保电子邮件已发送?
欢迎任何评论
可悲的是,不,没有办法确保电子邮件确实已发送。
您可以做的最好的事情是mailComposeController:didFinishWithResult:error:在您的MFMailComposeViewControllerDelegate检查中结果等于MFMailComposeResultSent,这将告诉您电子邮件已排队等待发送。
mailComposeController:didFinishWithResult:error:
MFMailComposeViewControllerDelegate
MFMailComposeResultSent