Even if ESMTP should return 250 it doesn't IMO hurt if we
accept 220.
I've created the task ZF-1377 and it's resolved in SVN in
#4794.
Please test with the next snapshot.
nico
[14.05.2007 15:41] Rafael Hengles wrote:
>
> I had a problem sending mails through a Microsoft ESMTP
server, and I
> discovered that on the RSET command, it returned 220
instead of the
> expected
> by ZF, 250. I hacked it to
"$this->_expect(array(250,220));" and
> now it
> works. Anybody knows a better solution or why does this
happen?
>
> Regards,
> Rafael Hengles
> --
> View this message in context: http://www.nabble.com/-
>
Zend_Mail_Protocol_Smtp--%3Erset%28%29%3A-MS-ESMTP-return-22
0-
> instead-of-250-tf3752424s16154.html#a10604003
> Sent from the Zend MFS mailing list archive at
Nabble.com.
>
|