如何获取有效的电子邮件 ID

发布于 2024-10-06 11:15:49 字数 262 浏览 4 评论 0原文

你好 我想知道电子​​邮件 ID 是否有效。

例如,如果我正在写 [email protected]

那么我怎么知道这是有效的电子邮件 ID 这意味着它已经存在于网络上?

我想不向用户发送电子邮件

Hello
i want to know the email id is working or not.

for example if i am writing
[email protected]

then how could i know that this is valid email id
it means it is already exist on web or not??

i want to do it without sending email to user

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

音盲 2024-10-13 11:15:49

发送确认码进行 validate ,当用户确认后即表示存在,

Send a confirmation code to validate , when user confirms that means it exist,

半葬歌 2024-10-13 11:15:49

您可以提取电子邮件的域并对该地址进行 ping 操作。如果网络服务器响应“ok”,您就知道电子邮件地址的域是有效的。

尽管在未经发件人确认的情况下,您确实不知道电子邮件是否正确。

问候!

You can extract the domain of the e-mail and make a ping to that address. If the web server response "ok", you know that the domain of e-mail address is valid.

Although you really do not really know if the e-mail is correct without confirmation by the user who writes.

Regards!

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