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.

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.
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.