gpt4 book ai didi

objective-c - 测试gmail帐户是否存在

转载 作者:行者123 更新时间:2023-12-04 05:37:32 25 4
gpt4 key购买 nike

我想在我的应用程序中使用 gmail 登录是否可以在 objective-c 中以编程方式测试给定的 gmail a/c 是否存在。

最佳答案

运行这些命令:

telnet gmail-smtp-in.l.google.com 25
ehlo
mail from: <me@example.com> //can be any made up email
rcpt to: <somenonexistinguser@gmail.com> //the email of the user you want to check

请注意,您必须包含大于和小于或等于符号。

如果您得到 OK,然后返回一个字符串,则该电子邮件是有效的。其他任何事情,都会返回一个错误(因此,电子邮件无效)。

关于objective-c - 测试gmail帐户是否存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11737599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com