Nico Edtinger
2007-09-21 13:24:30 UTC
I was not completely right. The BCC header should only be removed it
the transport is SMTP. I've now opened issue ZF-1976 for this bug.
Actually the SMTP server should remove BCC, but as not all do it's
quite common for mail clients to do it.
nico
the transport is SMTP. I've now opened issue ZF-1976 for this bug.
Actually the SMTP server should remove BCC, but as not all do it's
quite common for mail clients to do it.
nico
Guten Tag Nico Edtinger,
mike
(changed list)
AFAIK bcc shouldn't be added to the mail headers, but only to the
$this->_addRecipientAndHeader('Bcc', $name, $email);
in Zend_Mail::addBcc() to
$this->_addRecipient(strtr($email,"\r\n\t", '???'), false);
Right?
sounds plausible. but i'm not an expert for sending mail.AFAIK bcc shouldn't be added to the mail headers, but only to the
$this->_addRecipientAndHeader('Bcc', $name, $email);
in Zend_Mail::addBcc() to
$this->_addRecipient(strtr($email,"\r\n\t", '???'), false);
Right?
mike