In fact, on the test server I get a "503 You are already authenticated" error message.
On 27 nov, 16:17, atomic <[EMAIL PROTECTED]> wrote: > Afaik this fix is already comitted in the latest nightly builds. > What do you mean with "they still don't seem to arrive". > > Is mail delivered correctly to your MTA but does not reach recipient ? > Do you have access to MTA logs ? > > On Nov 26, 7:04 pm, Gorka <[EMAIL PROTECTED]> wrote: > > > > > I had this same issue, the server was responding "235 GO AHEAD" ans > > not "OKauthenticated". This fixed the error on send, though emails > > still don't seem to arrive. > > > On 29 oct, 21:35, atomic <[EMAIL PROTECTED]> wrote: > > > > I had some problems sending mail using smtp auth. > > > MTA (postfix) always told me "lost connection after auth" > > > > Theemailcomponent is testing for "OKAuthenticated" > > > which seems not RFC compliant to me, so i changend testing > > > for return value into "235". > > > >email.php line 744: > > > if (stristr($response, '235') === false) > > > > This should match most common used MTA. > > > > Regards, > > > Andreas- Ocultar texto de la cita - > > - Mostrar texto de la cita - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
