I had this same issue, the server was responding "235 GO AHEAD" ans
not "OK authenticated". 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"
>
> The email component is testing for "OK Authenticated"
> 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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to