in reply to Select the method of authentification on MIME::Lite

Try maybe
$msg->send( 'smtp', 'stmp.myisp.com', AuthUser => 'user', AuthPass => 'pass', AUTH => 'PLAIN', Debug => 1, );
and see if that helps.

Krambambuli
---

Replies are listed 'Best First'.
Re^2: Select the method of authentification on MIME::Lite
by way (Sexton) on Nov 20, 2008 at 22:25 UTC

    No, my friend, it continue using cram-md5

    Checking the internal it only allow send this commnand to net::smtp

    my @_net_smtp_opts = qw( Hello LocalAddr LocalPort Timeout ExactAddresses Debug );

    Anyway, i updated with a ugly solution but functional, this happend i think becouse a wrong configuration of qmail, so no much server are afected.

    Thank you