Posted by Manuel Lemos on 11/26/05 03:31
Hello,
on 11/22/2005 02:55 PM David Cary Hart said the following:
> I am working on an Apache/MySQL/PHP application that sends email to a
> third party. I want to ensure that the form originator is providing a
> valid email address. From the command line, I would:
> telnet domain.tld 25
> HELO mail.tqmcube.com
> MAIL FROM: test@tqmcube.com
> RCPT TO: user@domain.tld
> That will either provide OK or an error message.
>
> Can someone clue me in if I might be able to do this within php?
This class does exactly that:
http://www.phpclasses.org/emailvalidation
--
Regards,
Manuel Lemos
Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Navigation:
[Reply to this message]
|