使用 MFMailComposeViewController 检查收件人电子邮件地址
我对用于在应用程序中发送电子邮件的 MFMailComposeViewController 有疑问。发送电子邮件之前是否可以检查收件人地址?
我没有找到任何回应,所以我认为这是不可能的。
如果不可能,还有其他解决方案吗?
I have a question about the MFMailComposeViewController for sending an Email in an app. Is it possible to check the recipient adress before sending the email ?
I did not find any response so i think it's not possible..
If it's not possible, there is other solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当您呈现 MFMailComposeViewController 时,您将失去对它的完全控制。
您无法用它做任何事情,既不能获取“收件人”电子邮件地址,也不能阻止邮件的发送。
来自 文档:
When you present the
MFMailComposeViewController
you lose complete control over it.You can't do anything with it, neither get the "To" email address nor prevent the sending of the mail.
From the documentation: