Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 codeigniter 框架的新手。我想验证用户输入的电子邮件地址。实际上我想确保输入的电子邮件地址是真实的和现有的电子邮件地址而不发送任何电子邮件。这可能吗?如果可能请帮帮我。我想用codeigniter框架来做。谢谢你。
没有一种方法可以确认电子邮件地址存在并且实际被某人使用,而无需向他们发送电子邮件进行确认。即使它没有反弹,也不意味着它是“真实的”,它可能只是被转发到另一个地址,被默默地丢弃,或者任何数量的东西。