检测邮件中是否配置了给定的电子邮件 ID?
我正在创建一个邮件应用程序。我正在使用 MFMailComposeViewController。我可以检查邮件客户端是否配置了任何电子邮件。但我可以检查邮件客户端是否由特定电子邮件帐户配置。
我想强制用户首先设置他的邮件帐户,然后尝试发送邮件。为此,我需要检查用户是否尝试从 [email protected] 那么应该配置它,以便可以检查 iphone 的邮件应用程序是否由给定的电子邮件配置。
如果可能的话如何,如果不可能的话有什么替代方案..
非常感谢。
I am creating a mail app. I am using MFMailComposeViewController. I am able to check whether the mail client is configured with any of email or not. But can I check that the mail client is configured by a particular email account.
I want to force user to first setup his mail account and then try to send mail. For that I need to check if user is trying to send mail from [email protected] then it should be configured so is it possible to check that if iphone's Mail app is configured by given email.
If possible then how and if not then any alternatives..
Thanks a lot.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
API 不会公开公开该信息(可能有充分的理由,例如防止开发人员收集 iPhone 用户的电子邮件地址)。
The API doesn't expose that information publicly (for probably good reasons, such as preventing developers from harvesting iPhone users' email addresses).