|
I hear from Andrea Zilio that this issue rests some problem by email as following . __from here__ $mail = new Zend_Mail(); // ... $mail->addCc('email@example.com', 'Injected email" <injected.email@example.com>, "Normal email'); $mail->send(); still sends an email with this header: Cc: "Injected email" <injected.email@example.com>, "Normal email" <normal@example.com> So the mail will be sent to two different recipients. Andrea Zilio Solved in SVN r The function changes the double quotation to single quotation and the angle brackets to square brackets. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Solved in SVN r13498
make to change comma and double quote mark in mail address into question mark.