Daniel Freudenberger wrote:
> 
> Okay finally I think a solution should be very simple. Changing the line
> ending from lf to crlf in Zend_Mime solves the problem. I guess the php
> windows mail() function expects the content to use crlf as line ending?!
> 

what exactly do you mean with "Changing the line ending from lf to crlf in
Zend_Mime"? changing it in the zend library itself? all instances of "lf" in
Zend_Mime?

i have similar problems which constantly lead to:

Fatal error: Uncaught exception 'Zend_Mail_Protocol_Exception' with message
'451 See http://pobox.com/~djb/docs/smtplf.html. ' in
D:\adat\awebsites\ev-manager\mvc-site\lib\Zend\Mail\Protocol\Abstract.php:351

the solution for setBodyText was, to change from quoted printable to
ENCODING_7BIT.
but as soon as i attach a picture with base64 or any other encoding, i get
the error.

 thanx
  mike
-- 
View this message in context: 
http://www.nabble.com/Bug-in-Zend_Mail--tf4004989s16154.html#a11544339
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to