Hi,

>>><?
>>>mail("holzgraefe, hartmut <[EMAIL PROTECTED]>","test","test");
>>>?>
>>
>> This doesn't work because of the comma.
>
>sure, but this is a common real life mistake
>
>so i strongly recommend using quotes for real names in mail adresses
>just to be sure, although RFC822 doesn't require their use

well, the problem is how PHP parses out all mail adresses. Many MUAs
also use syntaxes like:

  [EMAIL PROTECTED] (Full Name)

quite odd, but I think having seen this from a t-online-mailer, which,
apparently, is the biggest ISP in germany. I don't support such
proprietary behaviour, but nevertheless (if you don't mind) I'd like to
add the way how PHP parses out the mail adresses to the wishlist of
future PHP development. Additionaly, the SMTP wrapper which is used by
PHP/Windows should behave the same way as the linux version does.

Kind Regards,
  Daniel Lorch



-- 
PHP Development 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]

Reply via email to