Index: documentation/manual/en/module_specs/Zend_Mail-Introduction.xml =================================================================== --- documentation/manual/en/module_specs/Zend_Mail-Introduction.xml (revision 18227) +++ documentation/manual/en/module_specs/Zend_Mail-Introduction.xml (working copy) @@ -114,6 +114,23 @@ + + Sendmail Transport and Windows + + + As the PHP manual states the mail() function has different + behaviour on Windows and on *nix based systems. Using the Sendmail + Transport on Windows will not work in combination with addBcc(). + The mail() function will sent to the BCC recipient such + that all the other recipients can see him as recipient! + + + + Therefore if you want to use BCC on a windows server use the SMTP + transport for sending! + + +