Was this problem with Zend_Mail and gmail ever resolved? I also tried using Zend_Mail to send email through gmail and it failed. I was using zf v1.0.1.
I contacted mike55 and he said it was never resolved as far as he knows. He was using zf v1.0.0 final. He mentions "it seems to be a ssl version problem. newer versions of ssl dont't produce the bug." There is actually a zend framework issue/bug that deals with gmail which was fixed in v1.0.0 RC1: http://framework.zend.com/issues/browse/ZF-1358 but this may be retrieving email instead of sending it. Seems like there should at least be a zend framework issue/bug filed for this problem, esp since gmail is a very popular email service. Dennis Kevin McArthur-2 wrote: > > Your setup looks good, I'm out of ideas =P > > K > ----- Original Message ----- > From: "mike55" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Tuesday, July 17, 2007 10:52 AM > Subject: Re: [fw-general] Zend_Mail - how to use Zend_Mail_Transport_Smtp > for googlemail.com > > >> >> >> Kevin McArthur-2 wrote: >>> >>> I'm pretty sure the port is 465. >>> >> >> it seems both ports 465 and 587 are ok: >> http://mail.google.com/support/bin/answer.py?answer=13287 >> >> >> >> Kevin McArthur-2 wrote: >>> >>> Also check that you have the correct stream wrappers compiled into PHP >>> (visible from phpinfo()) >>> >> >> stream wrappers? this is what i found, containing "streams" and >> "wrappers" >> >> Registered PHP Streams php, file, http, ftp, compress.zlib, https, ftps, >> zip >> Registered Stream Socket Transports tcp, udp, ssl, sslv3, sslv2, tls >> Registered Stream Filters convert.iconv.*, string.rot13, string.toupper, >> string.tolower, string.strip_tags, convert.*, consumed, zlib.* >> >> zlibZLib Support enabled >> Stream Wrapper support compress.zlib:// >> Stream Filter support zlib.inflate, zlib.deflate >> Compiled Version 1.2.3 >> Linked Version 1.2.3 >> >> -- >> View this message in context: >> http://www.nabble.com/Zend_Mail---how-to-use-Zend_Mail_Transport_Smtp-for-googlemail.com-tf4097373s16154.html#a11653342 >> Sent from the Zend Framework mailing list archive at Nabble.com. >> > > > -- View this message in context: http://www.nabble.com/Zend_Mail---how-to-use-Zend_Mail_Transport_Smtp-for-googlemail.com-tf4097373s16154.html#a12455581 Sent from the Zend Framework mailing list archive at Nabble.com.
