Rob Allen-3 wrote:
>
> mike55 wrote:
>> hi,
>>
>> when i do a $mail->addBcc the recipient is not hidden.
>> e.g.
>> $mail->addTo([EMAIL PROTECTED]);
>> $mail->addBcc([EMAIL PROTECTED]);
>>
>> both, a and b will receive an email where both recipients are visible.
>> how come? any cure?
>
> I saw this too last week and have a note on my desk to investigate it
> more.
>
> Regards,
>
> Rob...
>
>
thanx.
could you please file a bug for that? it saves a lot of time. if i don't
find a bug-report, i always try to find the bug in my code.
btw. the headers generated with zend mail look ok.
another thing: in zend/mime.php i still have to change LINEEND from \n to
\r\n
otherwise there's an error with mails containing long lines of text.
thanx for your work on zend.
mike
--
View this message in context:
http://www.nabble.com/Zend_Mail---BCC-not-hidden----tf4381255s16154.html#a12577834
Sent from the Zend Framework mailing list archive at Nabble.com.