Hi, i'm having problems on sending HTML mails though Zend_Mail, some research make me find the problem, the LineEnd used on Zend_Mime (const LINEEND = "\n"

.
I'm on Windows, changeg it to \r\n works fine.
But i dont want to change directly on the Zend_Mime, i try somethings but can't make it.
Can someone give me a light?
Thanks.