[imp] Re: cannot send messages using smtp
Guy
guy at de-schepper.be
Tue Mar 25 15:47:47 PST 2003
Damian Fernandez Sosa (DESC) wrote:
>
> Please check if you have version 1.1.2 of Net_SMTP because the older versions
> has a bug when the SMTP server sends a SIZE 0 capability
>
>
How can i see what version of Net_SMTP I have on a windows sytem ?
I downloaded pear-1.0.1.zip, the most recent package I found.
> also, -if it does not work- change
> $conf['mailer']['params']['auth'] = 'true';
> to
> $conf['mailer']['params']['auth'] = 'LOGIN';
> to tell the class to use LOGIN auth instead of auto-selecting the best method
> (you need the latest versions of Mail,Net_SMTP and Auth_SASL packages to make
> this to work.
>
Changed this, but doesn't work.
Of course it can be that I don't have the correct version of those packages, but then again:
how can I see the version of a pear package on a windows system ?
Guy
More information about the imp
mailing list