是否有可能检查是否有电子邮件地址?
此前,我听到说,通过“继续”电子邮件-host是可能的,但可能是“危险”的,因为你的领域可以被作为垃圾邮件处理的电子邮件托管人禁止。
我的设想是,我要检查目前的电子邮件,并在必要时更新。
有哪些选择?
I m使用ASP。 NET with MVC.
感谢迈克尔。
是否有可能检查是否有电子邮件地址?
此前,我听到说,通过“继续”电子邮件-host是可能的,但可能是“危险”的,因为你的领域可以被作为垃圾邮件处理的电子邮件托管人禁止。
我的设想是,我要检查目前的电子邮件,并在必要时更新。
有哪些选择?
I m使用ASP。 NET with MVC.
感谢迈克尔。
AS per the email
您可以查实这个领域的存在(DNS英明)和<条码>
如果你需要对所有用户/客户进行认真检查,这是强制性的,那么我看到的唯一解决办法是寄给他们一个邮件,要求他们点击一个链接,以便验证他们的账户。
但是,您的邮件可能是为了偷窃信息,许多用户可能害怕实际上<条码>click代码>。 因此,你的邮件必须仔细构造,注明此人的姓名和首个名称(不可能是间谍),以及你为什么绝对需要双方的帮助。
是的,在员工和管理当局协调会中,你可以解决接受方域的元数据交换记录,然后与特定的服务器联系,并做驻地协调员电话:服务器然后确认/否认接收方是否存在(假设服务器将拒绝RELAY,而服务器获得的电算机的确能够捕获全部)。
I have a web app. I do not wish to maintain login information so I employ the gradually getting popular method of logging in thro openid, google, yahoo, etc. The user chooses which avenue of login (...
i have installed joomla 1.5 on a apache server with mysql in my windows server.the problem is when somebody try to register there is no email sent for the verification. how can i setup that ? how can ...
Just trying to install Wordpress on a client server. Have installed Wordpress 20+ times before with no issues what so ever. However on this fresh install i am getting the following error when i try to ...
As per this question I asked previously on Google App Engine, if I have access to all the information in a standard email, not just the From, To, Subject, Body fields, but also all the headers and ...
What s a good technique for validating an e-mail address (e.g. from a user input field) in Android? org.apache.commons.validator.routines.EmailValidator doesn t seem to be available. Are there any ...
I am working on a web app that requires me to check if the users email are valid and exists. (I do the regex check) The question is what is best practice of verifying that an email exists? Here are ...
I have a site where users register for an account. I have an internal communication system, that sends them an email when they get a private message. I dont force people to confirm their email, so ...
I am trying to do an SQL query, but I need to check somehow if the value is an email address. I need a way to check if $user is an email address, because I have user values such as this in my table. ...