Re: Re: Richard Lynch's Email Address ...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, November 3, 2005 8:16 am, Richard Heyes wrote:
> Marcus Bointon wrote:
>> The PEAR rfc822 class is pretty good, but it should be noted it's
>> designed for parsing entire to, cc, bcc fields which may contain
>> multiple addresses, and it's not quite as simple as asking it 'is
>> this
>> address ok'.
>
> News to me...
>
> if (!PEAR::isError(Mail_RFC822::parseAddressList('joe@xxxxxxxxxxx')))
> {
>      // Valid...
> }

This one would accept:
'joe@xxxxxxxxxxx,jill@xxxxxxxxxxx'
right?

> It even has a method specifically for "normal" email addresses of the
> form user@xxxxxxxxxxxxx
>
> if (Mail_RFC822::isValidInetAddress('joe@xxxxxxxxxxx')) {
>      // Valid...
> }

But this one, for real, for sure, tells me that the single email
address is precisly in compliance with RFC822?

Jeez, now all I gotta do is figure out how the heck to get this function.

Hopefully without being forced to swallow all of PEAR in one gulp,
which was my last experience trying to use a PEAR class...

-- 
Like Music?
http://l-i-e.com/artists.htm

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux