Discussion:
[Zend_Mail_Protocol_Smtp]->rset(): MS ESMTP return 220 instead of 250
Rafael Hengles
2007-05-14 13:41:30 UTC
Permalink
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-220-instead-of-250-tf3752424s16154.html#a10604003
Sent from the Zend MFS mailing list archive at Nabble.com.
Nico Edtinger
2007-05-14 14:05:09 UTC
Permalink
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
Post by Rafael Hengles
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-220-
instead-of-250-tf3752424s16154.html#a10604003
Sent from the Zend MFS mailing list archive at Nabble.com.
Loading...