Details
Description
Reply-To field, when added with addHeader, is not encoded correctly if it contains non-Latin characters (I'm using UTF-8 charset).
There is no special function to add Reply-To field, so it's impossible to set the personal name and the address separately. But if they are set together and encoded together - I don't know if that complies with the standards, but at least MS Outlook doesn't understand the value correctly.
Issue Links
| This issue is dependecy of: | ||||
| ZF-7126 | Docs incorrectly claim Zend Mail has setReplyTo method. |
|
|
|
Hi, I hope you would use setHeaderEncoding(Zend_Mime::ENCODING_BASE64) before addHeader.
Probably, encoding problem could be solved.