Jump to content

Determining Invalid e-mail address? is this possible?


bilis_money

Recommended Posts

Hi, i'm wondering if it is possible to determine an e-mail address if it is
currently existing or not?

And also how to distinguish if the e-mail is using spam blocking system.
If this possible then what PHP e-mail functions related to this topic?



Thank you very much in advance.

Link to comment
Share on other sites

The best way to do it would probably be to send the email some sort of activation. If you're using it with a user script, you could just have a field called activation with a random string in it and give them a link to click so it activates them.

Other than that, I don't know.
Link to comment
Share on other sites

I think you can do it without sending an email, but with communicating with the mail server, check this tutorial in zend.com

http://www.zend.com/zend/spotlight/ev12apr.php

The problem will be if someone entered a valid email, but someones else. So sending an email and require validation will be the best option.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.