检测邮件中是否配置了给定的电子邮件 ID?

发布于 2024-11-03 19:58:55 字数 386 浏览 5 评论 0原文

我正在创建一个邮件应用程序。我正在使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

血之狂魔 2024-11-10 19:58:55

API 不会公开公开该信息(可能有充分的理由,例如防止开发人员收集 iPhone 用户的电子邮件地址)。

The API doesn't expose that information publicly (for probably good reasons, such as preventing developers from harvesting iPhone users' email addresses).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文