As I mentioned before, everything seems to be fine as long as the body is not 
encoded by Zend_Mime::encodeQuotedPrintable.

Best regards,
Daniel
 
-----Original Message-----
From: Jack Sleight [mailto:[EMAIL PROTECTED] 
Sent: Sunday, July 01, 2007 12:55 AM
To: fw-general@lists.zend.com
Subject: Re: [fw-general] Bug in Zend_Mail?


If you're on Windows then you wont have sendmail at all, make sure you have
correct SMTP server settings in your php.ini, or use the Zend_Mail SMTP
transport.

http://framework.zend.com/manual/en/zend.mail.sending.html


Matthew Weier O'Phinney-3 wrote:
> 
> -- Daniel Freudenberger <[EMAIL PROTECTED]> wrote
> (on Saturday, 30 June 2007, 04:38 PM +0200):
>> can someone confirm, that the following code is not working properly? I
>> get a
>> Zend_Mail_Transport_Exception with the message „Unable to send mail“.
>> 
>> I’m running php 5.2.3 (win / fcgi) and zf 1.0rc3
>> 
>> Everything seems to work fine as long as the body does not exceed 74
>> characters
> 
> It's an issue with whatever sendmail utility you use on your server.
> That particular exception occurs if mail() returns a boolean false
> (indicating the mail was not sent).
> 
> -- 
> Matthew Weier O'Phinney
> PHP Developer            | [EMAIL PROTECTED]
> Zend - The PHP Company   | http://www.zend.com/
> 
> 

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


Reply via email to