[PHP] testing if mailaccount is existent

2001-12-06 Thread Oliver-B Kueppers

hi all,

does anyone know if there is a possibilty to check if a mailadress is existent, 
without sending a testemail?
thanks for your help



Mit freundlichen Grüßen,

Oliver Küppers
CIB - Firmenkunden Deutschland
Marketing und Vertrieb
Deutsche Bank AG (Zentrale)
phone   : +49 (69) 910 - 34723
fax  : +49 (69) 910 - 42390
mobile  : +49 (174) 30 44 218



--

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. Wenn 
Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben, 
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. Das 
unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] testing if mailaccount is existent

2001-12-06 Thread Brian Clark

* Oliver-B Kueppers [EMAIL PROTECTED] [Dec 06. 2001 04:38]:

 hi all,
 
 does anyone know if there is a possibilty to check if a mailadress is existent, 
without sending a testemail?
 thanks for your help

Class that may be used to determine if a given e-mail address is valid.
It features:
- Simple validation just by looking at the e-mail address string.
- Validation of a e-mail address host as a valid mail exchange domain.
- Validation of a e-mail address by connecting to the mail host server
  to determine if there is really a deliverable mail box.

http://phpclasses.upperdesign.com/browse.html/package/13  

-- 
 -Brian Clark


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]