Posted by Balazs Wellisch on 11/21/65 11:37
>>> When you submit your form registration data is there a way to check
>>> if the email adres supplied is a valid email address, I mean you can
>>> really sent a message to this email address, before processing the
>>> rest of your form data.
>>>
You can use javascript on the client side or a regex match with php on the
server side to make sure the email has a valid format. But, you won't really
know if you can really send an email to that address until the email is
sent. It might still bounce back for a number of reasons.
Balazs
Navigation:
[Reply to this message]
|